Home
last modified time | relevance | path

Searched refs:get_queue (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Duacce.h26 * @get_queue: get a queue from the device
28 * @start_queue: make the queue start work after get_queue
36 int (*get_queue)(struct uacce_device *uacce, unsigned long arg, member
/kernel/linux/linux-6.6/include/linux/
H A Duacce.h27 * @get_queue: get a queue from the device
29 * @start_queue: make the queue start work after get_queue
40 int (*get_queue)(struct uacce_device *uacce, unsigned long arg, member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dqm.c2156 .get_queue = hisi_qm_uacce_get_queue,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/
H A Dqm.c2616 .get_queue = hisi_qm_uacce_get_queue,

Completed in 46 milliseconds