Home
last modified time | relevance | path

Searched refs:fifo_lock (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.10/drivers/most/
Dcore.c54 spinlock_t fifo_lock; /* fifo access synchronization */ member
126 spin_lock_irqsave(&c->fifo_lock, flags); in flush_channel_fifos()
129 spin_unlock_irqrestore(&c->fifo_lock, flags); in flush_channel_fifos()
131 spin_lock_irqsave(&c->fifo_lock, flags); in flush_channel_fifos()
133 spin_unlock_irqrestore(&c->fifo_lock, flags); in flush_channel_fifos()
135 spin_lock_irqsave(&c->fifo_lock, hf_flags); in flush_channel_fifos()
138 spin_unlock_irqrestore(&c->fifo_lock, hf_flags); in flush_channel_fifos()
140 spin_lock_irqsave(&c->fifo_lock, hf_flags); in flush_channel_fifos()
142 spin_unlock_irqrestore(&c->fifo_lock, hf_flags); in flush_channel_fifos()
157 spin_lock_irqsave(&c->fifo_lock, flags); in flush_trash_fifo()
[all …]
/Linux-v5.10/drivers/misc/
Dhpilo.c77 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_enqueue()
85 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_enqueue()
97 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_dequeue()
108 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_dequeue()
120 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_check_recv()
124 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_check_recv()
803 spin_lock_init(&ilo_hw->fifo_lock); in ilo_probe()
Dhpilo.h59 spinlock_t fifo_lock; member
/Linux-v5.10/drivers/tty/serial/
Difx6x60.h62 spinlock_t fifo_lock; member
Difx6x60.c453 &ifx_dev->fifo_lock); in ifx_spi_prepare_tx_buffer()
495 spin_lock_irqsave(&ifx_dev->fifo_lock, flags); in ifx_spi_write()
498 spin_unlock_irqrestore(&ifx_dev->fifo_lock, flags); in ifx_spi_write()
819 spin_lock_init(&ifx_dev->fifo_lock); in ifx_spi_create_port()
820 lockdep_set_class_and_subclass(&ifx_dev->fifo_lock, in ifx_spi_create_port()
/Linux-v5.10/drivers/platform/x86/
Dfujitsu-laptop.c132 spinlock_t fifo_lock; member
789 spin_lock_init(&priv->fifo_lock); in acpi_fujitsu_laptop_add()
867 sizeof(scancode), &priv->fifo_lock); in acpi_fujitsu_laptop_press()
885 sizeof(scancode), &priv->fifo_lock); in acpi_fujitsu_laptop_release()
Dsony-laptop.c195 spinlock_t fifo_lock; member
357 spin_lock_irqsave(&sony_laptop_input.fifo_lock, flags); in do_sony_laptop_release_key()
370 spin_unlock_irqrestore(&sony_laptop_input.fifo_lock, flags); in do_sony_laptop_release_key()
432 &sony_laptop_input.fifo_lock); in sony_laptop_report_input_event()
451 spin_lock_init(&sony_laptop_input.fifo_lock); in sony_laptop_setup_input()
4046 spinlock_t fifo_lock; member
4070 spin_lock_irqsave(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
4075 spin_unlock_irqrestore(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
4097 &sonypi_compat.fifo_lock) == sizeof(c))) { in sonypi_misc_read()
4280 sizeof(event), &sonypi_compat.fifo_lock); in sonypi_compat_report_event()
[all …]
/Linux-v5.10/drivers/char/
Dsonypi.c476 spinlock_t fifo_lock; member
866 sizeof(event), &sonypi_device.fifo_lock); in sonypi_irq()
915 &sonypi_device.fifo_lock) == sizeof(c))) { in sonypi_misc_read()
1299 spin_lock_init(&sonypi_device.fifo_lock); in sonypi_probe()
/Linux-v5.10/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_buffer.c646 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
651 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
Dst_lsm6dsx.h393 struct mutex fifo_lock; member
Dst_lsm6dsx_core.c2266 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
2268 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
2346 mutex_init(&hw->fifo_lock); in st_lsm6dsx_probe()
/Linux-v5.10/drivers/rapidio/devices/
Drio_mport_cdev.c206 spinlock_t fifo_lock; member
1380 spin_lock(&priv->fifo_lock); in rio_mport_add_event()
1384 spin_unlock(&priv->fifo_lock); in rio_mport_add_event()
1909 spin_lock_init(&priv->fifo_lock); in mport_cdev_open()