Home
last modified time | relevance | path

Searched refs:start_queue (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/soc/ti/
H A Dknav_qmss_queue.c235 id = inst->id - inst->qmgr->start_queue; in __knav_queue_open()
506 unsigned id = inst->id - inst->qmgr->start_queue; in knav_queue_flush()
1282 start = max(qmgr->start_queue, range->queue_base); in knav_setup_queue_range()
1283 end = min(qmgr->start_queue + qmgr->num_queues, in knav_setup_queue_range()
1286 index = id - qmgr->start_queue; in knav_setup_queue_range()
1420 qmgr->start_queue = temp[0]; in knav_queue_init_qmgrs()
1429 qmgr->start_queue, qmgr->num_queues); in knav_queue_init_qmgrs()
1494 qmgr->start_queue, qmgr->num_queues, in knav_queue_init_qmgrs()
1705 if ((id >= qmgr->start_queue) && in knav_find_qmgr()
1706 (id < qmgr->start_queue + qmgr->num_queues)) in knav_find_qmgr()
H A Dknav_qmss.h139 unsigned start_queue; member
/linux/include/linux/
H A Duacce.h43 int (*start_queue)(struct uacce_queue *q); member
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c1011 int start_queue = 0; in alua_rtpg_queue() local
1032 start_queue = 1; in alua_rtpg_queue()
1040 start_queue = 1; in alua_rtpg_queue()
1046 if (start_queue) { in alua_rtpg_queue()
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800soc.c206 .start_queue = rt2800mmio_start_queue,
H A Drt2800pci.c361 .start_queue = rt2800mmio_start_queue,
H A Drt2800usb.c697 .start_queue = rt2800usb_start_queue,
H A Drt2x00.h567 void (*start_queue) (struct data_queue *queue); member
H A Drt2x00queue.c961 queue->rt2x00dev->ops->lib->start_queue(queue); in rt2x00queue_start_queue()
H A Drt2500usb.c1834 .start_queue = rt2500usb_start_queue,
H A Drt2400pci.c1750 .start_queue = rt2400pci_start_queue,
H A Drt2500pci.c2048 .start_queue = rt2500pci_start_queue,
H A Drt73usb.c2336 .start_queue = rt73usb_start_queue,
H A Drt61pci.c2921 .start_queue = rt61pci_start_queue,
/linux/drivers/misc/uacce/
H A Duacce.c33 if (q->uacce->ops->start_queue) { in uacce_start_queue()
34 ret = q->uacce->ops->start_queue(q); in uacce_start_queue()
/linux/drivers/usb/gadget/udc/
H A Dnet2280.c847 static void start_queue(struct net2280_ep *ep, u32 dmactl, u32 td_dma) in start_queue() function
929 start_queue(ep, tmp, req->td_dma); in start_dma()
/linux/drivers/crypto/hisilicon/
H A Dqm.c2619 .start_queue = hisi_qm_uacce_start_queue,