Home
last modified time | relevance | path

Searched refs:USB_ENDPOINT_XFER_CONTROL (Results 1 – 25 of 51) sorted by relevance

123

/linux/drivers/usb/dwc2/
A Dhcd.h541 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()
601 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL)
612 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc()
618 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
A Dhcd_intr.c547 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle()
768 case USB_ENDPOINT_XFER_CONTROL: in dwc2_release_channel()
824 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel()
1030 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xfercomp_intr()
1142 if (pipe_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hc_stall_intr()
1251 !(chan->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_hc_nak_intr()
1258 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_nak_intr()
1584 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_ahberr_intr()
1670 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xacterr_intr()
1725 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_frmovrun_intr()
[all …]
A Dhcd_ddma.c717 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc()
799 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc()
854 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hcd_start_xfer_ddma()
1119 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_update_non_isoc_urb_state_ddma()
1189 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_process_non_isoc_desc()
1259 if (qh->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_complete_non_isoc_xfer_ddma()
A Dhcd_queue.c1606 case USB_ENDPOINT_XFER_CONTROL: in dwc2_qh_init()
2045 USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_qtd_init()
/linux/drivers/usb/chipidea/
A Dudc.c38 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
48 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
636 hwep->type == USB_ENDPOINT_XFER_CONTROL); in _hardware_enqueue()
662 hwep->type == USB_ENDPOINT_XFER_CONTROL); in reprime_dtd()
817 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) in _ep_set_halt()
939 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) { in _ep_queue()
1113 if ((hwep->type == USB_ENDPOINT_XFER_CONTROL) && in isr_tr_complete_low()
1325 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) { in isr_tr_complete_handler()
1383 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) in ep_enable()
1399 if (hwep->num != 0 && hwep->type == USB_ENDPOINT_XFER_CONTROL) { in ep_enable()
[all …]
/linux/drivers/usb/common/
A Dcommon.c22 [USB_ENDPOINT_XFER_CONTROL] = "ctrl",
237 case USB_ENDPOINT_XFER_CONTROL: in usb_decode_interval()
/linux/drivers/usb/renesas_usbhs/
A Dpipe.c27 [USB_ENDPOINT_XFER_CONTROL] = "DCP",
773 pipe = usbhsp_get_pipe(priv, USB_ENDPOINT_XFER_CONTROL); in usbhs_dcp_malloc()
818 if (pipe_configs[0].type != USB_ENDPOINT_XFER_CONTROL) { in usbhs_pipe_probe()
A Dcommon.c368 RENESAS_USBHS_PIPE(USB_ENDPOINT_XFER_CONTROL, 64, 0x00, false),
382 RENESAS_USBHS_PIPE(USB_ENDPOINT_XFER_CONTROL, 64, 0x00, false),
A Dmod_host.c1409 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1435 if (USB_ENDPOINT_XFER_CONTROL == pipe_configs[i].type) { in usbhsh_pipe_init_for_host()
/linux/drivers/usb/core/
A Dconfig.c180 [USB_ENDPOINT_XFER_CONTROL] = 8,
186 [USB_ENDPOINT_XFER_CONTROL] = 64,
192 [USB_ENDPOINT_XFER_CONTROL] = 64,
200 [USB_ENDPOINT_XFER_CONTROL] = 512,
A Durb.c402 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in usb_submit_urb()
430 if (xfertype != USB_ENDPOINT_XFER_CONTROL && in usb_submit_urb()
A Dendpoint.c66 case USB_ENDPOINT_XFER_CONTROL: in type_show()
A Ddevices.c158 case USB_ENDPOINT_XFER_CONTROL: in usb_dump_endpoint_descriptor()
/linux/drivers/usb/host/
A Duhci-q.c355 if (qh->type == USB_ENDPOINT_XFER_CONTROL) in uhci_cleanup_queue()
1130 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_fixup_short_transfer()
1212 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_result_common()
1242 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL); in uhci_result_common()
1438 case USB_ENDPOINT_XFER_CONTROL: in uhci_urb_enqueue()
1523 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_giveback_urb()
A Duhci-debug.c128 (urbp->qh->type == USB_ENDPOINT_XFER_CONTROL ? in uhci_show_urbp()
177 case USB_ENDPOINT_XFER_CONTROL: qtype = "CTL"; break; in uhci_show_qh()
/linux/drivers/usb/mon/
A Dmon_text.c135 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup()
520 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_t()
538 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_u()
/linux/drivers/usb/gadget/udc/
A Dfsl_udc_core.c68 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
488 case USB_ENDPOINT_XFER_CONTROL: in struct_ep_qh_setup()
518 struct_ep_qh_setup(udc, 0, USB_RECV, USB_ENDPOINT_XFER_CONTROL, in ep0_setup()
520 struct_ep_qh_setup(udc, 0, USB_SEND, USB_ENDPOINT_XFER_CONTROL, in ep0_setup()
522 dr_ep_setup(0, USB_RECV, USB_ENDPOINT_XFER_CONTROL); in ep0_setup()
523 dr_ep_setup(0, USB_SEND, USB_ENDPOINT_XFER_CONTROL); in ep0_setup()
570 case USB_ENDPOINT_XFER_CONTROL: in fsl_ep_enable()
A Dmv_udc_core.c65 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
93 | (USB_ENDPOINT_XFER_CONTROL in ep0_reset()
98 | (USB_ENDPOINT_XFER_CONTROL in ep0_reset()
485 case USB_ENDPOINT_XFER_CONTROL: in mv_ep_enable()
1257 ep->ep_type = USB_ENDPOINT_XFER_CONTROL; in eps_init()
/linux/include/uapi/linux/usb/
A Dch9.h433 #define USB_ENDPOINT_XFER_CONTROL 0 macro
532 USB_ENDPOINT_XFER_CONTROL); in usb_endpoint_xfer_control()
/linux/drivers/usb/usbip/
A Dvudc_rx.c160 case USB_ENDPOINT_XFER_CONTROL: in v_recv_cmd_submit()
A Dstub_rx.c408 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in masking_bogus_flags()
/linux/drivers/usb/cdns3/
A Dcdns3-ep0.c22 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
892 priv_ep->type = USB_ENDPOINT_XFER_CONTROL; in cdns3_init_ep0()
/linux/drivers/usb/musb/
A Dmusb_core.h433 case USB_ENDPOINT_XFER_CONTROL: in musb_ep_xfertype_string()
/linux/drivers/usb/gadget/udc/aspeed-vhub/
A Ddev.c380 case USB_ENDPOINT_XFER_CONTROL: in ast_vhub_udc_match_ep()
/linux/drivers/usb/gadget/udc/bdc/
A Dbdc_udc.c54 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,

Completed in 61 milliseconds

123