Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddynack.c183 spin_lock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
198 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
236 spin_unlock_bh(&da->qlock); in ath_dynack_sample_tx_ts()
257 spin_lock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
270 spin_unlock_bh(&da->qlock); in ath_dynack_sample_ack_ts()
288 spin_lock(&da->qlock); in ath_dynack_node_init()
290 spin_unlock(&da->qlock); in ath_dynack_node_init()
304 spin_lock(&da->qlock); in ath_dynack_node_deinit()
306 spin_unlock(&da->qlock); in ath_dynack_node_deinit()
347 spin_lock_init(&da->qlock); in ath_dynack_init()
Ddynack.h77 spinlock_t qlock; member
/Linux-v4.19/drivers/media/platform/rcar-vin/
Drcar-dma.c899 spin_lock_irqsave(&vin->qlock, flags); in rvin_irq()
956 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_irq()
1021 spin_lock_irqsave(&vin->qlock, flags); in rvin_buffer_queue()
1025 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_buffer_queue()
1156 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1158 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1165 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1167 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1171 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1181 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
[all …]
Drcar-vin.h203 spinlock_t qlock; member
/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_vq.c206 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
212 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
249 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
254 spin_unlock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
265 __releases(&vgdev->ctrlq.qlock) in virtio_gpu_queue_ctrl_buffer_locked()
266 __acquires(&vgdev->ctrlq.qlock) in virtio_gpu_queue_ctrl_buffer_locked()
295 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer_locked()
297 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer_locked()
313 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer()
315 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_buffer()
[all …]
Dvirtgpu_kms.c93 spin_lock_init(&vgvq->qlock); in virtio_gpu_init_vq()
/Linux-v4.19/drivers/media/pci/ivtv/
Divtv-queue.c63 spin_lock_irqsave(&s->qlock, flags); in ivtv_enqueue()
68 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_enqueue()
76 spin_lock_irqsave(&s->qlock, flags); in ivtv_dequeue()
84 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_dequeue()
131 spin_lock_irqsave(&s->qlock, flags); in ivtv_queue_move()
141 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_queue_move()
181 spin_unlock_irqrestore(&s->qlock, flags); in ivtv_queue_move()
/Linux-v4.19/drivers/hid/
Duhid.c42 spinlock_t qlock; member
101 spin_lock_irqsave(&uhid->qlock, flags); in uhid_queue_event()
103 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_queue_event()
127 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_start()
129 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_hid_start()
171 spin_lock_irqsave(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
176 spin_unlock_irqrestore(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
198 spin_lock_irqsave(&uhid->qlock, flags); in uhid_report_wake_up()
211 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_report_wake_up()
359 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_output_raw()
[all …]
/Linux-v4.19/drivers/media/platform/vimc/
Dvimc-capture.c44 spinlock_t qlock; member
232 spin_lock(&vcap->qlock); in vimc_cap_return_all_buffers()
239 spin_unlock(&vcap->qlock); in vimc_cap_return_all_buffers()
293 spin_lock(&vcap->qlock); in vimc_cap_buf_queue()
295 spin_unlock(&vcap->qlock); in vimc_cap_buf_queue()
366 spin_lock(&vcap->qlock); in vimc_cap_process_frame()
372 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
379 spin_unlock(&vcap->qlock); in vimc_cap_process_frame()
452 spin_lock_init(&vcap->qlock); in vimc_cap_comp_bind()
/Linux-v4.19/samples/v4l/
Dv4l2-pci-skeleton.c76 spinlock_t qlock; member
139 spin_lock(&skel->qlock); in skeleton_irq()
141 spin_unlock(&skel->qlock); in skeleton_irq()
219 spin_lock_irqsave(&skel->qlock, flags); in buffer_queue()
224 spin_unlock_irqrestore(&skel->qlock, flags); in buffer_queue()
233 spin_lock_irqsave(&skel->qlock, flags); in return_all_buffers()
238 spin_unlock_irqrestore(&skel->qlock, flags); in return_all_buffers()
854 spin_lock_init(&skel->qlock); in skeleton_probe()
/Linux-v4.19/drivers/staging/media/omap4iss/
Diss_video.c366 spin_lock_irqsave(&video->qlock, flags); in iss_video_buf_queue()
376 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
383 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
439 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
441 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
448 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
469 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
471 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
495 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
511 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_cancel_stream()
[all …]
Diss_video.h170 spinlock_t qlock; /* protects dmaqueue and error */ member
Diss.c653 spin_lock_irqsave(&video->qlock, flags); in omap4iss_module_sync_idle()
655 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_module_sync_idle()
660 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_module_sync_idle()
/Linux-v4.19/sound/core/
Dtimer.c73 spinlock_t qlock; member
1268 spin_lock(&tu->qlock); in snd_timer_user_interrupt()
1287 spin_unlock(&tu->qlock); in snd_timer_user_interrupt()
1322 spin_lock_irqsave(&tu->qlock, flags); in snd_timer_user_ccallback()
1324 spin_unlock_irqrestore(&tu->qlock, flags); in snd_timer_user_ccallback()
1348 spin_lock(&tu->qlock); in snd_timer_user_tinterrupt()
1351 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1389 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1411 spin_lock_irq(&tu->qlock); in realloc_user_queue()
1418 spin_unlock_irq(&tu->qlock); in realloc_user_queue()
[all …]
Dtimer_compat.c110 spin_lock_irq(&tu->qlock); in snd_timer_user_status_compat()
112 spin_unlock_irq(&tu->qlock); in snd_timer_user_status_compat()
/Linux-v4.19/drivers/input/touchscreen/
Dsur40.c223 spinlock_t qlock; member
544 spin_lock(&sur40->qlock); in sur40_process_video()
547 spin_unlock(&sur40->qlock); in sur40_process_video()
552 spin_unlock(&sur40->qlock); in sur40_process_video()
685 spin_lock_init(&sur40->qlock); in sur40_probe()
881 spin_lock(&sur40->qlock); in sur40_buffer_queue()
883 spin_unlock(&sur40->qlock); in sur40_buffer_queue()
891 spin_lock(&sur40->qlock); in return_all_buffers()
896 spin_unlock(&sur40->qlock); in return_all_buffers()
/Linux-v4.19/drivers/media/pci/tw686x/
Dtw686x-video.c471 spin_lock_irqsave(&vc->qlock, flags); in tw686x_buf_queue()
473 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_buf_queue()
514 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
519 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
529 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
543 spin_lock_irqsave(&vc->qlock, flags); in tw686x_start_streaming()
545 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_start_streaming()
563 spin_lock_irqsave(&vc->qlock, flags); in tw686x_stop_streaming()
565 spin_unlock_irqrestore(&vc->qlock, flags); in tw686x_stop_streaming()
1147 spin_lock_irqsave(&vc->qlock, flags); in tw686x_video_irq()
[all …]
Dtw686x.h94 spinlock_t qlock; member
/Linux-v4.19/drivers/nvme/target/
Dfc.c134 spinlock_t qlock; member
481 lockdep_assert_held(&queue->qlock); in nvmet_fc_alloc_fcp_iod()
554 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
559 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
571 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
657 spin_lock_init(&queue->qlock); in nvmet_fc_alloc_target_queue()
729 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
766 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
782 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
784 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
[all …]
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dusb.c140 spinlock_t qlock; member
388 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_deq()
390 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
397 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_deq()
407 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_enq()
411 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_enq()
472 spin_lock_irqsave(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
474 spin_unlock_irqrestore(&devinfo->qlock, flags); in brcmf_usb_del_fromq()
1084 spin_lock_init(&devinfo->qlock); in brcmf_usb_attach()
/Linux-v4.19/drivers/media/usb/gspca/
Dgspca.c399 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_frame_add()
402 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_frame_add()
452 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_frame_add()
454 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_frame_add()
1339 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_buffer_queue()
1341 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_buffer_queue()
1350 spin_lock_irqsave(&gspca_dev->qlock, flags); in gspca_return_all_buffers()
1355 spin_unlock_irqrestore(&gspca_dev->qlock, flags); in gspca_return_all_buffers()
1531 spin_lock_init(&gspca_dev->qlock); in gspca_dev_probe2()
Dgspca.h196 spinlock_t qlock; member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c810 mutex_lock(&mstb->mgr->qlock); in drm_dp_mst_wait_tx_reply()
834 mutex_unlock(&mgr->qlock); in drm_dp_mst_wait_tx_reply()
893 mutex_lock(&mstb->mgr->qlock); in drm_dp_destroy_mst_branch_device()
904 mutex_unlock(&mstb->mgr->qlock); in drm_dp_destroy_mst_branch_device()
1549 WARN_ON(!mutex_is_locked(&mgr->qlock)); in process_single_down_tx_qlock()
1588 mutex_lock(&mgr->qlock); in drm_dp_queue_down_tx()
1592 mutex_unlock(&mgr->qlock); in drm_dp_queue_down_tx()
2063 mutex_lock(&mgr->qlock); in drm_dp_send_up_ack_reply()
2067 mutex_unlock(&mgr->qlock); in drm_dp_send_up_ack_reply()
2332 mutex_lock(&mgr->qlock); in drm_dp_mst_handle_down_rep()
[all …]
/Linux-v4.19/drivers/media/usb/s2255/
Ds2255drv.c252 spinlock_t qlock; member
565 spin_lock_irqsave(&vc->qlock, flags); in s2255_got_frame()
568 spin_unlock_irqrestore(&vc->qlock, flags); in s2255_got_frame()
577 spin_unlock_irqrestore(&vc->qlock, flags); in s2255_got_frame()
709 spin_lock_irqsave(&vc->qlock, flags); in buffer_queue()
711 spin_unlock_irqrestore(&vc->qlock, flags); in buffer_queue()
1108 spin_lock_irqsave(&vc->qlock, flags); in stop_streaming()
1115 spin_unlock_irqrestore(&vc->qlock, flags); in stop_streaming()
2286 spin_lock_init(&vc->qlock); in s2255_probe()
/Linux-v4.19/include/drm/
Ddrm_dp_mst_helper.h514 struct mutex qlock; member

12