Home
last modified time | relevance | path

Searched refs:usb_endpoint_type (Results 1 – 25 of 65) sorted by relevance

123

/linux/drivers/usb/chipidea/
A Dtrace.h61 __entry->type = usb_endpoint_type(hwep->ep.desc);
/linux/drivers/usb/core/
A Durb.c210 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check()
401 xfertype = usb_endpoint_type(&ep->desc); in usb_submit_urb()
A Dendpoint.c65 switch (usb_endpoint_type(ep->desc)) { in type_show()
A Ddevices.c157 switch (usb_endpoint_type(desc)) { in usb_dump_endpoint_descriptor()
A Dusb.c80 switch (usb_endpoint_type(epd)) { in match_endpoint()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Ddev.c358 DDBG(d, "Match EP type %d\n", usb_endpoint_type(desc)); in ast_vhub_udc_match_ep()
379 switch(usb_endpoint_type(desc)) { in ast_vhub_udc_match_ep()
/linux/drivers/usb/common/
A Dcommon.c236 switch (usb_endpoint_type(epd)) { in usb_decode_interval()
/linux/drivers/usb/cdns3/
A Dcdnsp-gadget.c372 switch (usb_endpoint_type(pep->endpoint.desc)) { in cdnsp_ep_enqueue()
964 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT) in cdnsp_gadget_ep_enable()
966 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) in cdnsp_gadget_ep_enable()
970 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) { in cdnsp_gadget_ep_enable()
A Dcdnsp-mem.c896 switch (usb_endpoint_type(desc)) { in cdnsp_get_endpoint_type()
963 ring_type = usb_endpoint_type(pep->endpoint.desc); in cdnsp_endpoint_init()
A Dcdns3-trace.h407 __entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
/linux/drivers/usb/mon/
A Dmon_text.c215 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_event()
287 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_error()
A Dmon_bin.c568 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)]; in mon_bin_event()
655 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)]; in mon_bin_error()
/linux/drivers/usb/gadget/udc/bdc/
A Dbdc_cmd.c157 param2 |= usb_endpoint_type(desc) << EPT_SHIFT; in bdc_config_ep()
/linux/drivers/usb/host/
A Dehci-hcd.c1007 if (usb_endpoint_type(&ep->desc) != USB_ENDPOINT_XFER_INT) in ehci_endpoint_disable()
1048 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset()
A Dmax3421-hcd.c657 switch (usb_endpoint_type(&ep->desc)) { in max3421_select_and_start_urb()
687 switch (usb_endpoint_type(&ep->desc)) { in max3421_select_and_start_urb()
A Dxhci-mtk-sch.c86 usb_ep_type_string(usb_endpoint_type(epd)), in decode_ep()
/linux/drivers/usb/dwc3/
A Dtrace.h240 __entry->type = usb_endpoint_type(dep->endpoint.desc);
A Dgadget.c572 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc)) in dwc3_gadget_set_ep_config()
630 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in dwc3_gadget_set_ep_config()
866 dep->type = usb_endpoint_type(desc); in __dwc3_gadget_ep_enable()
1186 switch (usb_endpoint_type(dep->endpoint.desc)) { in __dwc3_prepare_one_trb()
1248 usb_endpoint_type(dep->endpoint.desc)); in __dwc3_prepare_one_trb()
/linux/drivers/usb/usbip/
A Dstub_rx.c407 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()
A Dvudc_dev.c252 ep->type = usb_endpoint_type(desc); in vep_enable()
/linux/include/uapi/linux/usb/
A Dch9.h481 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() function
/linux/drivers/usb/gadget/udc/
A Dnet2280.c1559 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT) { in net2280_match_ep()
1573 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in net2280_match_ep()
1581 } else if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in net2280_match_ep()
1589 } else if (usb_endpoint_type(desc) != USB_ENDPOINT_XFER_BULK && in net2280_match_ep()
1597 } else if (usb_endpoint_type(desc) != USB_ENDPOINT_XFER_BULK && in net2280_match_ep()
A Ddummy_hcd.c536 switch (usb_endpoint_type(desc)) { in dummy_enable()
624 usb_ep_type_string(usb_endpoint_type(desc)), in dummy_enable()
1546 switch (usb_endpoint_type(ep->desc)) { in periodic_bytes()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dusb.c453 card->rx_cmd_ep_type = usb_endpoint_type(epd); in mwifiex_usb_probe()
493 card->tx_cmd_ep_type = usb_endpoint_type(epd); in mwifiex_usb_probe()
/linux/drivers/usb/mtu3/
A Dmtu3_gadget.c71 mep->type = usb_endpoint_type(desc); in mtu3_ep_enable()

Completed in 54 milliseconds

123