Home
last modified time | relevance | path

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

123

/linux/drivers/usb/gadget/
H A Depautoconf.c161 type = usb_endpoint_type(desc); in usb_ep_autoconfig()
/linux/drivers/usb/chipidea/
H A Dtrace.h61 __entry->type = usb_endpoint_type(hwep->ep.desc);
/linux/drivers/usb/core/
H A Dendpoint.c66 switch (usb_endpoint_type(ep->desc)) { in type_show()
H A Durb.c211 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)]) in usb_pipe_type_check()
402 xfertype = usb_endpoint_type(&ep->desc); in usb_submit_urb()
H A Ddevices.c157 switch (usb_endpoint_type(desc)) { in usb_dump_endpoint_descriptor()
/linux/drivers/usb/common/
H A Dcommon.c250 switch (usb_endpoint_type(epd)) { in usb_decode_interval()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c368 DDBG(d, "Match EP type %d\n", usb_endpoint_type(desc)); in ast_vhub_udc_match_ep()
389 switch(usb_endpoint_type(desc)) { in ast_vhub_udc_match_ep()
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_cmd.c157 param2 |= usb_endpoint_type(desc) << EPT_SHIFT; in bdc_config_ep()
/linux/drivers/usb/mon/
H 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()
H A Dmon_bin.c571 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(epd)]; in mon_bin_event()
658 ep->xfer_type = xfer_to_pipe[usb_endpoint_type(&urb->ep->desc)]; in mon_bin_error()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.c394 switch (usb_endpoint_type(pep->endpoint.desc)) { in cdnsp_ep_enqueue()
998 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT) in cdnsp_gadget_ep_enable()
1000 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) in cdnsp_gadget_ep_enable()
1004 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) { in cdnsp_gadget_ep_enable()
H 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()
H A Dcdns3-trace.h403 __entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
/linux/drivers/usb/dwc3/
H A Dtrace.h238 __entry->type = usb_endpoint_type(dep->endpoint.desc);
H A Dgadget.c588 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc)) in dwc3_gadget_set_ep_config()
646 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in dwc3_gadget_set_ep_config()
935 dep->type = usb_endpoint_type(desc); in __dwc3_gadget_ep_enable()
1303 switch (usb_endpoint_type(dep->endpoint.desc)) { in dwc3_prepare_one_trb()
1365 usb_endpoint_type(dep->endpoint.desc)); in dwc3_prepare_one_trb()
/linux/drivers/usb/host/
H A Dehci-hcd.c1010 if (usb_endpoint_type(&ep->desc) != USB_ENDPOINT_XFER_INT) in ehci_endpoint_disable()
1051 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset()
H A Dmax3421-hcd.c651 switch (usb_endpoint_type(&ep->desc)) { in max3421_select_and_start_urb()
681 switch (usb_endpoint_type(&ep->desc)) { in max3421_select_and_start_urb()
H A Dxhci-trace.h285 __entry->type = usb_endpoint_type(&urb->ep->desc);
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c258 type = usb_endpoint_type(desc); in net2280_enable()
1337 if (ep->desc /* not ep0 */ && usb_endpoint_type(ep->desc) in net2280_set_halt_and_wedge()
1554 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT) { in net2280_match_ep()
1568 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in net2280_match_ep()
1576 } else if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in net2280_match_ep()
1584 } else if (usb_endpoint_type(desc) != USB_ENDPOINT_XFER_BULK && in net2280_match_ep()
1592 } else if (usb_endpoint_type(desc) != USB_ENDPOINT_XFER_BULK && in net2280_match_ep()
H A Ddummy_hcd.c540 switch (usb_endpoint_type(desc)) { in dummy_enable()
628 usb_ep_type_string(usb_endpoint_type(desc)), in dummy_enable()
1554 switch (usb_endpoint_type(ep->desc)) { in periodic_bytes()
/linux/drivers/usb/usbip/
H A Dstub_rx.c418 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()
H A Dvudc_dev.c252 ep->type = usb_endpoint_type(desc); in vep_enable()
/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-trace.h419 __entry->type = usb_endpoint_type(pep->endpoint.desc);
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dusb.c442 card->rx_cmd_ep_type = usb_endpoint_type(epd); in mwifiex_usb_probe()
482 card->tx_cmd_ep_type = usb_endpoint_type(epd); in mwifiex_usb_probe()
/linux/drivers/usb/mtu3/
H A Dmtu3_gadget.c72 mep->type = usb_endpoint_type(desc); in mtu3_ep_enable()

123