Home
last modified time | relevance | path

Searched refs:ep_config (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/dma/ti/
H A Dk3-psil-am62a.c13 .ep_config = { \
23 .ep_config = { \
34 .ep_config = { \
49 .ep_config = { \
65 .ep_config = { \
75 .ep_config = { \
H A Dk3-psil-am62.c13 .ep_config = { \
24 .ep_config = { \
39 .ep_config = { \
55 .ep_config = { \
65 .ep_config = { \
H A Dk3-psil-j7200.c14 .ep_config = { \
22 .ep_config = { \
31 .ep_config = { \
41 .ep_config = { \
52 .ep_config = { \
H A Dk3-psil-am62p.c13 .ep_config = { \
23 .ep_config = { \
34 .ep_config = { \
49 .ep_config = { \
65 .ep_config = { \
75 .ep_config = { \
H A Dk3-psil-j784s4.c13 .ep_config = { \
21 .ep_config = { \
30 .ep_config = { \
40 .ep_config = { \
51 .ep_config = { \
63 .ep_config = { \
H A Dk3-psil-j721e.c14 .ep_config = { \
22 .ep_config = { \
31 .ep_config = { \
41 .ep_config = { \
52 .ep_config = { \
64 .ep_config = { \
H A Dk3-psil-am64.c14 .ep_config = { \
24 .ep_config = { \
35 .ep_config = { \
50 .ep_config = { \
H A Dk3-psil-am654.c14 .ep_config = { \
22 .ep_config = { \
31 .ep_config = { \
42 .ep_config = { \
H A Dk3-psil.c58 return &soc_ep_map->dst[i].ep_config; in psil_get_ep_config()
66 return &soc_ep_map->src[i].ep_config; in psil_get_ep_config()
75 struct psil_endpoint_config *ep_config) in psil_set_new_ep_config() argument
103 memcpy(dst_ep_config, ep_config, sizeof(*dst_ep_config)); in psil_set_new_ep_config()
H A Dk3-udma-glue.c38 struct psil_endpoint_config *ep_config; member
125 common->ep_config = psil_get_ep_config(thread_id); in of_k3_udma_glue_parse_chn_common()
126 if (IS_ERR(common->ep_config)) { in of_k3_udma_glue_parse_chn_common()
130 return PTR_ERR(common->ep_config); in of_k3_udma_glue_parse_chn_common()
133 common->epib = common->ep_config->needs_epib; in of_k3_udma_glue_parse_chn_common()
134 common->psdata_size = common->ep_config->psd_size; in of_k3_udma_glue_parse_chn_common()
287 tx_chn->udma_tchan_id = tx_chn->common.ep_config->mapped_channel_id; in k3_udma_glue_request_tx_chn_common()
323 tx_chn->udma_tflow_id = tx_chn->common.ep_config->default_flow_id; in k3_udma_glue_request_tx_chn_common()
972 ep_cfg = rx_chn->common.ep_config; in k3_udma_glue_request_rx_chn_priv()
H A Dk3-udma.c4142 struct psil_endpoint_config *ep_config; in udma_dma_filter_fn() local
4183 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn()
4184 if (IS_ERR(ep_config)) { in udma_dma_filter_fn()
4195 ep_config->pkt_mode) { in udma_dma_filter_fn()
4206 ucc->pkt_mode = ep_config->pkt_mode; in udma_dma_filter_fn()
4207 ucc->channel_tpl = ep_config->channel_tpl; in udma_dma_filter_fn()
4208 ucc->notdpkt = ep_config->notdpkt; in udma_dma_filter_fn()
4209 ucc->ep_type = ep_config->ep_type; in udma_dma_filter_fn()
4212 ep_config->mapped_channel_id >= 0) { in udma_dma_filter_fn()
4213 ucc->mapped_channel_id = ep_config in udma_dma_filter_fn()
[all...]
/linux/include/linux/dma/
H A Dk3-psil.h84 struct psil_endpoint_config *ep_config);
/linux/drivers/usb/gadget/legacy/
H A Dinode.c61 * - Then, after a SET_CONFIGURATION control request, ep_config() is
638 static ssize_t ep_config(struct ep_data *, const char *, size_t);
683 value = ep_config(epdata, buf, len); in ep_write_iter()
728 ep_config (struct ep_data *data, const char *buf, size_t len) in ep_config() function