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
5618
mutex_init(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
756
struct mutex led_lock; /* serialize LED ctrl RMW access */
drivers/net/ethernet/realtek/r8169_main.c
943
mutex_lock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
945
mutex_unlock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
986
mutex_lock(&tp->led_lock);
drivers/net/ethernet/realtek/r8169_main.c
989
mutex_unlock(&tp->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
1083
guard(mutex)(&data->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
1129
ret = devm_mutex_init(data->dev, &data->led_lock);
drivers/platform/x86/uniwill/uniwill-acpi.c
337
struct mutex led_lock; /* Protects writes to the lightbar registers */
drivers/platform/x86/uniwill/uniwill-acpi.c
750
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
1135
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1166
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1202
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1218
guard(spinlock_irqsave)(&led_lock);
drivers/tty/vt/keyboard.c
1233
scoped_guard(spinlock_irqsave, &led_lock) {
drivers/tty/vt/keyboard.c
139
static DEFINE_SPINLOCK(led_lock);
drivers/tty/vt/keyboard.c
2065
scoped_guard(spinlock_irqsave, &led_lock) {
drivers/tty/vt/keyboard.c
2160
guard(spinlock)(&led_lock);