Home
last modified time | relevance | path

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

/linux/include/linux/soc/ti/
H A Dti_sci_protocol.h517 * @tx_ch_cfg: configure SoC Navigator Subsystem UDMA transmit channel.
522 int (*tx_ch_cfg)(const struct ti_sci_handle *handle, member
/linux/drivers/dma/ti/
H A Dk3-udma.c1906 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_m2m_channel_config()
1957 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_m2m_channel_config()
2000 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in udma_tisci_tx_channel_config()
2027 ret = tisci_ops->tx_ch_cfg(tisci_rm->tisci, &req_tx); in bcdma_tisci_tx_channel_config()
H A Dk3-udma-glue.c272 return tisci_rm->tisci_udmap_ops->tx_ch_cfg(tisci_rm->tisci, &req); in k3_udma_glue_cfg_tx_chn()
/linux/drivers/firmware/
H A Dti_sci.c3221 udmap_ops->tx_ch_cfg = ti_sci_cmd_rm_udmap_tx_ch_cfg; in ti_sci_setup_ops()