Lines Matching refs:led_cdev
419 static void tpd_led_set(struct led_classdev *led_cdev, in tpd_led_set() argument
424 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_set()
435 static enum led_brightness tpd_led_get(struct led_classdev *led_cdev) in tpd_led_get() argument
439 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_get()
489 static void kbd_led_set(struct led_classdev *led_cdev, in kbd_led_set() argument
494 asus = container_of(led_cdev, struct asus_wmi, kbd_led); in kbd_led_set()
505 static enum led_brightness kbd_led_get(struct led_classdev *led_cdev) in kbd_led_get() argument
510 asus = container_of(led_cdev, struct asus_wmi, kbd_led); in kbd_led_get()
549 static void wlan_led_set(struct led_classdev *led_cdev, in wlan_led_set() argument
554 asus = container_of(led_cdev, struct asus_wmi, wlan_led); in wlan_led_set()
560 static enum led_brightness wlan_led_get(struct led_classdev *led_cdev) in wlan_led_get() argument
565 asus = container_of(led_cdev, struct asus_wmi, wlan_led); in wlan_led_get()