Home
last modified time | relevance | path

Searched refs:rx_lock (Results 1 – 25 of 57) sorted by relevance

123

/Linux-v5.4/drivers/net/wimax/i2400m/
Drx.c192 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_report_hook_work()
194 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_report_hook_work()
222 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_report_hook_flush()
224 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_report_hook_flush()
255 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_report_hook_queue()
257 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_report_hook_queue()
295 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_rx_ctl_ack()
300 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_rx_ctl_ack()
305 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_rx_ctl_ack()
313 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_rx_ctl_ack()
[all …]
Dusb-rx.c341 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400mu_rxd()
344 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400mu_rxd()
394 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400mu_rxd()
396 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400mu_rxd()
453 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400mu_rx_release()
456 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400mu_rx_release()
Ddebugfs.c52 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_rx_stats_read()
58 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_rx_stats_read()
71 spin_lock_irqsave(&i2400m->rx_lock, flags); in i2400m_rx_stats_write()
79 spin_unlock_irqrestore(&i2400m->rx_lock, flags); in i2400m_rx_stats_write()
Dfw.c1558 spin_lock(&i2400m->rx_lock); in i2400m_dev_bootstrap()
1560 spin_unlock(&i2400m->rx_lock); in i2400m_dev_bootstrap()
1607 spin_lock(&i2400m->rx_lock); in i2400m_fw_cache()
1609 spin_unlock(&i2400m->rx_lock); in i2400m_fw_cache()
1635 spin_lock(&i2400m->rx_lock); in i2400m_fw_cache()
1637 spin_unlock(&i2400m->rx_lock); in i2400m_fw_cache()
1645 spin_lock(&i2400m->rx_lock); in i2400m_fw_uncache()
1648 spin_unlock(&i2400m->rx_lock); in i2400m_fw_uncache()
/Linux-v5.4/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c816 spin_lock_bh(&target->rx_lock); in alloc_htc_packet_container()
819 spin_unlock_bh(&target->rx_lock); in alloc_htc_packet_container()
826 spin_unlock_bh(&target->rx_lock); in alloc_htc_packet_container()
837 spin_lock_bh(&target->rx_lock); in free_htc_packet_container()
848 spin_unlock_bh(&target->rx_lock); in free_htc_packet_container()
1042 spin_lock_bh(&target->rx_lock); in ath6kl_htc_pipe_rx_complete()
1050 spin_unlock_bh(&target->rx_lock); in ath6kl_htc_pipe_rx_complete()
1101 spin_lock_bh(&target->rx_lock); in htc_flush_rx_queue()
1111 spin_unlock_bh(&target->rx_lock); in htc_flush_rx_queue()
1125 spin_lock_bh(&target->rx_lock); in htc_flush_rx_queue()
[all …]
Dhtc_mbox.c1354 spin_lock_bh(&endpoint->target->rx_lock); in ath6kl_htc_rx_chk_water_mark()
1357 spin_unlock_bh(&endpoint->target->rx_lock); in ath6kl_htc_rx_chk_water_mark()
1361 spin_unlock_bh(&endpoint->target->rx_lock); in ath6kl_htc_rx_chk_water_mark()
1403 spin_unlock_bh(&target->rx_lock); in ath6kl_htc_rx_setup()
1408 spin_lock_bh(&target->rx_lock); in ath6kl_htc_rx_setup()
1413 spin_unlock_bh(&target->rx_lock); in ath6kl_htc_rx_setup()
1415 spin_lock_bh(&target->rx_lock); in ath6kl_htc_rx_setup()
1479 spin_lock_bh(&target->rx_lock); in ath6kl_htc_rx_alloc()
1546 spin_unlock_bh(&target->rx_lock); in ath6kl_htc_rx_alloc()
1554 spin_unlock_bh(&target->rx_lock); in ath6kl_htc_rx_alloc()
[all …]
/Linux-v5.4/net/vmw_vsock/
Dvirtio_transport.c56 struct mutex rx_lock; member
99 mutex_lock(&vsock->rx_lock); in virtio_transport_loopback_work()
113 mutex_unlock(&vsock->rx_lock); in virtio_transport_loopback_work()
381 mutex_lock(&vsock->rx_lock); in virtio_transport_rx_work()
423 mutex_unlock(&vsock->rx_lock); in virtio_transport_rx_work()
636 mutex_init(&vsock->rx_lock); in virtio_vsock_probe()
652 mutex_lock(&vsock->rx_lock); in virtio_vsock_probe()
655 mutex_unlock(&vsock->rx_lock); in virtio_vsock_probe()
691 mutex_lock(&vsock->rx_lock); in virtio_vsock_remove()
693 mutex_unlock(&vsock->rx_lock); in virtio_vsock_remove()
[all …]
Dvirtio_transport_common.c226 spin_lock_bh(&vvs->rx_lock); in virtio_transport_inc_tx_pkt()
230 spin_unlock_bh(&vvs->rx_lock); in virtio_transport_inc_tx_pkt()
281 spin_lock_bh(&vvs->rx_lock); in virtio_transport_stream_do_dequeue()
293 spin_unlock_bh(&vvs->rx_lock); in virtio_transport_stream_do_dequeue()
299 spin_lock_bh(&vvs->rx_lock); in virtio_transport_stream_do_dequeue()
312 spin_unlock_bh(&vvs->rx_lock); in virtio_transport_stream_do_dequeue()
362 spin_lock_bh(&vvs->rx_lock); in virtio_transport_stream_has_data()
364 spin_unlock_bh(&vvs->rx_lock); in virtio_transport_stream_has_data()
421 spin_lock_init(&vvs->rx_lock); in virtio_transport_do_socket_init()
891 spin_lock_bh(&vvs->rx_lock); in virtio_transport_recv_enqueue()
[all …]
/Linux-v5.4/drivers/net/wireless/rsi/
Drsi_91x_sdio_ops.c272 mutex_lock(&common->rx_lock); in rsi_interrupt_handler()
280 mutex_unlock(&common->rx_lock); in rsi_interrupt_handler()
288 mutex_unlock(&common->rx_lock); in rsi_interrupt_handler()
348 mutex_unlock(&common->rx_lock); in rsi_interrupt_handler()
363 mutex_unlock(&common->rx_lock); in rsi_interrupt_handler()
/Linux-v5.4/drivers/soc/qcom/
Dapr.c21 spinlock_t rx_lock; member
92 spin_lock_irqsave(&apr->rx_lock, flags); in apr_callback()
94 spin_unlock_irqrestore(&apr->rx_lock, flags); in apr_callback()
179 spin_lock_irqsave(&apr->rx_lock, flags); in apr_rxwq()
181 spin_unlock_irqrestore(&apr->rx_lock, flags); in apr_rxwq()
347 spin_lock_init(&apr->rx_lock); in apr_probe()
/Linux-v5.4/net/kcm/
Dkcmsock.c182 spin_lock_bh(&mux->rx_lock); in kcm_rfree()
184 spin_unlock_bh(&mux->rx_lock); in kcm_rfree()
261 spin_lock_bh(&mux->rx_lock); in reserve_rx_kcm()
264 spin_unlock_bh(&mux->rx_lock); in reserve_rx_kcm()
275 spin_unlock_bh(&mux->rx_lock); in reserve_rx_kcm()
287 spin_unlock_bh(&mux->rx_lock); in reserve_rx_kcm()
309 spin_lock_bh(&mux->rx_lock); in unreserve_rx_kcm()
320 spin_unlock_bh(&mux->rx_lock); in unreserve_rx_kcm()
338 spin_unlock_bh(&mux->rx_lock); in unreserve_rx_kcm()
1236 spin_lock_bh(&mux->rx_lock); in kcm_recv_disable()
[all …]
/Linux-v5.4/drivers/net/wireless/mediatek/mt76/
Dutil.c90 spin_lock(&dev->rx_lock); in mt76_get_min_avg_rssi()
95 spin_unlock(&dev->rx_lock); in mt76_get_min_avg_rssi()
/Linux-v5.4/drivers/staging/gdm724x/
Dgdm_usb.c213 spin_lock_irqsave(&rx->rx_lock, flags); in get_rx_struct()
216 spin_unlock_irqrestore(&rx->rx_lock, flags); in get_rx_struct()
227 spin_unlock_irqrestore(&rx->rx_lock, flags); in get_rx_struct()
236 spin_lock_irqsave(&rx->rx_lock, flags); in put_rx_struct()
241 spin_unlock_irqrestore(&rx->rx_lock, flags); in put_rx_struct()
279 spin_lock_irqsave(&rx->rx_lock, flags); in release_usb()
284 spin_unlock_irqrestore(&rx->rx_lock, flags); in release_usb()
317 spin_lock_init(&rx->rx_lock); in init_usb()
955 spin_lock_irqsave(&rx->rx_lock, flags); in gdm_usb_resume()
957 spin_unlock_irqrestore(&rx->rx_lock, flags); in gdm_usb_resume()
/Linux-v5.4/drivers/staging/pi433/
Dpi433_if.c95 struct mutex rx_lock; member
778 mutex_lock(&device->rx_lock); in pi433_read()
780 mutex_unlock(&device->rx_lock); in pi433_read()
785 mutex_unlock(&device->rx_lock); in pi433_read()
793 mutex_lock(&device->rx_lock); in pi433_read()
795 mutex_unlock(&device->rx_lock); in pi433_read()
908 mutex_lock(&device->rx_lock); in pi433_ioctl()
912 mutex_unlock(&device->rx_lock); in pi433_ioctl()
918 mutex_unlock(&device->rx_lock); in pi433_ioctl()
922 mutex_unlock(&device->rx_lock); in pi433_ioctl()
[all …]
/Linux-v5.4/drivers/staging/nvec/
Dnvec.c443 spin_lock_irqsave(&nvec->rx_lock, flags); in nvec_dispatch()
447 spin_unlock_irqrestore(&nvec->rx_lock, flags); in nvec_dispatch()
459 spin_lock_irqsave(&nvec->rx_lock, flags); in nvec_dispatch()
461 spin_unlock_irqrestore(&nvec->rx_lock, flags); in nvec_dispatch()
505 spin_lock(&nvec->rx_lock); in nvec_rx_completed()
513 spin_unlock(&nvec->rx_lock); in nvec_rx_completed()
822 spin_lock_init(&nvec->rx_lock); in tegra_nvec_probe()
Dnvec.h153 spinlock_t tx_lock, rx_lock; member
/Linux-v5.4/drivers/tty/
Dmips_ejtag_fdc.c107 raw_spinlock_t rx_lock; member
573 raw_spin_lock(&dport->rx_lock); in mips_ejtag_fdc_handle()
617 raw_spin_unlock(&dport->rx_lock); in mips_ejtag_fdc_handle()
710 raw_spin_lock_irq(&dport->rx_lock); in mips_ejtag_fdc_tty_port_activate()
712 raw_spin_unlock_irq(&dport->rx_lock); in mips_ejtag_fdc_tty_port_activate()
742 raw_spin_lock_irq(&dport->rx_lock); in mips_ejtag_fdc_tty_port_shutdown()
745 raw_spin_unlock_irq(&dport->rx_lock); in mips_ejtag_fdc_tty_port_shutdown()
944 raw_spin_lock_init(&dport->rx_lock); in mips_ejtag_fdc_tty_probe()
/Linux-v5.4/drivers/net/usb/
Dcdc-phonet.c37 spinlock_t rx_lock; member
148 spin_lock_irqsave(&pnd->rx_lock, flags); in rx_complete()
170 spin_unlock_irqrestore(&pnd->rx_lock, flags); in rx_complete()
364 spin_lock_init(&pnd->rx_lock); in usbpn_probe()
Dr8152.c729 spinlock_t rx_lock, tx_lock; member
1367 spin_lock_irqsave(&tp->rx_lock, flags); in read_bulk_callback()
1369 spin_unlock_irqrestore(&tp->rx_lock, flags); in read_bulk_callback()
1548 spin_lock_irqsave(&tp->rx_lock, flags); in alloc_rx_agg()
1550 spin_unlock_irqrestore(&tp->rx_lock, flags); in alloc_rx_agg()
1569 spin_lock_irqsave(&tp->rx_lock, flags); in free_all_mem()
1574 spin_unlock_irqrestore(&tp->rx_lock, flags); in free_all_mem()
1604 spin_lock_init(&tp->rx_lock); in alloc_all_mem()
2002 spin_lock_irqsave(&tp->rx_lock, flags); in rtl_get_free_rx()
2019 spin_unlock_irqrestore(&tp->rx_lock, flags); in rtl_get_free_rx()
[all …]
/Linux-v5.4/net/nfc/nci/
Duart.c137 spin_lock_init(&nu->rx_lock); in nci_uart_set_driver()
252 spin_lock(&nu->rx_lock); in nci_uart_tty_receive()
254 spin_unlock(&nu->rx_lock); in nci_uart_tty_receive()
/Linux-v5.4/drivers/firmware/
Darm_scpi.c240 spinlock_t rx_lock; /* locking for the rx pending list */ member
358 spin_lock_irqsave(&ch->rx_lock, flags); in scpi_process_cmd()
360 spin_unlock_irqrestore(&ch->rx_lock, flags); in scpi_process_cmd()
406 spin_unlock_irqrestore(&ch->rx_lock, flags); in scpi_process_cmd()
439 spin_lock_irqsave(&ch->rx_lock, flags); in scpi_tx_prepare()
441 spin_unlock_irqrestore(&ch->rx_lock, flags); in scpi_tx_prepare()
960 spin_lock_init(&pchan->rx_lock); in scpi_probe()
/Linux-v5.4/drivers/net/ethernet/cirrus/
Dep93xx_eth.c164 spinlock_t rx_lock; member
318 spin_lock_irq(&ep->rx_lock); in ep93xx_poll()
320 spin_unlock_irq(&ep->rx_lock); in ep93xx_poll()
431 spin_lock(&ep->rx_lock); in ep93xx_irq()
436 spin_unlock(&ep->rx_lock); in ep93xx_irq()
646 spin_lock_init(&ep->rx_lock); in ep93xx_open()
/Linux-v5.4/sound/soc/mediatek/common/
Dmtk-btcvsd.c131 spinlock_t rx_lock; /* spinlock for bt rx stream control */ member
388 spin_lock_irqsave(&bt->rx_lock, flags); in mtk_btcvsd_read_from_bt()
406 spin_unlock_irqrestore(&bt->rx_lock, flags); in mtk_btcvsd_read_from_bt()
709 spin_lock_irqsave(&bt->rx_lock, flags); in mtk_btcvsd_snd_read()
715 spin_unlock_irqrestore(&bt->rx_lock, flags); in mtk_btcvsd_snd_read()
754 spin_lock_irqsave(&bt->rx_lock, flags); in mtk_btcvsd_snd_read()
756 spin_unlock_irqrestore(&bt->rx_lock, flags); in mtk_btcvsd_snd_read()
1015 lock = &bt->rx_lock; in mtk_pcm_btcvsd_pointer()
1328 spin_lock_init(&btcvsd->rx_lock); in mtk_btcvsd_snd_probe()
/Linux-v5.4/drivers/net/wireless/mediatek/mt7601u/
Ddma.c168 spin_lock_irqsave(&dev->rx_lock, flags); in mt7601u_rx_get_pending_entry()
177 spin_unlock_irqrestore(&dev->rx_lock, flags); in mt7601u_rx_get_pending_entry()
204 spin_lock_irqsave(&dev->rx_lock, flags); in mt7601u_complete_rx()
212 spin_unlock_irqrestore(&dev->rx_lock, flags); in mt7601u_complete_rx()
/Linux-v5.4/drivers/net/ethernet/ti/
Dcpmac.c189 spinlock_t rx_lock; member
408 spin_lock(&priv->rx_lock); in cpmac_poll()
413 spin_unlock(&priv->rx_lock); in cpmac_poll()
493 spin_unlock(&priv->rx_lock); in cpmac_poll()
521 spin_unlock(&priv->rx_lock); in cpmac_poll()
720 spin_lock(&priv->rx_lock); in cpmac_hw_error()
722 spin_unlock(&priv->rx_lock); in cpmac_hw_error()
1121 spin_lock_init(&priv->rx_lock); in cpmac_probe()

123