Home
last modified time | relevance | path

Searched refs:qlock (Results 1 - 25 of 66) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddynack.c122 * should be called while holding qlock
144 * should be called while holding qlock
221 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()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun4i-csi/
H A 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...]
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun4i-csi/
H A 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...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddynack.c121 * should be called while holding qlock
143 * should be called while holding qlock
220 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()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A 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()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A 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()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H A 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()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c29 spinlock_t qlock; member
231 spin_lock(&vcapture->qlock); in vimc_capture_return_all_buffers()
238 spin_unlock(&vcapture->qlock); in vimc_capture_return_all_buffers()
289 spin_lock(&vcapture->qlock); in vimc_capture_buf_queue()
291 spin_unlock(&vcapture->qlock); in vimc_capture_buf_queue()
365 spin_lock(&vcapture->qlock); in vimc_capture_process_frame()
371 spin_unlock(&vcapture->qlock); in vimc_capture_process_frame()
378 spin_unlock(&vcapture->qlock); in vimc_capture_process_frame()
448 spin_lock_init(&vcapture->qlock); in vimc_capture_add()
/kernel/linux/linux-5.10/drivers/hid/
H A Duhid.c51 spinlock_t qlock; member
56 /* blocking GET_REPORT support; state changes protected by qlock */
119 spin_lock_irqsave(&uhid->qlock, flags); in uhid_queue_event()
121 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_queue_event()
145 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_start()
147 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_hid_start()
189 spin_lock_irqsave(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
194 spin_unlock_irqrestore(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
216 spin_lock_irqsave(&uhid->qlock, flags); in uhid_report_wake_up()
229 spin_unlock_irqrestore(&uhid->qlock, flag in uhid_report_wake_up()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c118 /* Need to hold qlock before calling */
126 spin_lock_irqsave(&cru->qlock, flags); in return_unused_buffers()
139 spin_unlock_irqrestore(&cru->qlock, flags); in return_unused_buffers()
180 spin_lock_irqsave(&cru->qlock, flags); in rzg2l_cru_buffer_queue()
184 spin_unlock_irqrestore(&cru->qlock, flags); in rzg2l_cru_buffer_queue()
358 spin_lock_irqsave(&cru->qlock, flags); in rzg2l_cru_stop_image_processing()
369 spin_unlock_irqrestore(&cru->qlock, flags); in rzg2l_cru_stop_image_processing()
371 spin_lock_irqsave(&cru->qlock, flags); in rzg2l_cru_stop_image_processing()
422 spin_unlock_irqrestore(&cru->qlock, flags); in rzg2l_cru_stop_image_processing()
431 spin_lock_irqsave(&cru->qlock, flag in rzg2l_cru_start_image_processing()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Duhid.c51 spinlock_t qlock; member
56 /* blocking GET_REPORT support; state changes protected by qlock */
119 spin_lock_irqsave(&uhid->qlock, flags); in uhid_queue_event()
121 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_queue_event()
145 spin_lock_irqsave(&uhid->qlock, flags); in uhid_hid_start()
147 spin_unlock_irqrestore(&uhid->qlock, flags); in uhid_hid_start()
189 spin_lock_irqsave(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
194 spin_unlock_irqrestore(&uhid->qlock, flags); in __uhid_report_queue_and_wait()
216 spin_lock_irqsave(&uhid->qlock, flags); in uhid_report_wake_up()
229 spin_unlock_irqrestore(&uhid->qlock, flag in uhid_report_wake_up()
[all...]
/kernel/linux/linux-5.10/sound/core/
H A Dtimer.c81 spinlock_t qlock; member
1328 spin_lock(&tu->qlock); in snd_timer_user_interrupt()
1347 spin_unlock(&tu->qlock); in snd_timer_user_interrupt()
1383 spin_lock_irqsave(&tu->qlock, flags); in snd_timer_user_ccallback()
1385 spin_unlock_irqrestore(&tu->qlock, flags); in snd_timer_user_ccallback()
1409 spin_lock(&tu->qlock); in snd_timer_user_tinterrupt()
1412 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1453 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1475 spin_lock_irq(&tu->qlock); in realloc_user_queue()
1482 spin_unlock_irq(&tu->qlock); in realloc_user_queue()
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c81 spinlock_t qlock; member
1332 spin_lock(&tu->qlock); in snd_timer_user_interrupt()
1351 spin_unlock(&tu->qlock); in snd_timer_user_interrupt()
1387 spin_lock_irqsave(&tu->qlock, flags); in snd_timer_user_ccallback()
1389 spin_unlock_irqrestore(&tu->qlock, flags); in snd_timer_user_ccallback()
1413 spin_lock(&tu->qlock); in snd_timer_user_tinterrupt()
1416 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1457 spin_unlock(&tu->qlock); in snd_timer_user_tinterrupt()
1479 spin_lock_irq(&tu->qlock); in realloc_user_queue()
1486 spin_unlock_irq(&tu->qlock); in realloc_user_queue()
[all...]
/kernel/linux/linux-5.10/samples/v4l/
H A Dv4l2-pci-skeleton.c59 * @qlock: spinlock controlling access to buf_list and sequence
77 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()
/kernel/linux/linux-6.6/samples/v4l/
H A Dv4l2-pci-skeleton.c47 * @qlock: spinlock controlling access to buf_list and sequence
65 spinlock_t qlock; member
128 spin_lock(&skel->qlock); in skeleton_irq()
130 spin_unlock(&skel->qlock); in skeleton_irq()
209 spin_lock_irqsave(&skel->qlock, flags); in buffer_queue()
214 spin_unlock_irqrestore(&skel->qlock, flags); in buffer_queue()
223 spin_lock_irqsave(&skel->qlock, flags); in return_all_buffers()
228 spin_unlock_irqrestore(&skel->qlock, flags); in return_all_buffers()
844 spin_lock_init(&skel->qlock); in skeleton_probe()
/kernel/linux/linux-5.10/drivers/staging/media/omap4iss/
H A 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, flag in omap4iss_video_cancel_stream()
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/omap4iss/
H A Diss_video.c355 spin_lock_irqsave(&video->qlock, flags); in iss_video_buf_queue()
365 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
372 spin_unlock_irqrestore(&video->qlock, flags); in iss_video_buf_queue()
428 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
430 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
437 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
458 spin_lock_irqsave(&video->qlock, flags); in omap4iss_video_buffer_next()
460 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
484 spin_unlock_irqrestore(&video->qlock, flags); in omap4iss_video_buffer_next()
500 spin_lock_irqsave(&video->qlock, flag in omap4iss_video_cancel_stream()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/
H A Dvirtgpu_vq.c205 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
211 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_dequeue_ctrl_func()
263 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
268 spin_unlock(&vgdev->cursorq.qlock); in virtio_gpu_dequeue_cursor_func()
339 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
342 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
367 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_queue_ctrl_sgs()
434 spin_lock(&vgdev->ctrlq.qlock); in virtio_gpu_notify()
437 spin_unlock(&vgdev->ctrlq.qlock); in virtio_gpu_notify()
466 spin_lock(&vgdev->cursorq.qlock); in virtio_gpu_queue_cursor()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H A 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, flag in tw686x_video_irq()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/tw686x/
H A 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()
1137 spin_lock_irqsave(&vc->qlock, flag in tw686x_video_irq()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-dma.c1102 spin_lock_irqsave(&vin->qlock, flags); in rvin_irq()
1168 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_irq()
1179 spin_lock_irqsave(&vin->qlock, flags); in return_unused_buffers()
1186 spin_unlock_irqrestore(&vin->qlock, flags); in return_unused_buffers()
1228 spin_lock_irqsave(&vin->qlock, flags); in rvin_buffer_queue()
1232 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_buffer_queue()
1389 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1397 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1433 spin_lock_irqsave(&vin->qlock, flags); in rvin_stop_streaming()
1436 spin_unlock_irqrestore(&vin->qlock, flag in rvin_stop_streaming()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H A Drcar-dma.c984 spin_lock_irqsave(&vin->qlock, flags); in rvin_irq()
1052 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_irq()
1057 /* Need to hold qlock before calling */
1125 spin_lock_irqsave(&vin->qlock, flags); in rvin_buffer_queue()
1129 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_buffer_queue()
1277 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1279 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1286 spin_lock_irqsave(&vin->qlock, flags); in rvin_start_streaming()
1288 spin_unlock_irqrestore(&vin->qlock, flags); in rvin_start_streaming()
1292 spin_lock_irqsave(&vin->qlock, flag in rvin_start_streaming()
[all...]
/kernel/linux/linux-5.10/drivers/nvme/target/
H A Dfc.c139 spinlock_t qlock; member
678 lockdep_assert_held(&queue->qlock); in nvmet_fc_alloc_fcp_iod()
748 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
753 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
765 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
822 spin_lock_init(&queue->qlock); in nvmet_fc_alloc_target_queue()
898 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
933 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
949 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
951 spin_unlock_irqrestore(&queue->qlock, flag in nvmet_fc_delete_target_queue()
[all...]
/kernel/linux/linux-6.6/drivers/nvme/target/
H A Dfc.c141 spinlock_t qlock; member
690 lockdep_assert_held(&queue->qlock); in nvmet_fc_alloc_fcp_iod()
760 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
765 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
777 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_free_fcp_iod()
830 spin_lock_init(&queue->qlock); in nvmet_fc_alloc_target_queue()
895 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
930 spin_unlock_irqrestore(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
946 spin_lock_irqsave(&queue->qlock, flags); in nvmet_fc_delete_target_queue()
948 spin_unlock_irqrestore(&queue->qlock, flag in nvmet_fc_delete_target_queue()
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A 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()

Completed in 35 milliseconds

123