Lines Matching defs:_BCQ
196 u8 _BCQ:1; /* Some buggy BIOS uses _BCQ instead of _BQC */
632 if (device->cap._BQC || device->cap._BCQ) {
633 char *buf = device->cap._BQC ? "_BQC" : "_BCQ";
662 device->cap._BQC = device->cap._BCQ = 0;
673 device->cap._BQC = device->cap._BCQ = 0;
777 * Decides if _BQC/_BCQ for this system is usable
781 * index. If not, clear the _BQC/_BCQ capability.
847 device->cap._BQC = device->cap._BCQ = 0;
1059 } else if (acpi_has_method(device->dev->handle, "_BCQ")) {
1060 printk(KERN_WARNING FW_BUG "_BCQ is used instead of _BQC\n");
1061 device->cap._BCQ = 1;