Home
last modified time | relevance | path

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

/linux/drivers/most/
H A 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/drivers/misc/
H A Dhpilo.c79 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_enqueue()
87 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_enqueue()
99 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_dequeue()
110 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_dequeue()
122 spin_lock_irqsave(&hw->fifo_lock, flags); in fifo_check_recv()
126 spin_unlock_irqrestore(&hw->fifo_lock, flags); in fifo_check_recv()
807 spin_lock_init(&ilo_hw->fifo_lock); in ilo_probe()
H A Dhpilo.h62 spinlock_t fifo_lock; member
/linux/drivers/platform/x86/
H A Dfujitsu-laptop.c141 spinlock_t fifo_lock; member
928 spin_lock_init(&priv->fifo_lock); in acpi_fujitsu_laptop_add()
1010 sizeof(scancode), &priv->fifo_lock); in acpi_fujitsu_laptop_press()
1028 sizeof(scancode), &priv->fifo_lock); in acpi_fujitsu_laptop_release()
H A Dsony-laptop.c194 spinlock_t fifo_lock; member
356 spin_lock_irqsave(&sony_laptop_input.fifo_lock, flags); in do_sony_laptop_release_key()
369 spin_unlock_irqrestore(&sony_laptop_input.fifo_lock, flags); in do_sony_laptop_release_key()
431 &sony_laptop_input.fifo_lock); in sony_laptop_report_input_event()
450 spin_lock_init(&sony_laptop_input.fifo_lock); in sony_laptop_setup_input()
3869 spinlock_t fifo_lock; member
3893 spin_lock_irqsave(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
3898 spin_unlock_irqrestore(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
3920 &sonypi_compat.fifo_lock) == sizeof(c))) { in sonypi_misc_read()
4103 sizeof(event), &sonypi_compat.fifo_lock); in sonypi_compat_report_event()
[all …]
/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_buffer.c690 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
695 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
H A Dst_lsm6dsx.h445 struct mutex fifo_lock; member
H A Dst_lsm6dsx_core.c2482 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
2484 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
2646 mutex_init(&hw->fifo_lock); in st_lsm6dsx_probe()
/linux/drivers/rapidio/devices/
H A Drio_mport_cdev.c186 spinlock_t fifo_lock; member
1363 spin_lock(&priv->fifo_lock); in rio_mport_add_event()
1367 spin_unlock(&priv->fifo_lock); in rio_mport_add_event()
1892 spin_lock_init(&priv->fifo_lock); in mport_cdev_open()