Searched refs:pcc (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/drivers/platform/x86/ |
D | panasonic-laptop.c | 236 static int acpi_pcc_write_sset(struct pcc_acpi *pcc, int func, int val) in acpi_pcc_write_sset() argument 250 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SSET, in acpi_pcc_write_sset() 272 static int acpi_pcc_retrieve_biosdata(struct pcc_acpi *pcc) in acpi_pcc_retrieve_biosdata() argument 279 status = acpi_evaluate_object(pcc->handle, METHOD_HKEY_SINF, NULL, in acpi_pcc_retrieve_biosdata() 294 if (pcc->num_sifr < hkey->package.count) { in acpi_pcc_retrieve_biosdata() 304 pcc->sinf[i] = element->integer.value; in acpi_pcc_retrieve_biosdata() 309 pcc->sinf[hkey->package.count] = -1; in acpi_pcc_retrieve_biosdata() 325 struct pcc_acpi *pcc = bl_get_data(bd); in bl_get() local 327 if (!acpi_pcc_retrieve_biosdata(pcc)) in bl_get() 330 return pcc->sinf[SINF_AC_CUR_BRIGHT]; in bl_get() [all …]
|
/linux-4.1.27/drivers/mailbox/ |
D | Makefile | 11 obj-$(CONFIG_PCC) += pcc.o
|
/linux-4.1.27/arch/alpha/boot/ |
D | main.c | 73 pcb_va->pcc = 0; in pal_init()
|
D | bootp.c | 79 pcb_va->pcc = 0; in pal_init()
|
D | bootpz.c | 127 pcb_va->pcc = 0; in pal_init()
|
/linux-4.1.27/drivers/pcmcia/ |
D | m32r_pcc.c | 251 static pcc_t pcc[] = { variable 321 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket() 581 pcc[s->type].name, s->base);
|
D | m32r_cfc.c | 232 static pcc_t pcc[] = { variable 325 printk(KERN_INFO " %s ", pcc[pcc_sockets].name); in add_pcc_socket() 593 pcc[s->type].name, s->base);
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | hwrpb.h | 81 unsigned int pcc; member
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 2 * pcc-cpufreq.txt - PCC interface documentation 50 The PCC driver (pcc-cpufreq) allows OSPM to take advantage of the PCC 133 pcc-cpufreq: (v1.00.00) driver loaded with frequency limits: 1600 MHz, 2933
|
/linux-4.1.27/drivers/cpufreq/ |
D | Makefile | 27 obj-$(CONFIG_X86_PCC_CPUFREQ) += pcc-cpufreq.o
|
D | Kconfig.x86 | 25 <file:Documentation/cpu-freq/pcc-cpufreq.txt>. 28 module will be called pcc-cpufreq.
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smp.c | 311 hwpcb->pcc = 0; in secondary_cpu_start()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_expander.c | 1705 int phy_id, int *pcc) in sas_get_phy_change_count() argument 1716 *pcc = disc_resp->disc.change_count; in sas_get_phy_change_count()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1142 uint32_t pcc:1; member 1160 uint32_t pcc:1;
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1515 or on platforms that use pcc-cpufreq instead of acpi-cpufreq.
|