Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Ddynack.c221 spin_lock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
243 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
279 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
300 spin_lock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
312 spin_unlock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
328 spin_lock_bh(&da->qlock); in ath_dynack_node_init()
330 spin_unlock_bh(&da->qlock); in ath_dynack_node_init()
344 spin_lock_bh(&da->qlock); in ath_dynack_node_deinit()
346 spin_unlock_bh(&da->qlock); in ath_dynack_node_deinit()
360 spin_lock_bh(&da->qlock); in ath_dynack_reset()
[all …]
Ddynack.h77 spinlock_t qlock; member
/Linux-v5.4/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()
298 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
313 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
332 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_start_streaming()
334 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_start_streaming()
350 spin_lock_irqsave(&csi->qlock, flags); in sun4i_csi_stop_streaming()
352 spin_unlock_irqrestore(&csi->qlock, flags); in sun4i_csi_stop_streaming()
383 spin_lock(&csi->qlock); in sun4i_csi_irq()
[all …]
Dsun4i_csi.h151 spinlock_t qlock; member
/Linux-v5.4/drivers/media/platform/rcar-vin/
Drcar-dma.c910 spin_lock_irqsave(&vin->qlock, flags); in rvin_irq()
967 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_irq()
1032 spin_lock_irqsave(&vin->qlock, flags); in rvin_buffer_queue()
1036 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_buffer_queue()
1167 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1169 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1176 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1178 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1182 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1192 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
[all …]
Drcar-vin.h205 spinlock_t qlock; member
/Linux-v5.4/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.4/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.4/drivers/media/platform/vimc/
Dvimc-capture.c35 spinlock_t qlock; member
224 spin_lock(&vcap->qlock); in vimc_cap_return_all_buffers()
231 spin_unlock(&vcap->qlock); in vimc_cap_return_all_buffers()
283 spin_lock(&vcap->qlock); in vimc_cap_buf_queue()
285 spin_unlock(&vcap->qlock); in vimc_cap_buf_queue()
363 spin_lock(&vcap->qlock); in vimc_cap_process_frame()
369 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
376 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
450 spin_lock_init(&vcap->qlock); in vimc_cap_comp_bind()
/Linux-v5.4/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c187 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
193 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
241 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
246 spin_unlock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
257 __releases(&vgdev->ctrlq.qlock) in virtio_gpu_queue_ctrl_buffer_locked()
258 __acquires(&vgdev->ctrlq.qlock) in virtio_gpu_queue_ctrl_buffer_locked()
287 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer_locked()
289 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer_locked()
308 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer()
310 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer()
[all …]
/Linux-v5.4/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.4/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.h164 spinlock_t qlock; /* protects dmaqueue and error */ member
/Linux-v5.4/sound/core/
Dtimer.c59 spinlock_t qlock; member
1290 spin_lock(&tu->qlock); in snd_timer_user_interrupt()
1309 spin_unlock(&tu->qlock); in snd_timer_user_interrupt()
1344 spin_lock_irqsave(&tu->qlock, flags); in snd_timer_user_ccallback()
1346 spin_unlock_irqrestore(&tu->qlock, flags); in snd_timer_user_ccallback()
1370 spin_lock(&tu->qlock); in snd_timer_user_tinterrupt()
1373 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1411 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1433 spin_lock_irq(&tu->qlock); in realloc_user_queue()
1440 spin_unlock_irq(&tu->qlock); in realloc_user_queue()
[all …]
Dtimer_compat.c96 spin_lock_irq(&tu->qlock); in snd_timer_user_status_compat()
98 spin_unlock_irq(&tu->qlock); in snd_timer_user_status_compat()
/Linux-v5.4/drivers/input/touchscreen/
Dsur40.c219 spinlock_t qlock; member
540 spin_lock(&sur40->qlock); in sur40_process_video()
543 spin_unlock(&sur40->qlock); in sur40_process_video()
548 spin_unlock(&sur40->qlock); in sur40_process_video()
681 spin_lock_init(&sur40->qlock); in sur40_probe()
877 spin_lock(&sur40->qlock); in sur40_buffer_queue()
879 spin_unlock(&sur40->qlock); in sur40_buffer_queue()
887 spin_lock(&sur40->qlock); in return_all_buffers()
892 spin_unlock(&sur40->qlock); in return_all_buffers()
/Linux-v5.4/drivers/media/pci/tw686x/
Dtw686x-video.c467 spin_lock_irqsave(&vc->qlock, flags); in tw686x_buf_queue()
469 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_buf_queue()
510 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
515 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
525 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
539 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
541 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
559 spin_lock_irqsave(&vc->qlock, flags); in tw686x_stop_streaming()
561 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_stop_streaming()
1140 spin_lock_irqsave(&vc->qlock, flags); in tw686x_video_irq()
[all …]
Dtw686x.h91 spinlock_t qlock; member
/Linux-v5.4/drivers/nvme/target/
Dfc.c127 spinlock_t qlock; member
470 lockdep_assert_held(&queue->qlock); in nvmet_fc_alloc_fcp_iod()
540 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
545 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
557 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
614 spin_lock_init(&queue->qlock); in nvmet_fc_alloc_target_queue()
686 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
723 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
739 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
741 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
[all …]
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c129 spinlock_t qlock; member
377 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_deq()
379 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
386 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
396 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_enq()
400 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_enq()
456 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
458 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
1072 spin_lock_init(&devinfo->qlock); in brcmf_usb_attach()
/Linux-v5.4/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.4/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.4/drivers/gpu/drm/
Ddrm_dp_mst_topology.c878 mutex_lock(&mstb->mgr->qlock); in drm_dp_mst_wait_tx_reply()
902 mutex_unlock(&mgr->qlock); in drm_dp_mst_wait_tx_reply()
1127 mutex_lock(&mstb->mgr->qlock); in drm_dp_destroy_mst_branch_device()
1138 mutex_unlock(&mstb->mgr->qlock); in drm_dp_destroy_mst_branch_device()
2056 WARN_ON(!mutex_is_locked(&mgr->qlock)); in process_single_down_tx_qlock()
2099 mutex_lock(&mgr->qlock); in drm_dp_queue_down_tx()
2103 mutex_unlock(&mgr->qlock); in drm_dp_queue_down_tx()
2648 mutex_lock(&mgr->qlock); in drm_dp_send_up_ack_reply()
2652 mutex_unlock(&mgr->qlock); in drm_dp_send_up_ack_reply()
2917 mutex_lock(&mgr->qlock); in drm_dp_mst_handle_down_rep()
[all …]
/Linux-v5.4/drivers/staging/media/ipu3/
Dipu3-css.h112 spinlock_t qlock; member
/Linux-v5.4/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()
1086 spin_lock_irqsave(&vc->qlock, flags); in stop_streaming()
1093 spin_unlock_irqrestore(&vc->qlock, flags); in stop_streaming()
2266 spin_lock_init(&vc->qlock); in s2255_probe()

12