Home
last modified time | relevance | path

Searched refs:qlock (Results 1 – 25 of 32) sorted by relevance

12

/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Ddynack.c220 spin_lock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
242 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
282 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
303 spin_lock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
315 spin_unlock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
331 spin_lock_bh(&da->qlock); in ath_dynack_node_init()
333 spin_unlock_bh(&da->qlock); in ath_dynack_node_init()
347 spin_lock_bh(&da->qlock); in ath_dynack_node_deinit()
349 spin_unlock_bh(&da->qlock); in ath_dynack_node_deinit()
363 spin_lock_bh(&da->qlock); in ath_dynack_reset()
[all …]
Ddynack.h77 spinlock_t qlock; member
/Linux-v5.15/drivers/media/platform/sunxi/sun4i-csi/
Dsun4i_dma.c199 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_buffer_queue()
201 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_buffer_queue()
273 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_start_streaming()
306 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
321 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
340 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_start_streaming()
342 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
358 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_stop_streaming()
360 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_stop_streaming()
391 spin_lock(&csi->qlock); in sun4i_csi_irq()
[all …]
Dsun4i_csi.h152 spinlock_t qlock; member
/Linux-v5.15/drivers/media/platform/rcar-vin/
Drcar-dma.c985 spin_lock_irqsave(&vin->qlock, flags); in rvin_irq()
1047 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_irq()
1058 spin_lock_irqsave(&vin->qlock, flags); in return_unused_buffers()
1065 spin_unlock_irqrestore(&vin->qlock, flags); in return_unused_buffers()
1107 spin_lock_irqsave(&vin->qlock, flags); in rvin_buffer_queue()
1111 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_buffer_queue()
1258 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1266 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1302 spin_lock_irqsave(&vin->qlock, flags); in rvin_stop_streaming()
1305 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_stop_streaming()
[all …]
Drcar-vin.h228 spinlock_t qlock; member
/Linux-v5.15/drivers/media/pci/ivtv/
Divtv-queue.c51 spin_lock_irqsave(&s->qlock, flags); in ivtv_enqueue()
56 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_enqueue()
64 spin_lock_irqsave(&s->qlock, flags); in ivtv_dequeue()
72 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_dequeue()
119 spin_lock_irqsave(&s->qlock, flags); in ivtv_queue_move()
129 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_queue_move()
169 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_queue_move()
/Linux-v5.15/drivers/hid/
Duhid.c40 spinlock_t qlock; member
99 spin_lock_irqsave(&uhid->qlock, flags); in uhid_queue_event()
101 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_queue_event()
125 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_start()
127 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_hid_start()
169 spin_lock_irqsave(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
174 spin_unlock_irqrestore(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
196 spin_lock_irqsave(&uhid->qlock, flags); in uhid_report_wake_up()
209 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_report_wake_up()
357 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_output_raw()
[all …]
/Linux-v5.15/drivers/media/test-drivers/vimc/
Dvimc-capture.c28 spinlock_t qlock; member
230 spin_lock(&vcap->qlock); in vimc_cap_return_all_buffers()
237 spin_unlock(&vcap->qlock); in vimc_cap_return_all_buffers()
289 spin_lock(&vcap->qlock); in vimc_cap_buf_queue()
291 spin_unlock(&vcap->qlock); in vimc_cap_buf_queue()
365 spin_lock(&vcap->qlock); in vimc_cap_process_frame()
371 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
378 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
444 spin_lock_init(&vcap->qlock); in vimc_cap_add()
/Linux-v5.15/samples/v4l/
Dv4l2-pci-skeleton.c77 spinlock_t qlock; member
140 spin_lock(&skel->qlock); in skeleton_irq()
142 spin_unlock(&skel->qlock); in skeleton_irq()
221 spin_lock_irqsave(&skel->qlock, flags); in buffer_queue()
226 spin_unlock_irqrestore(&skel->qlock, flags); in buffer_queue()
235 spin_lock_irqsave(&skel->qlock, flags); in return_all_buffers()
240 spin_unlock_irqrestore(&skel->qlock, flags); in return_all_buffers()
856 spin_lock_init(&skel->qlock); in skeleton_probe()
/Linux-v5.15/sound/core/
Dtimer.c81 spinlock_t qlock; member
1329 spin_lock(&tu->qlock); in snd_timer_user_interrupt()
1348 spin_unlock(&tu->qlock); in snd_timer_user_interrupt()
1384 spin_lock_irqsave(&tu->qlock, flags); in snd_timer_user_ccallback()
1386 spin_unlock_irqrestore(&tu->qlock, flags); in snd_timer_user_ccallback()
1410 spin_lock(&tu->qlock); in snd_timer_user_tinterrupt()
1413 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1454 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1476 spin_lock_irq(&tu->qlock); in realloc_user_queue()
1483 spin_unlock_irq(&tu->qlock); in realloc_user_queue()
[all …]
/Linux-v5.15/drivers/staging/media/omap4iss/
Diss_video.c362 spin_lock_irqsave(&video->qlock, flags); in iss_video_buf_queue()
372 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
379 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
435 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
437 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
444 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
465 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
467 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
491 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
507 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_cancel_stream()
[all …]
Diss_video.h163 spinlock_t qlock; /* protects dmaqueue and error */ member
/Linux-v5.15/drivers/input/touchscreen/
Dsur40.c219 spinlock_t qlock; member
541 spin_lock(&sur40->qlock); in sur40_process_video()
544 spin_unlock(&sur40->qlock); in sur40_process_video()
549 spin_unlock(&sur40->qlock); in sur40_process_video()
687 spin_lock_init(&sur40->qlock); in sur40_probe()
890 spin_lock(&sur40->qlock); in sur40_buffer_queue()
892 spin_unlock(&sur40->qlock); in sur40_buffer_queue()
900 spin_lock(&sur40->qlock); in return_all_buffers()
905 spin_unlock(&sur40->qlock); in return_all_buffers()
/Linux-v5.15/drivers/media/pci/tw686x/
Dtw686x-video.c466 spin_lock_irqsave(&vc->qlock, flags); in tw686x_buf_queue()
468 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_buf_queue()
509 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
514 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
524 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
538 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
540 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
558 spin_lock_irqsave(&vc->qlock, flags); in tw686x_stop_streaming()
560 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_stop_streaming()
1139 spin_lock_irqsave(&vc->qlock, flags); in tw686x_video_irq()
[all …]
Dtw686x.h91 spinlock_t qlock; member
/Linux-v5.15/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c211 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
217 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
269 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
274 spin_unlock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
345 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
348 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
373 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
440 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_notify()
443 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_notify()
472 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_queue_cursor()
[all …]
/Linux-v5.15/drivers/nvme/target/
Dfc.c139 spinlock_t qlock; member
680 lockdep_assert_held(&queue->qlock); in nvmet_fc_alloc_fcp_iod()
750 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
755 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
767 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
823 spin_lock_init(&queue->qlock); in nvmet_fc_alloc_target_queue()
894 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
929 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
945 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
947 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c129 spinlock_t qlock; member
406 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_deq()
408 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
415 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
425 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_enq()
429 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_enq()
486 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
488 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
1122 spin_lock_init(&devinfo->qlock); in brcmf_usb_attach()
/Linux-v5.15/drivers/staging/fieldbus/anybuss/
Dhost.c380 spinlock_t qlock; /* protects IN side of powerq, mboxq, areaq */ member
542 err = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq); in anybuss_set_power()
844 err = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq); in _anybus_mbox_cmd()
956 ret = ab_task_enqueue(t, cd->powerq, &cd->qlock, &cd->wq); in process_softint()
1071 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq); in anybuss_read_fbctrl()
1096 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq); in anybuss_write_input()
1121 ret = ab_task_enqueue_wait(t, cd->powerq, &cd->qlock, &cd->wq); in anybuss_read_output()
1293 spin_lock_init(&cd->qlock); in anybuss_host_common_probe()
/Linux-v5.15/drivers/media/usb/gspca/
Dgspca.c394 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_frame_add()
397 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_frame_add()
447 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_frame_add()
449 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_frame_add()
1332 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_buffer_queue()
1334 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_buffer_queue()
1343 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_return_all_buffers()
1348 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_return_all_buffers()
1526 spin_lock_init(&gspca_dev->qlock); in gspca_dev_probe2()
/Linux-v5.15/drivers/staging/media/ipu3/
Dipu3-css.h112 spinlock_t qlock; member
Dipu3-css.c1391 spin_lock(&css_pipe->qlock); in imgu_css_stop_streaming()
1399 spin_unlock(&css_pipe->qlock); in imgu_css_stop_streaming()
1410 spin_lock(&css_pipe->qlock); in imgu_css_pipe_queue_empty()
1414 spin_unlock(&css_pipe->qlock); in imgu_css_pipe_queue_empty()
1530 spin_lock_init(&css_pipe->qlock); in imgu_css_init()
1945 spin_lock(&css_pipe->qlock); in imgu_css_buf_queue()
1947 spin_unlock(&css_pipe->qlock); in imgu_css_buf_queue()
2043 spin_lock(&css_pipe->qlock); in imgu_css_buf_dequeue()
2045 spin_unlock(&css_pipe->qlock); in imgu_css_buf_dequeue()
2054 spin_unlock(&css_pipe->qlock); in imgu_css_buf_dequeue()
[all …]
/Linux-v5.15/drivers/media/usb/s2255/
Ds2255drv.c243 spinlock_t qlock; member
549 spin_lock_irqsave(&vc->qlock, flags); in s2255_got_frame()
552 spin_unlock_irqrestore(&vc->qlock, flags); in s2255_got_frame()
561 spin_unlock_irqrestore(&vc->qlock, flags); in s2255_got_frame()
693 spin_lock_irqsave(&vc->qlock, flags); in buffer_queue()
695 spin_unlock_irqrestore(&vc->qlock, flags); in buffer_queue()
1084 spin_lock_irqsave(&vc->qlock, flags); in stop_streaming()
1091 spin_unlock_irqrestore(&vc->qlock, flags); in stop_streaming()
2264 spin_lock_init(&vc->qlock); in s2255_probe()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_dp_mst_topology.c1338 mutex_lock(&mgr->qlock); in drm_dp_mst_wait_tx_reply()
1363 mutex_unlock(&mgr->qlock); in drm_dp_mst_wait_tx_reply()
2898 WARN_ON(!mutex_is_locked(&mgr->qlock)); in process_single_down_tx_qlock()
2918 mutex_lock(&mgr->qlock); in drm_dp_queue_down_tx()
2929 mutex_unlock(&mgr->qlock); in drm_dp_queue_down_tx()
3644 mutex_lock(&mgr->qlock); in drm_dp_send_up_ack_reply()
3647 mutex_unlock(&mgr->qlock); in drm_dp_send_up_ack_reply()
4006 mutex_lock(&mgr->qlock); in drm_dp_mst_handle_down_rep()
4009 mutex_unlock(&mgr->qlock); in drm_dp_mst_handle_down_rep()
4036 mutex_lock(&mgr->qlock); in drm_dp_mst_handle_down_rep()
[all …]

12