Searched refs:usb_endpoint_type (Results 1 – 25 of 65) sorted by relevance
123
61 __entry->type = usb_endpoint_type(hwep->ep.desc);
210 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()
65 switch (usb_endpoint_type(ep->desc)) { in type_show()
157 switch (usb_endpoint_type(desc)) { in usb_dump_endpoint_descriptor()
80 switch (usb_endpoint_type(epd)) { in match_endpoint()
358 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()
236 switch (usb_endpoint_type(epd)) { in usb_decode_interval()
372 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()
896 switch (usb_endpoint_type(desc)) { in cdnsp_get_endpoint_type()963 ring_type = usb_endpoint_type(pep->endpoint.desc); in cdnsp_endpoint_init()
407 __entry->type = usb_endpoint_type(priv_ep->endpoint.desc);
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()
568 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()
157 param2 |= usb_endpoint_type(desc) << EPT_SHIFT; in bdc_config_ep()
1007 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()
657 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()
86 usb_ep_type_string(usb_endpoint_type(epd)), in decode_ep()
240 __entry->type = usb_endpoint_type(dep->endpoint.desc);
572 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()
407 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()
252 ep->type = usb_endpoint_type(desc); in vep_enable()
481 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() function
1559 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()
536 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()
453 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()
71 mep->type = usb_endpoint_type(desc); in mtu3_ep_enable()
Completed in 54 milliseconds