Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.h441 return pipe->pipe_type == USB_ENDPOINT_XFER_CONTROL; in dwc2_hcd_is_pipe_control()
502 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL)
513 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc()
519 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
Dhcd_ddma.c644 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_fill_host_dma_desc()
714 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_init_non_isoc_dma_desc()
760 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hcd_start_xfer_ddma()
984 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_update_non_isoc_urb_state_ddma()
1048 if (qh->ep_type == USB_ENDPOINT_XFER_CONTROL) { in dwc2_process_non_isoc_desc()
1114 if (qh->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_complete_non_isoc_xfer_ddma()
Dhcd_intr.c520 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle()
759 case USB_ENDPOINT_XFER_CONTROL: in dwc2_release_channel()
815 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel()
1017 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xfercomp_intr()
1128 if (pipe_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hc_stall_intr()
1238 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_nak_intr()
1523 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_ahberr_intr()
1608 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_xacterr_intr()
1664 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_frmovrun_intr()
1787 (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_chhltd_intr_dma()
Dhcd_queue.c166 case USB_ENDPOINT_XFER_CONTROL: in dwc2_qh_init()
755 USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_qtd_init()
Dhcd.c610 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_init_xfer()
611 chan->ep_type = USB_ENDPOINT_XFER_CONTROL; in dwc2_hc_init_xfer()
1915 ep_type == USB_ENDPOINT_XFER_CONTROL) in dwc2_hcd_urb_set_pipeinfo()
2627 ep_type = USB_ENDPOINT_XFER_CONTROL; in _dwc2_hcd_urb_enqueue()
Dcore.c1145 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hc_enable_slave_ints()
1495 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_halt()
Dgadget.c2746 case USB_ENDPOINT_XFER_CONTROL: in dwc2_hsotg_ep_enable()
/linux-4.4.14/drivers/usb/core/
Dendpoint.c65 case USB_ENDPOINT_XFER_CONTROL: in type_show()
93 case USB_ENDPOINT_XFER_CONTROL: in interval_show()
Durb.c362 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in usb_submit_urb()
381 if (xfertype != USB_ENDPOINT_XFER_CONTROL && in usb_submit_urb()
460 case USB_ENDPOINT_XFER_CONTROL: in usb_submit_urb()
Ddevices.c203 case USB_ENDPOINT_XFER_CONTROL: in usb_dump_endpoint_descriptor()
Dhcd.c1869 case USB_ENDPOINT_XFER_CONTROL: in usb_hcd_flush_endpoint()
Dhub.c689 USB_ENDPOINT_XFER_CONTROL) { in hub_clear_tt_buffer()
814 ? (USB_ENDPOINT_XFER_CONTROL << 11) in usb_hub_clear_tt_buffer()
Ddevio.c1367 case USB_ENDPOINT_XFER_CONTROL: in proc_do_submiturb()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dpipe.c36 [USB_ENDPOINT_XFER_CONTROL] = "DCP",
517 if (usbhs_pipe_type_is(pipe, USB_ENDPOINT_XFER_CONTROL)) in usbhsp_setup_pipebuff()
815 pipe = usbhsp_get_pipe(priv, USB_ENDPOINT_XFER_CONTROL); in usbhs_dcp_malloc()
859 if (pipe_type[0] != USB_ENDPOINT_XFER_CONTROL) { in usbhs_pipe_probe()
Dcommon.c306 USB_ENDPOINT_XFER_CONTROL,
320 USB_ENDPOINT_XFER_CONTROL,
Dmod_host.c1422 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1448 if (USB_ENDPOINT_XFER_CONTROL == pipe_type[i]) { in usbhsh_pipe_init_for_host()
/linux-4.4.14/drivers/usb/chipidea/
Dudc.c40 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
50 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
505 hwep->type == USB_ENDPOINT_XFER_CONTROL); in _hardware_enqueue()
534 hwep->type == USB_ENDPOINT_XFER_CONTROL); in reprime_dtd()
687 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) in _ep_set_halt()
805 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) { in _ep_queue()
974 if ((hwep->type == USB_ENDPOINT_XFER_CONTROL) && in isr_tr_complete_low()
1185 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) { in isr_tr_complete_handler()
1243 if (hwep->type == USB_ENDPOINT_XFER_CONTROL) in ep_enable()
1259 if (hwep->num != 0 && hwep->type == USB_ENDPOINT_XFER_CONTROL) { in ep_enable()
[all …]
/linux-4.4.14/include/uapi/linux/usb/
Dch9.h395 #define USB_ENDPOINT_XFER_CONTROL 0 macro
488 USB_ENDPOINT_XFER_CONTROL); in usb_endpoint_xfer_control()
/linux-4.4.14/drivers/usb/usbip/
Dstub_rx.c414 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in masking_bogus_flags()
434 case USB_ENDPOINT_XFER_CONTROL: in masking_bogus_flags()
/linux-4.4.14/drivers/usb/host/
Duhci-q.c356 if (qh->type == USB_ENDPOINT_XFER_CONTROL) in uhci_cleanup_queue()
1131 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_fixup_short_transfer()
1213 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_result_common()
1243 qh->needs_fixup = (qh->type != USB_ENDPOINT_XFER_CONTROL); in uhci_result_common()
1439 case USB_ENDPOINT_XFER_CONTROL: in uhci_urb_enqueue()
1524 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in uhci_giveback_urb()
Duhci-debug.c127 (urbp->qh->type == USB_ENDPOINT_XFER_CONTROL ? in uhci_show_urbp()
176 case USB_ENDPOINT_XFER_CONTROL: qtype = "CTL"; break; in uhci_show_qh()
Dmax3421-hcd.c690 case USB_ENDPOINT_XFER_CONTROL: in max3421_select_and_start_urb()
713 case USB_ENDPOINT_XFER_CONTROL: in max3421_select_and_start_urb()
Dxhci.c4350 case USB_ENDPOINT_XFER_CONTROL: in xhci_calculate_intel_u1_timeout()
/linux-4.4.14/drivers/usb/mon/
Dmon_text.c130 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup()
485 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_t()
503 case USB_ENDPOINT_XFER_CONTROL: utype = 'C'; break; in mon_text_read_head_u()
/linux-4.4.14/drivers/usb/gadget/udc/
Dfsl_udc_core.c74 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
495 case USB_ENDPOINT_XFER_CONTROL: in struct_ep_qh_setup()
525 struct_ep_qh_setup(udc, 0, USB_RECV, USB_ENDPOINT_XFER_CONTROL, in ep0_setup()
527 struct_ep_qh_setup(udc, 0, USB_SEND, USB_ENDPOINT_XFER_CONTROL, in ep0_setup()
529 dr_ep_setup(0, USB_RECV, USB_ENDPOINT_XFER_CONTROL); in ep0_setup()
530 dr_ep_setup(0, USB_SEND, USB_ENDPOINT_XFER_CONTROL); in ep0_setup()
577 case USB_ENDPOINT_XFER_CONTROL: in fsl_ep_enable()
Dmv_udc_core.c71 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
99 | (USB_ENDPOINT_XFER_CONTROL in ep0_reset()
104 | (USB_ENDPOINT_XFER_CONTROL in ep0_reset()
494 case USB_ENDPOINT_XFER_CONTROL: in mv_ep_enable()
1267 ep->ep_type = USB_ENDPOINT_XFER_CONTROL; in eps_init()
Dudc-core.c183 case USB_ENDPOINT_XFER_CONTROL: in usb_gadget_ep_match_desc()
Dmv_u3d_core.c49 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
567 case USB_ENDPOINT_XFER_CONTROL: in mv_u3d_ep_enable()
1334 ep->ep_type = USB_ENDPOINT_XFER_CONTROL; in mv_u3d_eps_init()
Datmel_usba_udc.c561 case USB_ENDPOINT_XFER_CONTROL: in usba_ep_enable()
1021 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
Dfsl_qe_udc.c70 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
597 case USB_ENDPOINT_XFER_CONTROL: in qe_ep_init()
Domap_udc.c2583 case USB_ENDPOINT_XFER_CONTROL: in omap_ep_setup()
2652 buf = omap_ep_setup("ep0", 0, USB_ENDPOINT_XFER_CONTROL, in omap_udc_setup()
Dat91_udc.c513 case USB_ENDPOINT_XFER_CONTROL: in at91_ep_enable()
Dudc-xilinx.c823 case USB_ENDPOINT_XFER_CONTROL: in __xudc_ep_enable()
Dlpc32xx_udc.c1697 case USB_ENDPOINT_XFER_CONTROL: in lpc32xx_ep_enable()
/linux-4.4.14/drivers/usb/musb/
Dmusb_host.c238 case USB_ENDPOINT_XFER_CONTROL: in musb_start_urb()
261 case USB_ENDPOINT_XFER_CONTROL: s = ""; break; in musb_start_urb()
412 case USB_ENDPOINT_XFER_CONTROL: in musb_advance_schedule()
2090 if (qh->type == USB_ENDPOINT_XFER_CONTROL) { in musb_schedule()
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c59 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
/linux-4.4.14/drivers/usb/dwc3/
Dgadget.c589 case USB_ENDPOINT_XFER_CONTROL: in __dwc3_gadget_ep_enable()
810 case USB_ENDPOINT_XFER_CONTROL: in dwc3_prepare_one_trb()
1352 .bmAttributes = USB_ENDPOINT_XFER_CONTROL,
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-udc.c746 case USB_ENDPOINT_XFER_CONTROL: in isp1760_ep_enable()
/linux-4.4.14/drivers/usb/wusbcore/
Dwa-xfer.c602 case USB_ENDPOINT_XFER_CONTROL: in __wa_xfer_setup_sizes()
/linux-4.4.14/drivers/staging/emxx_udc/
Demxx_udc.c2570 if ((ep_type == USB_ENDPOINT_XFER_CONTROL) in nbu2ss_ep_enable()