Home
last modified time | relevance | path

Searched refs:ep_is_in (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dhcd_queue.c737 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split()
832 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split()
861 if (!qh->ep_is_in && in dwc2_uframe_schedule_split()
887 if (qh->ep_is_in) { in dwc2_uframe_schedule_split()
906 if (qh->ep_is_in) { in dwc2_uframe_schedule_split()
1519 bool ep_is_in = !!dwc2_hcd_is_pipe_in(&urb->pipe_info); in dwc2_qh_init() local
1537 qh->ep_is_in = ep_is_in; in dwc2_qh_init()
1558 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init()
1560 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
1628 ep_is_in ? "IN" : "OUT"); in dwc2_qh_init()
[all …]
H A Dhcd_intr.c447 if (chan->ep_is_in) { in dwc2_get_actual_xfer_length()
523 __func__, (chan->ep_is_in ? "IN" : "OUT"), chnum); in dwc2_update_urb_state()
605 if (chan->ep_is_in) in dwc2_update_isoc_urb_state()
624 chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_update_isoc_urb_state()
892 if (chan->ep_is_in) { in dwc2_complete_non_periodic_xfer()
922 if (!chan->ep_is_in || (hctsiz & TSIZ_PKTCNT_MASK) == 0) in dwc2_complete_periodic_xfer()
1017 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_hc_xfercomp_intr()
1193 __func__, (chan->ep_is_in ? "IN" : "OUT"), chnum); in dwc2_update_urb_state_abn()
1255 chan->ep_is_in); in dwc2_hc_nak_intr()
1263 if (hsotg->params.host_dma && chan->ep_is_in) { in dwc2_hc_nak_intr()
[all …]
H A Dhcd.c463 chan->dev_addr, chan->ep_num, chan->ep_is_in); in dwc2_dump_channel_info()
543 if (chan->ep_is_in) { in dwc2_hc_enable_slave_ints()
574 if (chan->ep_is_in) in dwc2_hc_enable_slave_ints()
593 if (chan->ep_is_in) { in dwc2_hc_enable_slave_ints()
633 if (chan->ep_is_in) { in dwc2_hc_enable_dma_ints()
710 if (chan->ep_is_in) in dwc2_hc_init()
728 chan->ep_is_in); in dwc2_hc_init()
762 chan->ep_is_in); in dwc2_hc_init()
1098 if (chan->ep_is_in) { in dwc2_set_pid_isoc()
1262 if (chan->complete_split && !chan->ep_is_in) in dwc2_hc_start_transfer()
[all …]
H A Dhcd.h123 unsigned ep_is_in:1; member
343 u8 ep_is_in; member
H A Dhcd_ddma.c700 if (chan->ep_is_in) { in dwc2_fill_host_dma_desc()
914 if (chan->ep_is_in) in dwc2_cmpl_host_isoc_dma_desc()
1077 if (chan->ep_is_in) in dwc2_update_non_isoc_urb_state_ddma()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c356 if (ep_is_in(ep)) in dwc2_udc_check_tx_queue()
649 __func__, _ep->name, ep_is_in(ep) ? "in" : "out", in dwc2_queue()
677 } else if (ep_is_in(ep)) { in dwc2_queue()
956 if (ep_is_in(ep)) { in dwc2_udc_set_nak()
982 if (ep_is_in(ep)) { in dwc2_udc_ep_set_stall()
1017 if (ep_is_in(ep)) { in dwc2_udc_ep_clear_stall()
1075 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in dwc2_udc_set_halt()
1112 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
1121 __func__, ep_num, ep_ctrl, ep_is_in(ep)); in dwc2_udc_ep_activate()
1132 if (ep_is_in(ep)) { in dwc2_udc_ep_activate()
[all …]
H A Ddwc2_udc_otg_priv.h90 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) macro
H A Ddwc2_udc_otg.c783 if (ep_is_in(ep)) in dwc2_fifo_status()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c185 usb_gadget_unmap_request(&ep->udc->gadget, &req->req, ep_is_in(ep)); in done()
647 if (ep_is_in(ep)) { in fsl_ep_disable()
717 fsl_writel(ep_is_in(ep) ? (1 << (ep_index(ep) + 16)) in fsl_prime_ep()
729 bitmask = ep_is_in(ep) in fsl_queue_td()
896 ret = usb_gadget_map_request(&ep->udc->gadget, &req->req, ep_is_in(ep)); in fsl_ep_queue()
939 if (ep_is_in(ep)) in fsl_ep_dequeue()
982 if (ep_is_in(ep)) in fsl_ep_dequeue()
1023 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in fsl_ep_set_halt()
1029 ep_dir = ep_is_in(ep) ? USB_SEND : USB_RECV; in fsl_ep_set_halt()
1066 bitmask = (ep_is_in(ep)) ? (1 << (ep_index(ep) + 16)) : in fsl_ep_fifo_status()
[all …]
H A Ds3c-hsudc.c154 #define ep_is_in(_ep) ((_ep)->bEndpointAddress & USB_DIR_IN) macro
457 if (value && ep_is_in(hsep) && !list_empty(&hsep->queue)) in s3c_hsudc_set_halt()
476 if (ep_is_in(hsep) && !list_empty(&hsep->queue) && !value) { in s3c_hsudc_set_halt()
665 if (ep_is_in(hsep)) { in s3c_hsudc_handle_ep0_intr()
679 if (!ep_is_in(hsep)) { in s3c_hsudc_handle_ep0_intr()
849 if (ep_is_in(hsep)) { in s3c_hsudc_queue()
1087 if (ep_is_in(hsep)) in s3c_hsudc_irq()
H A Dfsl_usb2_udc.h572 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
579 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP))
H A Dfsl_qe_udc.c96 ep_is_in(ep) in done()
104 ep_is_in(ep) in done()
1716 ep_is_in(ep) in __qe_ep_queue()
1723 ep_is_in(ep) in __qe_ep_queue()
1737 if (ep_is_in(ep)) in __qe_ep_queue()
1742 if (ep_is_in(ep)) in __qe_ep_queue()
1820 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in qe_ep_set_halt()
H A Dfsl_qe_udc.h154 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Ddwc2.c486 uint8_t ep_is_in, uint8_t ep_type, uint16_t max_packet) in dwc_otg_hc_init() argument
491 (ep_is_in << DWC2_HCCHAR_EPDIR_OFFSET) | in dwc_otg_hc_init()