Searched refs:_BCQ (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.c178 u8 _BCQ:1; /* Some buggy BIOS uses _BCQ instead of _BQC */ member in struct:acpi_video_device_cap
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 = device->cap._BCQ = 0;
922 else if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_BCQ",
924 printk(KERN_WARNING FW_BUG "_BCQ is used instead of _BQC\n");
925 device->cap._BCQ = 1;

Completed in 35 milliseconds