Searched refs:_BCM (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_video.c | 187 u8 _BCM:1; /* Set the brightness level */ member 345 "_BCM", level); in acpi_video_device_lcd_set_level() 347 acpi_handle_info(device->dev->handle, "_BCM evaluation failed\n"); in acpi_video_device_lcd_set_level() 743 * In this case 100 means the level, not the index, and _BCM failed. in acpi_video_bqc_quirk() 986 if (acpi_has_method(device->dev->handle, "_BCM")) in acpi_video_device_find_cap() 987 device->cap._BCM = 1; in acpi_video_device_find_cap() 1185 if (data->cap._BCM && data->cap._BCL) in acpi_video_bus_get_one_device()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_video.c | 194 u8 _BCM:1; /* Set the brightness level */ member 355 "_BCM", level); in acpi_video_device_lcd_set_level() 357 ACPI_ERROR((AE_INFO, "Evaluating _BCM failed")); in acpi_video_device_lcd_set_level() 811 * In this case 100 means the level, not the index, and _BCM failed. in acpi_video_bqc_quirk() 1055 if (acpi_has_method(device->dev->handle, "_BCM")) in acpi_video_device_find_cap() 1056 device->cap._BCM = 1; in acpi_video_device_find_cap()
|
Completed in 8 milliseconds