Home
last modified time | relevance | path

Searched refs:udmax_np (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/dma/
H A Dk3-udma-glue.h32 struct device_node *udmax_np, u32 thread_id);
120 struct device_node *udmax_np, u32 thread_id);
/linux-6.15/drivers/dma/ti/
H A Dk3-udma-glue.c102 static int of_k3_udma_glue_parse(struct device_node *udmax_np, in of_k3_udma_glue_parse() argument
105 common->udmax = of_xudma_dev_get(udmax_np, NULL); in of_k3_udma_glue_parse()
194 of_k3_udma_glue_parse_chn_by_id(struct device_node *udmax_np, struct k3_udma_glue_common *common, in of_k3_udma_glue_parse_chn_by_id() argument
199 if (unlikely(!udmax_np)) in of_k3_udma_glue_parse_chn_by_id()
202 ret = of_k3_udma_glue_parse(udmax_np, common); in of_k3_udma_glue_parse_chn_by_id()
414 struct device_node *udmax_np, u32 thread_id) in k3_udma_glue_request_tx_chn_for_thread_id() argument
430 ret = of_k3_udma_glue_parse_chn_by_id(udmax_np, &tx_chn->common, true, thread_id); in k3_udma_glue_request_tx_chn_for_thread_id()
1177 struct device_node *udmax_np, u32 thread_id) in k3_udma_glue_request_remote_rx_chn_for_thread_id() argument
1205 ret = of_k3_udma_glue_parse_chn_by_id(udmax_np, &rx_chn->common, false, thread_id); in k3_udma_glue_request_remote_rx_chn_for_thread_id()