Searched refs:read_list_spinlock (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | client.c | 48 spin_lock_irqsave(&cl->dev->read_list_spinlock, flags); in ishtp_read_list_flush() 54 spin_unlock_irqrestore(&cl->dev->read_list_spinlock, flags); in ishtp_read_list_flush() 495 spin_lock_irqsave(&dev->read_list_spinlock, dev_flags); in ishtp_cl_read_start() 497 spin_unlock_irqrestore(&dev->read_list_spinlock, dev_flags); in ishtp_cl_read_start() 505 spin_lock_irqsave(&dev->read_list_spinlock, dev_flags); in ishtp_cl_read_start() 507 spin_unlock_irqrestore(&dev->read_list_spinlock, dev_flags); in ishtp_cl_read_start() 856 spin_lock_irqsave(&dev->read_list_spinlock, flags); in recv_ishtp_cl_msg() 866 spin_unlock_irqrestore(&dev->read_list_spinlock, flags); in recv_ishtp_cl_msg() 882 spin_unlock_irqrestore(&dev->read_list_spinlock, flags); in recv_ishtp_cl_msg() 936 spin_unlock_irqrestore(&dev->read_list_spinlock, flags); in recv_ishtp_cl_msg() [all …]
|
H A D | init.c | 62 spin_lock_init(&dev->read_list_spinlock); in ishtp_device_init()
|
H A D | ishtp-dev.h | 156 spinlock_t read_list_spinlock; member
|