Searched refs:_BCM (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.c176 u8 _BCM:1; /*Set the brightness level */ member in struct:acpi_video_device_cap
189 u8 _BCM_use_index:1; /* input of _BCM is an index value */
523 status = acpi_evaluate_object(device->dev->handle, "_BCM",
526 ACPI_ERROR((AE_INFO, "Evaluating _BCM failed"));
826 /* Check the input/output of _BQC/_BCL/_BCM */
831 * _BCM is always consistent with _BCL,
917 if (ACPI_SUCCESS(acpi_get_handle(device->dev->handle, "_BCM", &h_dummy1))) {
918 device->cap._BCM = 1;

Completed in 34 milliseconds