Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Duacce.h36 int (*get_queue)(struct uacce_device *uacce, unsigned long arg, member
/OK3568_Linux_fs/kernel/drivers/misc/uacce/
H A Duacce.c161 if (uacce->ops->get_queue) { in uacce_fops_open()
162 ret = uacce->ops->get_queue(uacce, q->pasid, q); in uacce_fops_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf.c251 static void get_queue(struct kbase_queue *queue);
336 get_queue(queue); in kbase_csf_alloc_command_stream_user_pages()
401 static void get_queue(struct kbase_queue *queue) in get_queue() function
2388 get_queue(queue); in handle_fault_event()
2562 get_queue(queue); in handle_fatal_event()
2654 get_queue(queue); in process_cs_interrupts()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c4740 static struct sdebug_queue *get_queue(struct scsi_cmnd *cmnd) in get_queue() function
5423 sqp = get_queue(cmnd); in schedule_resp()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/
H A Dqm.c2156 .get_queue = hisi_qm_uacce_get_queue,