Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Deeepc-laptop.c172 struct led_classdev tpd_led; member
497 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_set()
507 eeepc = container_of(led_cdev, struct eeepc_laptop, tpd_led); in tpd_led_get()
524 eeepc->tpd_led.name = "eeepc::touchpad"; in eeepc_led_init()
525 eeepc->tpd_led.brightness_set = tpd_led_set; in eeepc_led_init()
527 eeepc->tpd_led.brightness_get = tpd_led_get; in eeepc_led_init()
528 eeepc->tpd_led.max_brightness = 1; in eeepc_led_init()
531 &eeepc->tpd_led); in eeepc_led_init()
542 led_classdev_unregister(&eeepc->tpd_led); in eeepc_led_exit()
H A Dasus-wmi.c255 struct led_classdev tpd_led; member
1856 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_set()
1871 asus = container_of(led_cdev, struct asus_wmi, tpd_led); in tpd_led_get()
2083 led_classdev_unregister(&asus->tpd_led); in asus_wmi_led_exit()
2109 asus->tpd_led.name = "asus::touchpad"; in asus_wmi_led_init()
2110 asus->tpd_led.brightness_set = tpd_led_set; in asus_wmi_led_init()
2111 asus->tpd_led.brightness_get = tpd_led_get; in asus_wmi_led_init()
2112 asus->tpd_led.max_brightness = 1; in asus_wmi_led_init()
2115 &asus->tpd_led); in asus_wmi_led_init()