Searched refs:bcom_task_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/dma/bestcomm/ |
A D | fec.c | 86 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_rx_init() 188 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_fec_bd), in bcom_fec_tx_init()
|
A D | gen_bd.c | 91 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()
|
A D | ata.c | 63 tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_ata_bd), 0); in bcom_ata_init()
|
A D | bestcomm.c | 48 bcom_task_alloc(int bd_count, int bd_size, int priv_size) in bcom_task_alloc() function 117 EXPORT_SYMBOL_GPL(bcom_task_alloc);
|
/linux-6.3-rc2/include/linux/fsl/bestcomm/ |
A D | bestcomm_priv.h | 236 extern struct bcom_task *bcom_task_alloc(int bd_count, int bd_size, int priv_size);
|
Completed in 7 milliseconds