Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c337 struct led_classdev_mc led_mc_cdev; member
1073 struct led_classdev_mc *led_mc_cdev = lcdev_to_mccdev(led_cdev); in uniwill_led_brightness_set() local
1074 struct uniwill_data *data = container_of(led_mc_cdev, struct uniwill_data, led_mc_cdev); in uniwill_led_brightness_set()
1078 ret = led_mc_calc_color_components(led_mc_cdev, brightness); in uniwill_led_brightness_set()
1154 data->led_mc_cdev.led_cdev.color = LED_COLOR_ID_MULTI; in uniwill_led_init()
1155 data->led_mc_cdev.led_cdev.max_brightness = LED_MAX_BRIGHTNESS; in uniwill_led_init()
1156 data->led_mc_cdev.led_cdev.flags = LED_REJECT_NAME_CONFLICT; in uniwill_led_init()
1157 data->led_mc_cdev.led_cdev.brightness_set_blocking = uniwill_led_brightness_set; in uniwill_led_init()
1160 data->led_mc_cdev.led_cdev.brightness = 0; in uniwill_led_init()
1162 data->led_mc_cdev.led_cdev.brightness = LED_MAX_BRIGHTNESS; in uniwill_led_init()
[all …]