Searched refs:bcom_task_alloc (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/dma/bestcomm/ | 
| D | fec.c | 90 	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()
  | 
| D | gen_bd.c | 95 	tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),  in bcom_gen_bd_rx_init() 180 	tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_gen_bd),  in bcom_gen_bd_tx_init()
  | 
| D | ata.c | 67 	tsk = bcom_task_alloc(queue_len, sizeof(struct bcom_ata_bd), 0);  in bcom_ata_init()
  | 
| D | bestcomm.c | 50 bcom_task_alloc(int bd_count, int bd_size, int priv_size)  in bcom_task_alloc()  function 118 EXPORT_SYMBOL_GPL(bcom_task_alloc);
  | 
| /linux-4.4.14/include/linux/fsl/bestcomm/ | 
| D | bestcomm_priv.h | 236 extern struct bcom_task *bcom_task_alloc(int bd_count, int bd_size, int priv_size);
  |