Symbol: led_lock
drivers/leds/leds-menf21bmc.c
50
static DEFINE_MUTEX(led_lock);
drivers/leds/leds-menf21bmc.c
59
mutex_lock(&led_lock);
drivers/leds/leds-menf21bmc.c
73
mutex_unlock(&led_lock);
drivers/net/ethernet/realtek/r8169_main.c
5625
mutex_init(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
760
struct mutex led_lock; /* serialize LED ctrl RMW access */
drivers/net/ethernet/realtek/r8169_main.c
948
mutex_lock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
950
mutex_unlock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
991
mutex_lock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
994
mutex_unlock(&tp->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
1331
guard(mutex)(&data->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
1377
ret = devm_mutex_init(data->dev, &data->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
362
struct mutex led_lock; /* Protects writes to the lightbar registers */
drivers/platform/x86/uniwill/uniwill-acpi.c
848
guard(mutex)(&data->led_lock);
drivers/staging/greybus/light.c
188
led_lock(cdev); \
drivers/staging/greybus/light.c
234
led_lock(cdev);
drivers/tty/vt/keyboard.c
1194
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1225
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1261
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1277
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1292
scoped_guard(spinlock_irqsave, &led_lock) {
drivers/tty/vt/keyboard.c
140
static DEFINE_SPINLOCK(led_lock);
drivers/tty/vt/keyboard.c
2139
scoped_guard(spinlock_irqsave, &led_lock) {
drivers/tty/vt/keyboard.c
2234
guard(spinlock)(&led_lock);