Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dhcd_intr.c441 if (chan->ep_is_in) { in dwc2_get_actual_xfer_length()
511 __func__, (chan->ep_is_in ? "IN" : "OUT"), chnum); in dwc2_update_urb_state()
587 if (chan->ep_is_in) in dwc2_update_isoc_urb_state()
606 chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_update_isoc_urb_state()
874 if (chan->ep_is_in) { in dwc2_complete_non_periodic_xfer()
904 if (!chan->ep_is_in || (hctsiz & TSIZ_PKTCNT_MASK) == 0) in dwc2_complete_periodic_xfer()
987 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_hc_xfercomp_intr()
1159 __func__, (chan->ep_is_in ? "IN" : "OUT"), chnum); in dwc2_update_urb_state_abn()
1210 if (hsotg->core_params->dma_enable > 0 && chan->ep_is_in) { in dwc2_hc_nak_intr()
1275 if (!chan->ep_is_in && in dwc2_hc_ack_intr()
[all …]
Dhcd_queue.c821 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in) in dwc2_uframe_schedule_split()
850 if (!qh->ep_is_in && in dwc2_uframe_schedule_split()
876 if (qh->ep_is_in) { in dwc2_uframe_schedule_split()
895 if (qh->ep_is_in) { in dwc2_uframe_schedule_split()
1456 bool ep_is_in = !!dwc2_hcd_is_pipe_in(&urb->pipe_info); in dwc2_qh_init() local
1472 qh->ep_is_in = ep_is_in; in dwc2_qh_init()
1492 qh->host_us = NS_TO_US(usb_calc_bus_time(host_speed, ep_is_in, in dwc2_qh_init()
1494 device_ns = usb_calc_bus_time(dev_speed, ep_is_in, in dwc2_qh_init()
1563 ep_is_in ? "IN" : "OUT"); in dwc2_qh_init()
1755 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
Dhcd.c623 chan->dev_addr, chan->ep_num, chan->ep_is_in); in dwc2_dump_channel_info()
670 if (chan->ep_is_in) { in dwc2_hc_enable_slave_ints()
701 if (chan->ep_is_in) in dwc2_hc_enable_slave_ints()
720 if (chan->ep_is_in) { in dwc2_hc_enable_slave_ints()
760 if (chan->ep_is_in) { in dwc2_hc_enable_dma_ints()
837 if (chan->ep_is_in) in dwc2_hc_init()
855 chan->ep_is_in); in dwc2_hc_init()
889 chan->ep_is_in); in dwc2_hc_init()
1205 if (chan->ep_is_in) { in dwc2_set_pid_isoc()
1372 if (chan->complete_split && !chan->ep_is_in) in dwc2_hc_start_transfer()
[all …]
Dhcd.h120 unsigned ep_is_in:1; member
330 u8 ep_is_in; member
Dhcd_ddma.c699 if (chan->ep_is_in) { in dwc2_fill_host_dma_desc()
913 if (chan->ep_is_in) in dwc2_cmpl_host_isoc_dma_desc()
1076 if (chan->ep_is_in) in dwc2_update_non_isoc_urb_state_ddma()
/drivers/usb/gadget/udc/
Dfsl_udc_core.c190 usb_gadget_unmap_request(&ep->udc->gadget, &req->req, ep_is_in(ep)); in done()
652 if (ep_is_in(ep)) { in fsl_ep_disable()
722 fsl_writel(ep_is_in(ep) ? (1 << (ep_index(ep) + 16)) in fsl_prime_ep()
734 bitmask = ep_is_in(ep) in fsl_queue_td()
901 ret = usb_gadget_map_request(&ep->udc->gadget, &req->req, ep_is_in(ep)); in fsl_ep_queue()
944 if (ep_is_in(ep)) in fsl_ep_dequeue()
987 if (ep_is_in(ep)) in fsl_ep_dequeue()
1028 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in fsl_ep_set_halt()
1034 ep_dir = ep_is_in(ep) ? USB_SEND : USB_RECV; in fsl_ep_set_halt()
1070 bitmask = (ep_is_in(ep)) ? (1 << (ep_index(ep) + 16)) : in fsl_ep_fifo_status()
[all …]
Ds3c-hsudc.c159 #define ep_is_in(_ep) ((_ep)->bEndpointAddress & USB_DIR_IN) macro
509 if (value && ep_is_in(hsep) && !list_empty(&hsep->queue)) in s3c_hsudc_set_halt()
528 if (ep_is_in(hsep) && !list_empty(&hsep->queue) && !value) { in s3c_hsudc_set_halt()
717 if (ep_is_in(hsep)) { in s3c_hsudc_handle_ep0_intr()
731 if (!ep_is_in(hsep)) { in s3c_hsudc_handle_ep0_intr()
901 if (ep_is_in(hsep)) { in s3c_hsudc_queue()
1139 if (ep_is_in(hsep)) in s3c_hsudc_irq()
Dfsl_usb2_udc.h576 #define ep_is_in(EP) ( (ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro
583 #define get_pipe_by_ep(EP) (ep_index(EP) * 2 + ep_is_in(EP))
Dfsl_qe_udc.c100 ep_is_in(ep) in done()
108 ep_is_in(ep) in done()
1720 ep_is_in(ep) in __qe_ep_queue()
1727 ep_is_in(ep) in __qe_ep_queue()
1741 if (ep_is_in(ep)) in __qe_ep_queue()
1746 if (ep_is_in(ep)) in __qe_ep_queue()
1824 if (value && ep_is_in(ep) && !list_empty(&ep->queue)) { in qe_ep_set_halt()
Dfsl_qe_udc.h158 #define ep_is_in(EP) ((ep_index(EP) == 0) ? (EP->udc->ep0_dir == \ macro