| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | k3-psil-j7200.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-j721e.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_PDMA_XY, \ 42 .ep_type = PSIL_EP_NATIVE, \ 53 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-psil-am654.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 23 .ep_type = PSIL_EP_PDMA_XY, \ 32 .ep_type = PSIL_EP_NATIVE, \ 43 .ep_type = PSIL_EP_NATIVE, \
|
| H A D | k3-udma.c | 204 enum psil_endpoint_type ep_type; member 763 if (uc->config.ep_type == PSIL_EP_NATIVE) in udma_chan_needs_reconfiguration() 801 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start() 836 if (uc->config.ep_type == PSIL_EP_PDMA_XY) { in udma_start() 940 if (uc->config.ep_type == PSIL_EP_NATIVE || in udma_is_desc_really_done() 2099 if (uc->config.ep_type != PSIL_EP_PDMA_XY) in udma_configure_statictr() 2723 if (uc->config.ep_type != PSIL_EP_NATIVE) { in udma_tx_status() 2733 if (uc->config.ep_type != PSIL_EP_NATIVE) { in udma_tx_status() 3041 ucc->ep_type = ep_config->ep_type; in udma_dma_filter_fn() 3043 if (ucc->ep_type != PSIL_EP_NATIVE) { in udma_dma_filter_fn() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 281 u32 ep_type; in setup_sch_info() local 290 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in setup_sch_info() 300 sch_ep->ep_type = ep_type; in setup_sch_info() 337 if (ep_type == INT_IN_EP || ep_type == INT_OUT_EP) { in setup_sch_info() 343 if (ep_type == ISOC_IN_EP || ep_type == ISOC_OUT_EP) { in setup_sch_info() 379 if (ep_type == ISOC_OUT_EP) { in setup_sch_info() 382 } else if (ep_type == INT_OUT_EP) { in setup_sch_info() 456 if (sch_ep->ep_type == INT_IN_EP || sch_ep->ep_type == ISOC_IN_EP) in check_fs_bus_bw() 480 if (sch_ep->ep_type == ISOC_OUT_EP) { in check_sch_tt() 507 if (sch_ep->ep_type == ISOC_IN_EP) in check_sch_tt() [all …]
|
| H A D | xhci-mtk.h | 83 u32 ep_type; member
|
| H A D | xhci-mem.c | 1641 unsigned int ep_type; in xhci_update_bw_info() local 1660 ep_type = CTX_TO_EP_TYPE(le32_to_cpu(ep_ctx->ep_info2)); in xhci_update_bw_info() 1663 if (ep_type != ISOC_OUT_EP && ep_type != INT_OUT_EP && in xhci_update_bw_info() 1664 ep_type != ISOC_IN_EP && in xhci_update_bw_info() 1665 ep_type != INT_IN_EP) in xhci_update_bw_info() 1681 bw_info->type = ep_type; in xhci_update_bw_info()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | designware_udc.c | 594 int ep_num, ep_type; in udc_setup_ep() local 625 ep_type = ENDP_EPTYPE_CNTL; in udc_setup_ep() 629 ep_type = ENDP_EPTYPE_BULK; in udc_setup_ep() 632 ep_type = ENDP_EPTYPE_INT; in udc_setup_ep() 635 ep_type = ENDP_EPTYPE_ISO; in udc_setup_ep() 666 writel((ep_type << 4) | ENDP_CNTL_RRDY, &in_p->endp_cntl); in udc_setup_ep() 671 if (ep_type == ENDP_EPTYPE_INT) { in udc_setup_ep() 675 (0 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() 681 (1 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() 688 (0 << 11) | (ep_type << 5) | ep_num, in udc_setup_ep() [all …]
|
| H A D | dwc2_udc_otg_priv.h | 48 enum ep_type { enum 66 enum ep_type ep_type; member
|
| H A D | pxa27x_udc.c | 527 int ep_num, ep_addr, ep_isout, ep_type, ep_size; in udc_setup_ep() local 560 ep_type = ep_isout ? endpoint->rcv_attributes : endpoint->tx_attributes; in udc_setup_ep() 566 ep_type == USB_ENDPOINT_XFER_ISOC ? "isoc" : in udc_setup_ep() 567 ep_type == USB_ENDPOINT_XFER_BULK ? "bulk" : in udc_setup_ep() 568 ep_type == USB_ENDPOINT_XFER_INT ? "int" : "???", in udc_setup_ep() 578 tmp |= (ep_type << UDCCONR_ET_S) & UDCCONR_ET; in udc_setup_ep()
|
| H A D | dwc2_udc_otg.c | 833 .ep_type = ep_control, 848 .ep_type = ep_bulk_out, 863 .ep_type = ep_bulk_in, 878 .ep_type = ep_interrupt,
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd.h | 125 unsigned ep_type:2; member 342 u8 ep_type; member 600 ((_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_BULK || \ 601 (_qh_ptr_)->ep_type == USB_ENDPOINT_XFER_CONTROL) 611 return hc->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_hc() 612 hc->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_hc() 617 return qh->ep_type == USB_ENDPOINT_XFER_BULK || in dbg_qh() 618 qh->ep_type == USB_ENDPOINT_XFER_CONTROL; in dbg_qh()
|
| H A D | hcd_ddma.c | 77 return (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_max_desc_num() 93 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_alloc() 127 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_desc_list_free() 254 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_update_frame_list() 358 if (qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_init_ddma() 359 qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_hcd_qh_init_ddma() 406 if ((qh->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hcd_qh_free_ddma() 407 qh->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hcd_qh_free_ddma() 717 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() [all …]
|
| H A D | hcd_intr.c | 511 if (xfer_length && chan->ep_type == USB_ENDPOINT_XFER_BULK && in dwc2_update_urb_state() 547 if (chan->ep_type != USB_ENDPOINT_XFER_CONTROL) { in dwc2_hcd_save_data_toggle() 624 chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_update_isoc_urb_state() 767 switch (chan->ep_type) { in dwc2_release_channel() 824 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_halt_channel() 825 chan->ep_type == USB_ENDPOINT_XFER_BULK) { in dwc2_halt_channel() 1017 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC && chan->ep_is_in && in dwc2_hc_xfercomp_intr() 1254 !(chan->ep_type == USB_ENDPOINT_XFER_CONTROL && in dwc2_hc_nak_intr() 1332 if (chan->ep_type != USB_ENDPOINT_XFER_ISOC || chan->ep_is_in) { in dwc2_hc_ack_intr() 1408 if (chan->ep_is_in && chan->ep_type == USB_ENDPOINT_XFER_ISOC && in dwc2_hc_nyet_intr() [all …]
|
| H A D | hcd.c | 464 dev_dbg(hsotg->dev, " ep_type: %d\n", chan->ep_type); in dwc2_dump_channel_info() 535 switch (chan->ep_type) { in dwc2_hc_enable_slave_ints() 624 if (chan->ep_type == USB_ENDPOINT_XFER_ISOC) in dwc2_hc_enable_dma_ints() 629 chan->ep_type != USB_ENDPOINT_XFER_ISOC) { in dwc2_hc_enable_dma_ints() 635 if (chan->ep_type != USB_ENDPOINT_XFER_INT) in dwc2_hc_enable_dma_ints() 714 hcchar |= chan->ep_type << HCCHAR_EPTYPE_SHIFT & HCCHAR_EPTYPE_MASK; in dwc2_hc_init() 732 chan->ep_type); in dwc2_hc_init() 818 (chan->ep_type == USB_ENDPOINT_XFER_ISOC || in dwc2_hc_halt() 819 chan->ep_type == USB_ENDPOINT_XFER_INT) && in dwc2_hc_halt() 906 if (chan->ep_type == USB_ENDPOINT_XFER_CONTROL || in dwc2_hc_halt() [all …]
|
| H A D | hcd_queue.c | 737 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() 881 if (qh->ep_type == USB_ENDPOINT_XFER_INT) { in dwc2_uframe_schedule_split() 1518 u8 ep_type = dwc2_hcd_get_pipe_type(&urb->pipe_info); in dwc2_qh_init() local 1520 bool ep_is_isoc = (ep_type == USB_ENDPOINT_XFER_ISOC); in dwc2_qh_init() 1521 bool ep_is_int = (ep_type == USB_ENDPOINT_XFER_INT); in dwc2_qh_init() 1536 qh->ep_type = ep_type; in dwc2_qh_init() 1605 switch (qh->ep_type) { in dwc2_qh_init() 1844 !(qh->ep_type == USB_ENDPOINT_XFER_ISOC && !qh->ep_is_in)) in dwc2_next_for_periodic_split()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 34 const char *usb_ep_type_string(int ep_type) in usb_ep_type_string() argument 36 if (ep_type < 0 || ep_type >= ARRAY_SIZE(ep_type_names)) in usb_ep_type_string() 39 return ep_type_names[ep_type]; in usb_ep_type_string()
|
| /OK3568_Linux_fs/kernel/include/linux/dma/ |
| H A D | k3-psil.h | 55 enum psil_endpoint_type ep_type; member
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ch9.h | 48 extern const char *usb_ep_type_string(int ep_type);
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | QMIThread.h | 102 UINT ep_type; member 125 unsigned int ep_type; member
|
| H A D | QMIThread.c | 303 pMUXMsg->BindMuxDataPortReq.ep_type = cpu_to_le32(qmap_settings->ep_type); in WdsSetQMUXBindMuxDataPort() 378 pMUXMsg->SetDataFormatReq.epTlv.ep_type = cpu_to_le32(qmap_settings->ep_type); in WdaSetDataFormat() 692 qmap_settings.ep_type = DATA_EP_TYPE_PCIE; in requestSetEthMode() 697 qmap_settings.ep_type = DATA_EP_TYPE_HSUSB; in requestSetEthMode() 710 qmap_settings.ep_type = profile->rmnet_info.ep_type; in requestSetEthMode()
|
| /OK3568_Linux_fs/kernel/drivers/staging/emxx_udc/ |
| H A D | emxx_udc.c | 233 switch (ep->ep_type) { in _nbu2ss_ep_init() 915 if ((ep->ep_type != USB_ENDPOINT_XFER_INT) && (req->req.dma != 0) && in _nbu2ss_epn_out_data() 1111 if ((ep->ep_type != USB_ENDPOINT_XFER_INT) && (req->req.dma != 0) && in _nbu2ss_epn_in_data() 2417 u8 ep_type; in nbu2ss_ep_enable() local 2434 ep_type = usb_endpoint_type(desc); in nbu2ss_ep_enable() 2435 if ((ep_type == USB_ENDPOINT_XFER_CONTROL) || in nbu2ss_ep_enable() 2436 (ep_type == USB_ENDPOINT_XFER_ISOC)) { in nbu2ss_ep_enable() 2455 ep->ep_type = ep_type; in nbu2ss_ep_enable()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | mv_udc.h | 234 ep_type:2, member
|
| H A D | mv_u3d.h | 300 unsigned ep_type:2; member
|
| H A D | fsl_udc_core.c | 409 unsigned char ep_type) in dr_ep_setup() argument 419 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 426 tmp_epctrl |= ((unsigned int)(ep_type) in dr_ep_setup() 482 unsigned char dir, unsigned char ep_type, in struct_ep_qh_setup() argument 490 switch (ep_type) { in struct_ep_qh_setup() 505 VDBG("error ep type is %d", ep_type); in struct_ep_qh_setup()
|