Searched refs:usb_endpoint_type (Results 1 – 25 of 67) sorted by relevance
123
61 __entry->type = usb_endpoint_type(hwep->ep.desc);
65 switch (usb_endpoint_type(ep->desc)) { in type_show()
211 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()
157 switch (usb_endpoint_type(desc)) { in usb_dump_endpoint_descriptor()
81 switch (usb_endpoint_type(epd)) { in match_endpoint()
236 switch (usb_endpoint_type(epd)) { in usb_decode_interval()
368 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()
157 param2 |= usb_endpoint_type(desc) << EPT_SHIFT; in bdc_config_ep()
215 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()
571 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()
372 switch (usb_endpoint_type(pep->endpoint.desc)) { in cdnsp_ep_enqueue()960 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT) in cdnsp_gadget_ep_enable()962 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) in cdnsp_gadget_ep_enable()966 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_ISOC) { in cdnsp_gadget_ep_enable()
896 switch (usb_endpoint_type(desc)) { in cdnsp_get_endpoint_type()963 ring_type = usb_endpoint_type(pep->endpoint.desc); in cdnsp_endpoint_init()
403 __entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
238 __entry->type = usb_endpoint_type(dep->endpoint.desc);
585 params.param0 = DWC3_DEPCFG_EP_TYPE(usb_endpoint_type(desc)) in dwc3_gadget_set_ep_config()643 if (usb_endpoint_type(desc) == USB_ENDPOINT_XFER_INT && in dwc3_gadget_set_ep_config()879 dep->type = usb_endpoint_type(desc); in __dwc3_gadget_ep_enable()1245 switch (usb_endpoint_type(dep->endpoint.desc)) { in dwc3_prepare_one_trb()1307 usb_endpoint_type(dep->endpoint.desc)); in dwc3_prepare_one_trb()
1011 if (usb_endpoint_type(&ep->desc) != USB_ENDPOINT_XFER_INT) in ehci_endpoint_disable()1052 int eptype = usb_endpoint_type(&ep->desc); in ehci_endpoint_reset()
281 __entry->type = usb_endpoint_type(&urb->ep->desc);
651 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()
418 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()
252 ep->type = usb_endpoint_type(desc); in vep_enable()
485 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() function
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()
539 switch (usb_endpoint_type(desc)) { in dummy_enable()627 usb_ep_type_string(usb_endpoint_type(desc)), in dummy_enable()1553 switch (usb_endpoint_type(ep->desc)) { in periodic_bytes()
419 __entry->type = usb_endpoint_type(pep->endpoint.desc);
442 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()
Completed in 73 milliseconds