Lines Matching refs:led_cdev
358 static void tpd_led_set(struct led_classdev *led_cdev, in tpd_led_set() argument
363 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_set()
374 static enum led_brightness tpd_led_get(struct led_classdev *led_cdev) in tpd_led_get() argument
378 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_get()
428 static void kbd_led_set(struct led_classdev *led_cdev, in kbd_led_set() argument
433 asus = container_of(led_cdev, struct asus_wmi, kbd_led); in kbd_led_set()
444 static enum led_brightness kbd_led_get(struct led_classdev *led_cdev) in kbd_led_get() argument
449 asus = container_of(led_cdev, struct asus_wmi, kbd_led); in kbd_led_get()
488 static void wlan_led_set(struct led_classdev *led_cdev, in wlan_led_set() argument
493 asus = container_of(led_cdev, struct asus_wmi, wlan_led); in wlan_led_set()
499 static enum led_brightness wlan_led_get(struct led_classdev *led_cdev) in wlan_led_get() argument
504 asus = container_of(led_cdev, struct asus_wmi, wlan_led); in wlan_led_get()