/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-psil-am62a.c | 13 .ep_config = { \ 23 .ep_config = { \ 34 .ep_config = { \ 49 .ep_config = { \ 65 .ep_config = { \ 75 .ep_config = { \
|
H A D | k3-psil-j721s2.c | 13 .ep_config = { \ 21 .ep_config = { \ 30 .ep_config = { \ 40 .ep_config = { \ 51 .ep_config = { \
|
H A D | k3-psil-am62.c | 13 .ep_config = { \ 24 .ep_config = { \ 39 .ep_config = { \ 55 .ep_config = { \ 65 .ep_config = { \
|
H A D | k3-psil-am64.c | 14 .ep_config = { \ 24 .ep_config = { \ 35 .ep_config = { \ 50 .ep_config = { \
|
H A D | k3-psil-am654.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 42 .ep_config = { \
|
H A D | k3-psil.c | 56 return &soc_ep_map->dst[i].ep_config; in psil_get_ep_config() 64 return &soc_ep_map->src[i].ep_config; in psil_get_ep_config() 73 struct psil_endpoint_config *ep_config) in psil_set_new_ep_config() 101 memcpy(dst_ep_config, ep_config, sizeof(*dst_ep_config)); in psil_set_new_ep_config() 72 psil_set_new_ep_config(struct device *dev, const char *name, struct psil_endpoint_config *ep_config) psil_set_new_ep_config() argument
|
H A D | k3-psil-j7200.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 41 .ep_config = { \ 52 .ep_config = { \
|
H A D | k3-psil-j721e.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 41 .ep_config = { \ 52 .ep_config = { \ 64 .ep_config = { \
|
H A D | k3-psil-j784s4.c | 13 .ep_config = { \ 21 .ep_config = { \ 30 .ep_config = { \ 40 .ep_config = { \ 51 .ep_config = { \ 63 .ep_config = { \
|
H A D | k3-psil-priv.h | 13 struct psil_endpoint_config ep_config; member
|
H A D | k3-udma-glue.c | 38 struct psil_endpoint_config *ep_config; member 167 common->ep_config = psil_get_ep_config(thread_id); in of_k3_udma_glue_parse_chn() 168 if (IS_ERR(common->ep_config)) { in of_k3_udma_glue_parse_chn() 172 ret = PTR_ERR(common->ep_config); in of_k3_udma_glue_parse_chn() 176 common->epib = common->ep_config->needs_epib; in of_k3_udma_glue_parse_chn() 177 common->psdata_size = common->ep_config->psd_size; in of_k3_udma_glue_parse_chn() 282 tx_chn->udma_tchan_id = tx_chn->common.ep_config->mapped_channel_id; in k3_udma_glue_request_tx_chn() 318 tx_chn->udma_tflow_id = tx_chn->common.ep_config->default_flow_id; in k3_udma_glue_request_tx_chn() 901 ep_cfg = rx_chn->common.ep_config; in k3_udma_glue_request_rx_chn_priv()
|
H A D | k3-udma.c | 4103 struct psil_endpoint_config *ep_config; in udma_dma_filter_fn() local 4144 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn() 4145 if (IS_ERR(ep_config)) { in udma_dma_filter_fn() 4156 ep_config->pkt_mode) { in udma_dma_filter_fn() 4167 ucc->pkt_mode = ep_config->pkt_mode; in udma_dma_filter_fn() 4168 ucc->channel_tpl = ep_config->channel_tpl; in udma_dma_filter_fn() 4169 ucc->notdpkt = ep_config->notdpkt; in udma_dma_filter_fn() 4170 ucc->ep_type = ep_config->ep_type; in udma_dma_filter_fn() 4173 ep_config->mapped_channel_id >= 0) { in udma_dma_filter_fn() 4174 ucc->mapped_channel_id = ep_config in udma_dma_filter_fn() [all...] |
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-psil-j7200.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 41 .ep_config = { \ 52 .ep_config = { \
|
H A D | k3-psil.c | 50 return &soc_ep_map->dst[i].ep_config; in psil_get_ep_config() 58 return &soc_ep_map->src[i].ep_config; in psil_get_ep_config() 67 struct psil_endpoint_config *ep_config) in psil_set_new_ep_config() 95 memcpy(dst_ep_config, ep_config, sizeof(*dst_ep_config)); in psil_set_new_ep_config() 66 psil_set_new_ep_config(struct device *dev, const char *name, struct psil_endpoint_config *ep_config) psil_set_new_ep_config() argument
|
H A D | k3-psil-j721e.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 41 .ep_config = { \ 52 .ep_config = { \
|
H A D | k3-psil-am654.c | 14 .ep_config = { \ 22 .ep_config = { \ 31 .ep_config = { \ 42 .ep_config = { \
|
H A D | k3-psil-priv.h | 13 struct psil_endpoint_config ep_config; member
|
H A D | k3-udma-glue.c | 107 struct psil_endpoint_config *ep_config; in of_k3_udma_glue_parse_chn() local 146 ep_config = psil_get_ep_config(thread_id); in of_k3_udma_glue_parse_chn() 147 if (IS_ERR(ep_config)) { in of_k3_udma_glue_parse_chn() 151 ret = PTR_ERR(ep_config); in of_k3_udma_glue_parse_chn() 155 common->epib = ep_config->needs_epib; in of_k3_udma_glue_parse_chn() 156 common->psdata_size = ep_config->psd_size; in of_k3_udma_glue_parse_chn()
|
H A D | k3-udma.c | 3007 struct psil_endpoint_config *ep_config; in udma_dma_filter_fn() local 3034 ep_config = psil_get_ep_config(ucc->remote_thread_id); in udma_dma_filter_fn() 3035 if (IS_ERR(ep_config)) { in udma_dma_filter_fn() 3044 ucc->pkt_mode = ep_config->pkt_mode; in udma_dma_filter_fn() 3045 ucc->channel_tpl = ep_config->channel_tpl; in udma_dma_filter_fn() 3046 ucc->notdpkt = ep_config->notdpkt; in udma_dma_filter_fn() 3047 ucc->ep_type = ep_config->ep_type; in udma_dma_filter_fn() 3053 ucc->enable_acc32 = ep_config->pdma_acc32; in udma_dma_filter_fn() 3055 ucc->enable_burst = ep_config->pdma_burst; in udma_dma_filter_fn() 3058 ucc->needs_epib = ep_config in udma_dma_filter_fn() [all...] |
/kernel/linux/linux-5.10/include/linux/dma/ |
H A D | k3-psil.h | 69 struct psil_endpoint_config *ep_config);
|
/kernel/linux/linux-6.6/include/linux/dma/ |
H A D | k3-psil.h | 84 struct psil_endpoint_config *ep_config);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | inode.c | 54 * - Then, after a SET_CONFIGURATION control request, ep_config() is 633 static ssize_t ep_config(struct ep_data *, const char *, size_t); 678 value = ep_config(epdata, buf, len); in ep_write_iter() 724 ep_config (struct ep_data *data, const char *buf, size_t len) in ep_config() function
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | inode.c | 54 * - Then, after a SET_CONFIGURATION control request, ep_config() is 631 static ssize_t ep_config(struct ep_data *, const char *, size_t); 676 value = ep_config(epdata, buf, len); in ep_write_iter() 722 ep_config (struct ep_data *data, const char *buf, size_t len) in ep_config() function
|