Searched refs:tpd_led (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 174 struct led_classdev tpd_led; member 499 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_set() 509 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_get() 526 eeepc->tpd_led.name = "eeepc::touchpad"; in eeepc_led_init() 527 eeepc->tpd_led.brightness_set = tpd_led_set; in eeepc_led_init() 529 eeepc->tpd_led.brightness_get = tpd_led_get; in eeepc_led_init() 530 eeepc->tpd_led.max_brightness = 1; in eeepc_led_init() 533 &eeepc->tpd_led); in eeepc_led_init() 544 led_classdev_unregister(&eeepc->tpd_led); in eeepc_led_exit()
|
H A D | asus-wmi.c | 185 struct led_classdev tpd_led; member 657 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_set() 672 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_get() 834 led_classdev_unregister(&asus->tpd_led); in asus_wmi_led_exit() 853 asus->tpd_led.name = "asus::touchpad"; in asus_wmi_led_init() 854 asus->tpd_led.brightness_set = tpd_led_set; in asus_wmi_led_init() 855 asus->tpd_led.brightness_get = tpd_led_get; in asus_wmi_led_init() 856 asus->tpd_led.max_brightness = 1; in asus_wmi_led_init() 859 &asus->tpd_led); in asus_wmi_led_init()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | eeepc-laptop.c | 174 struct led_classdev tpd_led; member 499 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_set() 509 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_get() 526 eeepc->tpd_led.name = "eeepc::touchpad"; in eeepc_led_init() 527 eeepc->tpd_led.brightness_set = tpd_led_set; in eeepc_led_init() 529 eeepc->tpd_led.brightness_get = tpd_led_get; in eeepc_led_init() 530 eeepc->tpd_led.max_brightness = 1; in eeepc_led_init() 533 &eeepc->tpd_led); in eeepc_led_init() 544 led_classdev_unregister(&eeepc->tpd_led); in eeepc_led_exit()
|
H A D | asus-wmi.c | 219 struct led_classdev tpd_led; member 1335 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_set() 1350 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_get() 1522 led_classdev_unregister(&asus->tpd_led); in asus_wmi_led_exit() 1547 asus->tpd_led.name = "asus::touchpad"; in asus_wmi_led_init() 1548 asus->tpd_led.brightness_set = tpd_led_set; in asus_wmi_led_init() 1549 asus->tpd_led.brightness_get = tpd_led_get; in asus_wmi_led_init() 1550 asus->tpd_led.max_brightness = 1; in asus_wmi_led_init() 1553 &asus->tpd_led); in asus_wmi_led_init()
|
Completed in 14 milliseconds