Lines Matching defs:state
83 ed->state = FHCI_ED_HALTED;
290 if (ed->state != FHCI_ED_OPER) {
291 if (ed->state == FHCI_ED_URB_DEL) {
294 ed->state = FHCI_ED_SKIP;
453 int state;
459 state = fhci_ioports_check_bus_state(fhci);
462 if (state == 1) {
480 } else if (state == 2) {
661 } else if (urb_priv->state == URB_DEL &&
662 ed->state == FHCI_ED_SKIP) {
664 ed->state = FHCI_ED_OPER;
665 } else if (ed->state == FHCI_ED_HALTED) {
666 urb_priv->state = URB_DEL;
667 ed->state = FHCI_ED_URB_DEL;
669 ed->state = FHCI_ED_OPER;
685 if (!fhci->process_done_task->state)
860 * set the state of URB
862 * interrupt and bulk pipe:1 state -- data
867 urb_priv->state = URB_INPROGRESS;
870 ed->state = FHCI_ED_OPER;