Searched refs:report_lock (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | report.c | 105 static DEFINE_RAW_SPINLOCK(report_lock); 441 raw_spin_unlock_irqrestore(&report_lock, *flags); in release_report() 479 raw_spin_unlock_irqrestore(&report_lock, *flags); in set_other_info_task_blocking() 486 raw_spin_lock_irqsave(&report_lock, *flags); in set_other_info_task_blocking() 512 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_producer() 535 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_producer() 544 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 546 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_consumer() 548 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 591 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-lg4ff.c | 83 spinlock_t report_lock; /* Protect output HID report */ member 435 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_play() 447 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_play() 460 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_play() 491 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_autocenter_default() 502 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_default() 544 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_default() 570 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_autocenter_ffex() 580 spin_unlock_irqrestore(&entry->report_lock, flags); in lg4ff_set_autocenter_ffex() 605 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_range_g25() [all …]
|
| H A D | uhid.c | 57 struct mutex report_lock; member 251 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_get_report() 271 mutex_unlock(&uhid->report_lock); in uhid_hid_get_report() 295 ret = mutex_lock_interruptible(&uhid->report_lock); in uhid_hid_set_report() 312 mutex_unlock(&uhid->report_lock); in uhid_hid_set_report() 645 mutex_init(&uhid->report_lock); in uhid_char_open()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report.c | 76 static DEFINE_SPINLOCK(report_lock); 84 spin_lock_irqsave(&report_lock, *flags); in start_report() 94 spin_unlock_irqrestore(&report_lock, *flags); in end_report()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.h | 326 struct mutex report_lock; member
|
| H A D | cyttsp4_core.c | 1048 mutex_lock(&md->report_lock); in cyttsp4_mt_attention() 1056 mutex_unlock(&md->report_lock); in cyttsp4_mt_attention() 1883 mutex_lock(&md->report_lock); in cyttsp4_mt_close() 1886 mutex_unlock(&md->report_lock); in cyttsp4_mt_close() 1968 mutex_init(&md->report_lock); in cyttsp4_mt_probe()
|