Searched refs:pmu_dev (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/video/backlight/
H A Dprogear_bl.c32 static struct pci_dev *pmu_dev = NULL; variable in typeref:struct:pci_dev
44 pci_write_config_byte(pmu_dev, PMU_LPCR, intensity + HW_LEVEL_MIN);
52 pci_read_config_byte(pmu_dev, PMU_LPCR, &intensity);
69 pmu_dev = pci_get_device(PCI_VENDOR_ID_AL, PCI_DEVICE_ID_AL_M7101, NULL);
70 if (!pmu_dev) {
107 pci_dev_put(pmu_dev);
147 pci_dev_put(pmu_dev);

Completed in 84 milliseconds