Home
last modified time | relevance | path

Searched refs:bcom_task_alloc (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/dma/bestcomm/
Dfec.c90 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_rx_init()
192 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_tx_init()
Dgen_bd.c91 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_rx_init()
176 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd), in bcom_gen_bd_tx_init()
Data.c67 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_ata_bd), 0); in bcom_ata_init()
Dbestcomm.c52 bcom_task_alloc(int bd_count, int bd_size, int priv_size) in bcom_task_alloc() function
121 EXPORT_SYMBOL_GPL(bcom_task_alloc);
/linux-5.19.10/include/linux/fsl/bestcomm/
Dbestcomm_priv.h236 extern struct bcom_task *bcom_task_alloc(int bd_count, int bd_size, int priv_size);