Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/soc/ti/
Dti_sci_protocol.h493 int (*tx_ch_cfg)(const struct ti_sci_handle *handle, member
/Linux-v6.6/drivers/dma/ti/
Dk3-udma-glue.c251 return tisci_rm->tisci_udmap_ops->tx_ch_cfg(tisci_rm->tisci, &req); in k3_udma_glue_cfg_tx_chn()
Dk3-udma.c1899 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_m2m_channel_config()
1950 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_m2m_channel_config()
1993 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_tx_channel_config()
2020 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_tx_channel_config()
/Linux-v6.6/drivers/firmware/
Dti_sci.c2862 udmap_ops->tx_ch_cfg = ti_sci_cmd_rm_udmap_tx_ch_cfg; in ti_sci_setup_ops()