Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dfhci-sched.c62 if (ed->mode == FHCI_TF_ISO) { in fhci_transaction_confirm()
166 case FHCI_TF_ISO: in add_packet()
273 [FHCI_TF_ISO] = (MAX_BYTES_PER_FRAME * in scan_ed_list()
303 if ((list_type == FHCI_TF_INTR || list_type == FHCI_TF_ISO) && in scan_ed_list()
374 scan_ed_list(usb, &usb->hc_list->iso_list, FHCI_TF_ISO); in fhci_schedule_transactions()
722 ed->mode = FHCI_TF_ISO; in fhci_queue_urb()
736 if (ed->mode == FHCI_TF_ISO) { in fhci_queue_urb()
835 case FHCI_TF_ISO: in fhci_queue_urb()
881 case FHCI_TF_ISO: in fhci_queue_urb()
Dfhci-q.c220 if (ed->mode == FHCI_TF_ISO) { in fhci_done_td()
Dfhci.h284 FHCI_TF_ISO, enumerator
Dfhci-tds.c419 if (trans_mode == FHCI_TF_ISO) in fhci_host_transaction()