Searched refs:hw_wq (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c1327 init_waitqueue_head(&jpeg->hw_wq);
1600 ret = wait_event_interruptible(jpeg->hw_wq,
1695 ret = wait_event_interruptible_timeout(jpeg->hw_wq,
H A Dmtk_jpeg_core.h206 * @hw_wq: jpg wait queue
227 wait_queue_head_t hw_wq; member in struct:mtk_jpeg_dev
H A Dmtk_jpeg_dec_hw.c505 wake_up(&master_jpeg->hw_wq);
552 wake_up(&master_jpeg->hw_wq);
H A Dmtk_jpeg_enc_hw.c251 wake_up(&master_jpeg->hw_wq);
290 wake_up(&master_jpeg->hw_wq);
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c1109 hw->hw_wq[0]->send_frame_io = efct_hw_io_alloc(hw);
1110 if (!hw->hw_wq[0]->send_frame_io)
1595 io->wq = hw->hw_wq[0];
2260 _efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe)
2284 hw_wq_submit_pending(struct hw_wq *wq, u32 update_free_count)
2365 struct hw_wq *wq = NULL;
2370 wq = hw->hw_wq[index];
2511 efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe)
2978 struct hw_wq *wq;
2992 wq = hw->hw_wq[
[all...]
H A Defct_hw.h231 struct hw_wq *wq;
405 struct hw_wq *hw_wq[EFCT_HW_MAX_NUM_WQ]; member in struct:efct_hw
415 struct hw_wq **wq_cpu_array;
511 struct hw_wq { struct
693 int efct_hw_wq_write(struct hw_wq *wq, struct efct_hw_wqe *wqe);
743 struct hw_wq
751 void efct_hw_del_wq(struct hw_wq *wq);
H A Defct_hw_queues.c16 struct hw_wq *wq = NULL;
120 hw->wq_cpu_array[cpu] = hw->hw_wq[i];
274 struct hw_wq *
278 struct hw_wq *wq = kzalloc(sizeof(*wq), GFP_KERNEL);
301 hw->hw_wq[wq->instance] = wq;
418 efct_hw_del_wq((struct hw_wq *)q);
444 efct_hw_del_wq(struct hw_wq *wq)
450 wq->cq->eq->hw->hw_wq[wq->instance] = NULL;

Completed in 368 milliseconds