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

/linux-master/drivers/acpi/
H A Dacpi_video.c189 u8 _BCQ:1; /* Some buggy BIOS uses _BCQ instead of _BQC */ member in struct:acpi_video_device_cap
564 if (device->cap._BQC || device->cap._BCQ) {
565 char *buf = device->cap._BQC ? "_BQC" : "_BCQ";
593 device->cap._BQC = device->cap._BCQ = 0;
605 device->cap._BQC = device->cap._BCQ = 0;
708 * Decides if _BQC/_BCQ for this system is usable
712 * index. If not, clear the _BQC/_BCQ capability.
778 device->cap._BQC = device->cap._BCQ = 0;
989 } else if (acpi_has_method(device->dev->handle, "_BCQ")) {
[all...]

Completed in 115 milliseconds