Searched refs:report_lock (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/hid/
H A Dhid-lg4ff.c96 spinlock_t report_lock; /* Protect output HID report */ member in struct:lg4ff_device_entry
390 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_play()
402 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_play()
415 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_play()
448 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_set_autocenter_default()
459 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_autocenter_default()
501 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_autocenter_default()
527 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_set_autocenter_ffex()
537 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_autocenter_ffex()
562 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_set_range_g25()
572 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_range_g25()
599 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_set_range_dfp()
628 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_range_dfp()
643 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_range_dfp()
741 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_switch_compatibility_mode()
750 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_switch_compatibility_mode()
1007 spin_lock_irqsave(&entry->report_lock, flags); lg4ff_set_leds()
1016 spin_unlock_irqrestore(&entry->report_lock, flags); lg4ff_set_leds()
1186 spin_lock_init(&entry->report_lock); lg4ff_init()
H A Duhid.c48 struct mutex report_lock; member in struct:uhid_device
147 /* must be called with report_lock held */ __uhid_report_queue_and_wait()
217 ret = mutex_lock_interruptible(&uhid->report_lock); uhid_hid_get_report()
237 mutex_unlock(&uhid->report_lock); uhid_hid_get_report()
261 ret = mutex_lock_interruptible(&uhid->report_lock); uhid_hid_set_report()
278 mutex_unlock(&uhid->report_lock); uhid_hid_set_report()
610 mutex_init(&uhid->report_lock); uhid_char_open()
/linux-4.4.14/mm/kasan/
H A Dreport.c205 static DEFINE_SPINLOCK(report_lock);
216 spin_lock_irqsave(&report_lock, flags); kasan_report_error()
242 spin_unlock_irqrestore(&report_lock, flags); kasan_report_error()
/linux-4.4.14/drivers/input/touchscreen/
H A Dcyttsp4_core.h336 struct mutex report_lock; member in struct:cyttsp4_mt_data
H A Dcyttsp4_core.c1031 mutex_lock(&md->report_lock); cyttsp4_mt_attention()
1039 mutex_unlock(&md->report_lock); cyttsp4_mt_attention()
1866 mutex_lock(&md->report_lock); cyttsp4_mt_close()
1869 mutex_unlock(&md->report_lock); cyttsp4_mt_close()
1951 mutex_init(&md->report_lock); cyttsp4_mt_probe()

Completed in 439 milliseconds