Home
last modified time | relevance | path

Searched refs:tx_ch_cfg (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/include/linux/soc/ti/
Dti_sci_protocol.h493 int (*tx_ch_cfg)(const struct ti_sci_handle *handle, member
/Linux-v6.1/drivers/dma/ti/
Dk3-udma-glue.c250 return tisci_rm->tisci_udmap_ops->tx_ch_cfg(tisci_rm->tisci, &req); in k3_udma_glue_cfg_tx_chn()
Dk3-udma.c1895 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_m2m_channel_config()
1946 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_m2m_channel_config()
1989 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_tx_channel_config()
2016 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_tx_channel_config()
/Linux-v6.1/drivers/firmware/
Dti_sci.c2864 udmap_ops->tx_ch_cfg = ti_sci_cmd_rm_udmap_tx_ch_cfg; in ti_sci_setup_ops()