Home
last modified time | relevance | path

Searched refs:ep_type (Results 1 – 16 of 16) sorted by relevance

/drivers/dma/ti/
A Dk3-psil-am62a.c14 .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 Dk3-psil-j721s2.c14 .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 Dk3-psil-j784s4.c13 .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 Dk3-psil-am64.c15 .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 Dk3-psil-am62p.c14 .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 Dk3-psil.h64 enum psil_endpoint_type ep_type; member
A Dk3-psil-j721e.c15 .ep_type = PSIL_EP_NATIVE, \
A Dk3-psil-am62.c14 .ep_type = PSIL_EP_NATIVE, \
A Dk3-psil-am654.c15 .ep_type = PSIL_EP_NATIVE, \
A Dk3-udma.c194 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 Ddwc2_udc_otg_priv.h47 enum ep_type { enum
65 enum ep_type ep_type; member
A Ddwc2_udc_otg.c838 .ep_type = ep_control,
853 .ep_type = ep_bulk_out,
868 .ep_type = ep_bulk_in,
883 .ep_type = ep_interrupt,
A Ddwc2_udc_otg_xfer_dma.c931 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 Dxhci.c495 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 Ddwc2.c407 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 Dgadget.h986 #define GET_TRBS_PER_SEGMENT(ep_type) ((ep_type) == USB_ENDPOINT_XFER_ISOC ? \ argument

Completed in 38 milliseconds