Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/uniwill/
H A Duniwill-acpi.c445 static struct uniwill_device_descriptor device_descriptor __ro_after_init;
2338 data->features = device_descriptor.features; in uniwill_probe()
2339 data->kbd_led_single_color = device_descriptor.kbd_led_single_color; in uniwill_probe()
2340 data->kbd_led_max_brightness = device_descriptor.kbd_led_max_brightness; in uniwill_probe()
2341 data->lightbar_max_brightness = device_descriptor.lightbar_max_brightness; in uniwill_probe()
2348 if (device_descriptor.probe) { in uniwill_probe()
2349 ret = device_descriptor.probe(data); in uniwill_probe()
3348 device_descriptor = *descriptor; in uniwill_init()
3353 device_descriptor.features = UINT_MAX & ~UNIWILL_FEATURE_BATTERY_CHARGE_LIMIT; in uniwill_init()
3355 device_descriptor.kbd_led_single_color = false; in uniwill_init()
[all …]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c39 struct gve_device_descriptor *device_descriptor, in gve_parse_device_option() argument