Home
last modified time | relevance | path

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

/drivers/staging/most/
Dcore.c63 spinlock_t fifo_lock; member
135 spin_lock_irqsave(&c->fifo_lock, flags); in flush_channel_fifos()
138 spin_unlock_irqrestore(&c->fifo_lock, flags); in flush_channel_fifos()
140 spin_lock_irqsave(&c->fifo_lock, flags); in flush_channel_fifos()
142 spin_unlock_irqrestore(&c->fifo_lock, flags); in flush_channel_fifos()
144 spin_lock_irqsave(&c->fifo_lock, hf_flags); in flush_channel_fifos()
147 spin_unlock_irqrestore(&c->fifo_lock, hf_flags); in flush_channel_fifos()
149 spin_lock_irqsave(&c->fifo_lock, hf_flags); in flush_channel_fifos()
151 spin_unlock_irqrestore(&c->fifo_lock, hf_flags); in flush_channel_fifos()
166 spin_lock_irqsave(&c->fifo_lock, flags); in flush_trash_fifo()
[all …]
/drivers/infiniband/hw/cxgb3/
Dcxio_resource.c48 spinlock_t *fifo_lock, in __cxio_init_resource_fifo() argument
56 spin_lock_init(fifo_lock); in __cxio_init_resource_fifo()
90 sizeof(u32), fifo_lock) != sizeof(u32)) in __cxio_init_resource_fifo()
95 static int cxio_init_resource_fifo(struct kfifo *fifo, spinlock_t * fifo_lock, in cxio_init_resource_fifo() argument
98 return (__cxio_init_resource_fifo(fifo, fifo_lock, nr, skip_low, in cxio_init_resource_fifo()
103 spinlock_t * fifo_lock, in cxio_init_resource_fifo_random() argument
107 return (__cxio_init_resource_fifo(fifo, fifo_lock, nr, skip_low, in cxio_init_resource_fifo_random()
/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()
804 spin_lock_init(&ilo_hw->fifo_lock); in ilo_probe()
Dhpilo.h59 spinlock_t fifo_lock; member
/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_buffer.c595 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
600 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_flush_fifo()
669 mutex_lock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
671 mutex_unlock(&hw->fifo_lock); in st_lsm6dsx_handler_thread()
Dst_lsm6dsx.h315 struct mutex fifo_lock; member
Dst_lsm6dsx_core.c1496 mutex_init(&hw->fifo_lock); in st_lsm6dsx_probe()
/drivers/tty/serial/
Difx6x60.h60 spinlock_t fifo_lock; member
Difx6x60.c455 &ifx_dev->fifo_lock); in ifx_spi_prepare_tx_buffer()
497 spin_lock_irqsave(&ifx_dev->fifo_lock, flags); in ifx_spi_write()
500 spin_unlock_irqrestore(&ifx_dev->fifo_lock, flags); in ifx_spi_write()
820 spin_lock_init(&ifx_dev->fifo_lock); in ifx_spi_create_port()
821 lockdep_set_class_and_subclass(&ifx_dev->fifo_lock, in ifx_spi_create_port()
/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()
4048 spinlock_t fifo_lock; member
4072 spin_lock_irqsave(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
4077 spin_unlock_irqrestore(&sonypi_compat.fifo_lock, flags); in sonypi_misc_open()
4099 &sonypi_compat.fifo_lock) == sizeof(c))) { in sonypi_misc_read()
4282 sizeof(event), &sonypi_compat.fifo_lock); in sonypi_compat_report_event()
[all …]
/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()
/drivers/rapidio/devices/
Drio_mport_cdev.c206 spinlock_t fifo_lock; member
1377 spin_lock(&priv->fifo_lock); in rio_mport_add_event()
1381 spin_unlock(&priv->fifo_lock); in rio_mport_add_event()
1904 spin_lock_init(&priv->fifo_lock); in mport_cdev_open()