Searched refs:ep_type (Results 1 – 16 of 16) sorted by relevance
| /drivers/dma/ti/ |
| A D | k3-psil-am62a.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_PDMA_XY, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-j721s2.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 22 .ep_type = PSIL_EP_PDMA_XY, \ 31 .ep_type = PSIL_EP_PDMA_XY, \ 41 .ep_type = PSIL_EP_NATIVE, \ 52 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-j784s4.c | 13 .ep_type = PSIL_EP_PDMA_XY, \ 21 .ep_type = PSIL_EP_PDMA_XY, \ 30 .ep_type = PSIL_EP_PDMA_XY, \ 40 .ep_type = PSIL_EP_NATIVE, \ 51 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-am64.c | 15 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 34 .ep_type = PSIL_EP_NATIVE, \ 49 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-am62p.c | 14 .ep_type = PSIL_EP_PDMA_XY, \ 24 .ep_type = PSIL_EP_PDMA_XY, \ 35 .ep_type = PSIL_EP_NATIVE, \ 50 .ep_type = PSIL_EP_NATIVE, \ 66 .ep_type = PSIL_EP_PDMA_XY, \ 76 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil.h | 64 enum psil_endpoint_type ep_type; member
|
| A D | k3-psil-j721e.c | 15 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-am62.c | 14 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-psil-am654.c | 15 .ep_type = PSIL_EP_NATIVE, \
|
| A D | k3-udma.c | 194 enum psil_endpoint_type ep_type; member 1980 if (uc->config.ep_type == PSIL_EP_PDMA_XY && in bcdma_tisci_tx_channel_config() 2471 ucc->ep_type = ep_config->ep_type; in udma_of_xlate()
|
| /drivers/usb/gadget/ |
| A D | dwc2_udc_otg_priv.h | 47 enum ep_type { enum 65 enum ep_type ep_type; member
|
| A D | dwc2_udc_otg.c | 838 .ep_type = ep_control, 853 .ep_type = ep_bulk_out, 868 .ep_type = ep_bulk_in, 883 .ep_type = ep_interrupt,
|
| A D | dwc2_udc_otg_xfer_dma.c | 931 debug("%s: ep_num = %d, ep_type = %d\n", __func__, ep_num, ep->ep_type); in dwc2_udc_set_nak() 952 debug("%s: ep_num = %d, ep_type = %d\n", __func__, ep_num, ep->ep_type); in dwc2_udc_ep_set_stall() 983 debug("%s: ep_num = %d, ep_type = %d\n", __func__, ep_num, ep->ep_type); in dwc2_udc_ep_clear_stall()
|
| /drivers/usb/host/ |
| A D | xhci.c | 495 unsigned int ep_type; in xhci_init_ep_contexts_if() local 540 ep_type = (((endpt_desc->bmAttributes) & (0x3)) | (dir << 2)); in xhci_init_ep_contexts_if() 546 ep_ctx[ep_index]->ep_info2 = cpu_to_le32(EP_TYPE(ep_type)); in xhci_init_ep_contexts_if()
|
| A D | dwc2.c | 407 u8 ep_is_in, u8 ep_type, u16 max_packet) in dwc_otg_hc_init() argument 413 FIELD_PREP(HCCHAR_EPTYPE_MASK, ep_type) | in dwc_otg_hc_init()
|
| /drivers/usb/cdns3/ |
| A D | gadget.h | 986 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ argument
|
Completed in 38 milliseconds