Home
last modified time | relevance | path

Searched refs:ISOC_IN_EP (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-mtk-sch.c299 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
344 } else { /* INT_IN_EP or ISOC_IN_EP */ in setup_sch_info()
415 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw()
467 if (sch_ep->ep_type == ISOC_IN_EP) in check_sch_tt()
508 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in update_sch_tt()
H A Dxhci.h763 #define ISOC_IN_EP 5 macro
2720 case ISOC_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1404 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1601 ep_type != ISOC_IN_EP && in xhci_update_bw_info()
H A Dxhci.c2516 ep_type != ISOC_IN_EP && in xhci_is_async_ep()
2522 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-debug.h530 case ISOC_IN_EP: in cdnsp_ep_type_string()
H A Dcdnsp-gadget.h689 #define ISOC_IN_EP 5 macro
H A Dcdnsp-mem.c902 return in ? ISOC_IN_EP : ISOC_OUT_EP; in cdnsp_get_endpoint_type()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-mtk-sch.c335 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info()
H A Dxhci.h766 #define ISOC_IN_EP 5 macro
2752 case ISOC_IN_EP: in xhci_ep_type_string()
H A Dxhci-mem.c1354 return in ? ISOC_IN_EP : ISOC_OUT_EP; in xhci_get_endpoint_type()
1552 ep_type != ISOC_IN_EP && in xhci_update_bw_info()
H A Dxhci.c2494 ep_type != ISOC_IN_EP && in xhci_is_async_ep()
2500 return (ep_type == ISOC_IN_EP || ep_type == INT_IN_EP); in xhci_is_sync_in_ep()

Completed in 37 milliseconds