Searched refs:report_lock (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/kernel/kcsan/ |
H A D | report.c | 112 static DEFINE_RAW_SPINLOCK(report_lock); 505 raw_spin_unlock_irqrestore(&report_lock, *flags); in release_report() 543 raw_spin_unlock_irqrestore(&report_lock, *flags); in set_other_info_task_blocking() 550 raw_spin_lock_irqsave(&report_lock, *flags); in set_other_info_task_blocking() 576 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_producer() 599 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_producer() 608 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 610 raw_spin_unlock_irqrestore(&report_lock, *flags); in prepare_report_consumer() 612 raw_spin_lock_irqsave(&report_lock, *flags); in prepare_report_consumer() 709 raw_spin_lock_irqsave(&report_lock, flags); in kcsan_report_unknown_origin() [all …]
|
/openbmc/linux/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() 491 spin_lock_irqsave(&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() 642 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_range_dfp() 784 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_switch_compatibility_mode() 1108 spin_lock_irqsave(&entry->report_lock, flags); in lg4ff_set_leds() [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()
|
/openbmc/linux/mm/kasan/ |
H A D | report.c | 202 static DEFINE_SPINLOCK(report_lock); 213 spin_lock_irqsave(&report_lock, *flags); in start_report() 223 spin_unlock_irqrestore(&report_lock, *flags); in end_report()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | cyttsp4_core.h | 312 struct mutex report_lock; member
|
H A D | cyttsp4_core.c | 1062 mutex_lock(&md->report_lock); in cyttsp4_mt_attention() 1070 mutex_unlock(&md->report_lock); in cyttsp4_mt_attention() 1891 mutex_lock(&md->report_lock); in cyttsp4_mt_close() 1894 mutex_unlock(&md->report_lock); in cyttsp4_mt_close() 1976 mutex_init(&md->report_lock); in cyttsp4_mt_probe()
|