Lines Matching defs:_BCQ
189 u8 _BCQ:1; /* Some buggy BIOS uses _BCQ instead of _BQC */
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;
709 * Decides if _BQC/_BCQ for this system is usable
713 * index. If not, clear the _BQC/_BCQ capability.
779 device->cap._BQC = device->cap._BCQ = 0;
990 } else if (acpi_has_method(device->dev->handle, "_BCQ")) {
992 "_BCQ is used instead of _BQC\n");
993 device->cap._BCQ = 1;