Home
last modified time | relevance | path

Searched refs:applesmc_led_wq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dapplesmc.c155 static struct workqueue_struct *applesmc_led_wq; variable
976 ret = queue_work(applesmc_led_wq, &backlight_work); in applesmc_brightness_set()
1254 applesmc_led_wq = create_singlethread_workqueue("applesmc-led"); in applesmc_create_key_backlight()
1255 if (!applesmc_led_wq) in applesmc_create_key_backlight()
1265 destroy_workqueue(applesmc_led_wq); in applesmc_release_key_backlight()