Home
last modified time | relevance | path

Searched refs:FHCI_TF_ISO (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dfhci-sched.c66 if (ed->mode == FHCI_TF_ISO) { in fhci_transaction_confirm()
170 case FHCI_TF_ISO: in add_packet()
278 [FHCI_TF_ISO] = (MAX_BYTES_PER_FRAME * in scan_ed_list()
308 if ((list_type == FHCI_TF_INTR || list_type == FHCI_TF_ISO) && in scan_ed_list()
379 scan_ed_list(usb, &usb->hc_list->iso_list, FHCI_TF_ISO); in fhci_schedule_transactions()
732 ed->mode = FHCI_TF_ISO; in fhci_queue_urb()
747 if (ed->mode == FHCI_TF_ISO && urb->transfer_flags & URB_ISO_ASAP) in fhci_queue_urb()
832 case FHCI_TF_ISO: in fhci_queue_urb()
878 case FHCI_TF_ISO: in fhci_queue_urb()
Dfhci-q.c223 if (ed->mode == FHCI_TF_ISO) { in fhci_done_td()
Dfhci.h307 FHCI_TF_ISO, enumerator
Dfhci-tds.c423 if (trans_mode == FHCI_TF_ISO) in fhci_host_transaction()