Searched refs:ep_config (Results 1 - 15 of 15) sorted by path

/linux-master/drivers/dma/ti/
H A Dk3-psil-am62.c13 .ep_config = { \
24 .ep_config = { \
39 .ep_config = { \
55 .ep_config = { \
65 .ep_config = { \
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-am62p.c13 .ep_config = { \
23 .ep_config = { \
34 .ep_config = { \
49 .ep_config = { \
65 .ep_config = { \
75 .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-j7200.c14 .ep_config = { \
22 .ep_config = { \
31 .ep_config = { \
41 .ep_config = { \
52 .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-j721s2.c13 .ep_config = { \
21 .ep_config = { \
30 .ep_config = { \
40 .ep_config = { \
51 .ep_config = { \
63 .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-priv.h13 struct psil_endpoint_config ep_config; member in struct:psil_ep
H A Dk3-psil.c58 return &soc_ep_map->dst[i].ep_config;
66 return &soc_ep_map->src[i].ep_config;
75 struct psil_endpoint_config *ep_config)
103 memcpy(dst_ep_config, ep_config, sizeof(*dst_ep_config));
74 psil_set_new_ep_config(struct device *dev, const char *name, struct psil_endpoint_config *ep_config) argument
H A Dk3-udma-glue.c38 struct psil_endpoint_config *ep_config; member in struct:k3_udma_glue_common
124 common->ep_config = psil_get_ep_config(thread_id);
125 if (IS_ERR(common->ep_config)) {
129 return PTR_ERR(common->ep_config);
132 common->epib = common->ep_config->needs_epib;
133 common->psdata_size = common->ep_config->psd_size;
289 tx_chn->udma_tchan_id = tx_chn->common.ep_config->mapped_channel_id;
325 tx_chn->udma_tflow_id = tx_chn->common.ep_config->default_flow_id;
974 ep_cfg = rx_chn->common.ep_config;
H A Dk3-udma.c4103 struct psil_endpoint_config *ep_config; local
4144 ep_config = psil_get_ep_config(ucc->remote_thread_id);
4145 if (IS_ERR(ep_config)) {
4156 ep_config->pkt_mode) {
4167 ucc->pkt_mode = ep_config->pkt_mode;
4168 ucc->channel_tpl = ep_config->channel_tpl;
4169 ucc->notdpkt = ep_config->notdpkt;
4170 ucc->ep_type = ep_config->ep_type;
4173 ep_config->mapped_channel_id >= 0) {
4174 ucc->mapped_channel_id = ep_config
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c60 * - Then, after a SET_CONFIGURATION control request, ep_config() is
637 static ssize_t ep_config(struct ep_data *, const char *, size_t);
682 value = ep_config(epdata, buf, len);
728 ep_config (struct ep_data *data, const char *buf, size_t len) function
/linux-master/include/linux/dma/
H A Dk3-psil.h84 struct psil_endpoint_config *ep_config);

Completed in 296 milliseconds