Home
last modified time | relevance | path

Searched refs:xfertype (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Durb.c369 int xfertype, max; in usb_submit_urb() local
401 xfertype = usb_endpoint_type(&ep->desc); in usb_submit_urb()
402 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in usb_submit_urb()
421 if (xfertype != USB_ENDPOINT_XFER_CONTROL && in usb_submit_urb()
438 if (xfertype == USB_ENDPOINT_XFER_ISOC) { in usb_submit_urb()
494 usb_pipetype(urb->pipe), pipetypes[xfertype]); in usb_submit_urb()
499 switch (xfertype) { in usb_submit_urb()
528 switch (xfertype) { in usb_submit_urb()
535 && (xfertype == USB_ENDPOINT_XFER_INT)) in usb_submit_urb()
564 if (xfertype == USB_ENDPOINT_XFER_INT) { in usb_submit_urb()
/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_text.c65 char xfertype; member
135 if (ep->xfertype != USB_ENDPOINT_XFER_CONTROL || ev_type != 'S') in mon_text_get_setup()
215 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_event()
223 if (ep->xfertype == USB_ENDPOINT_XFER_INT) { in mon_text_event()
225 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) { in mon_text_event()
231 if (ep->xfertype == USB_ENDPOINT_XFER_ISOC && in mon_text_event()
287 ep->xfertype = usb_endpoint_type(&urb->ep->desc); in mon_text_error()
457 } else if (ep->xfertype == USB_ENDPOINT_XFER_ISOC) { in mon_text_read_u()
460 } else if (ep->xfertype == USB_ENDPOINT_XFER_INT) { in mon_text_read_u()
517 switch (ep->xfertype) { in mon_text_read_head_t()
[all …]
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmvebu_mmc.c72 ushort xfertype = 0; in mvebu_mmc_send_cmd() local
144 xfertype |= SDIO_XFER_MODE_HW_WR_DATA_EN; in mvebu_mmc_send_cmd()
146 xfertype |= SDIO_XFER_MODE_TO_HOST; in mvebu_mmc_send_cmd()
160 mvebu_mmc_write(SDIO_XFER_MODE, xfertype); in mvebu_mmc_send_cmd()
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dstub_rx.c392 int xfertype; in masking_bogus_flags() local
409 xfertype = usb_endpoint_type(&ep->desc); in masking_bogus_flags()
410 if (xfertype == USB_ENDPOINT_XFER_CONTROL) { in masking_bogus_flags()
425 switch (xfertype) { in masking_bogus_flags()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dgadget.c4394 u32 xfertype; in dwc2_hsotg_ep_sethalt() local
4428 xfertype = epctl & DXEPCTL_EPTYPE_MASK; in dwc2_hsotg_ep_sethalt()
4429 if (xfertype == DXEPCTL_EPTYPE_BULK || in dwc2_hsotg_ep_sethalt()
4430 xfertype == DXEPCTL_EPTYPE_INTERRUPT) in dwc2_hsotg_ep_sethalt()
4447 xfertype = epctl & DXEPCTL_EPTYPE_MASK; in dwc2_hsotg_ep_sethalt()
4448 if (xfertype == DXEPCTL_EPTYPE_BULK || in dwc2_hsotg_ep_sethalt()
4449 xfertype == DXEPCTL_EPTYPE_INTERRUPT) in dwc2_hsotg_ep_sethalt()