Lines Matching refs:state
453 unsigned int state; /* State of card */
667 /* Place the processor in reset state
1477 if (card->state != FST_RUNNING) {
1478 pr_err("Interrupt received for card %d in a non running state (%d)\n",
1479 card->card_no, card->state);
1601 card->state = FST_IFAILED;
1629 card->state = FST_BADVERSION;
1634 card->state = FST_BADVERSION;
1639 card->state = FST_RUNNING;
1642 card->state = FST_HALTED;
1646 card->state = FST_HALTED;
1763 info->state = card->state;
1773 info->valid = ((card->state == FST_RUNNING) ? FSTVAL_ALL : FSTVAL_CARD)
1998 card->state = FST_RESET;
2003 card->state = FST_STARTING;
2037 /* Writes to the memory of a card in the reset state constitute
2040 if (card->state == FST_RESET) {
2041 card->state = FST_DOWNLOAD;
2050 if (card->state == FST_STARTING) {
2054 if (card->state == FST_RUNNING) {
2080 if (card->state != FST_RUNNING) {
2081 pr_err("Attempt to configure card %d in non-running state (%d)\n",
2082 card->card_no, card->state);
2137 if (port->card->state == FST_RUNNING) {
2168 if (port->card->state == FST_RUNNING) {
2484 card->state = FST_UNINIT;
2532 card->state = FST_RESET;