Searched refs:_BQC (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dvideo.c177 u8 _BQC:1; /* Get current brightness level */ member in struct:acpi_video_device_cap
178 u8 _BCQ:1; /* Some buggy BIOS uses _BCQ instead of _BQC */
190 u8 _BQC_use_index:1; /* _BQC returns an index value */
543 * For some buggy _BQC methods, we need to add a constant value to
544 * the _BQC return value to get the actual current brightness level
605 if (device->cap._BQC || device->cap._BCQ) {
606 char *buf = device->cap._BQC ? "_BQC" : "_BCQ";
632 device->cap._BQC = device->cap._BCQ = 0;
636 device->cap._BQC
[all...]

Completed in 701 milliseconds