Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dfhci-sched.c66 if (ed->mode == FHCI_TF_ISO) { in fhci_transaction_confirm()
170 case FHCI_TF_ISO: in add_packet()
277 [FHCI_TF_ISO] = (MAX_BYTES_PER_FRAME * in scan_ed_list()
307 if ((list_type == FHCI_TF_INTR || list_type == FHCI_TF_ISO) && in scan_ed_list()
378 scan_ed_list(usb, &usb->hc_list->iso_list, FHCI_TF_ISO); in fhci_schedule_transactions()
727 ed->mode = FHCI_TF_ISO; in fhci_queue_urb()
742 if (ed->mode == FHCI_TF_ISO) { in fhci_queue_urb()
842 case FHCI_TF_ISO: in fhci_queue_urb()
888 case FHCI_TF_ISO: in fhci_queue_urb()
Dfhci-q.c224 if (ed->mode == FHCI_TF_ISO) { in fhci_done_td()
Dfhci.h290 FHCI_TF_ISO, enumerator
Dfhci-tds.c423 if (trans_mode == FHCI_TF_ISO) in fhci_host_transaction()