Home
last modified time | relevance | path

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

/linux/Documentation/firmware-guide/acpi/
H A Dvideo_extension.rst38 Derived from the _BCL package(see below);
44 the following _BCL package::
46 Method (_BCL, 0, NotSerialized)
H A Dnamespace.rst162 | +-| _BCL | Method(_BCL): the backlight control method
255 example, if the _BCL method is present for an ACPI namespace node, a
/linux/drivers/acpi/
H A Dacpi_video.c186 u8 _BCL:1; /* Query list of brightness control levels supported */ member
997 device->cap._BCL = 1; in acpi_video_device_find_cap()
1197 if (data->cap._BCM && data->cap._BCL) in acpi_video_bus_get_one_device()