/drivers/cpufreq/ |
D | speedstep-lib.c | 34 static unsigned int pentium3_get_frequency(enum speedstep_processor processor) in pentium3_get_frequency() argument 89 if (processor == SPEEDSTEP_CPU_PIII_C_EARLY) { in pentium3_get_frequency() 227 unsigned int speedstep_get_frequency(enum speedstep_processor processor) in speedstep_get_frequency() argument 229 switch (processor) { in speedstep_get_frequency() 240 return pentium3_get_frequency(processor); in speedstep_get_frequency() 381 unsigned int speedstep_get_freqs(enum speedstep_processor processor, in speedstep_get_freqs() argument 392 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs() 398 prev_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 409 *low_speed = speedstep_get_frequency(processor); in speedstep_get_freqs() 428 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
|
D | speedstep-lib.h | 36 extern unsigned int speedstep_get_frequency(enum speedstep_processor processor); 44 extern unsigned int speedstep_get_freqs(enum speedstep_processor processor,
|
D | Kconfig.powerpc | 9 If you don't have such processor, say N 17 frequencies. Using PMI, the processor will not only be able to run at
|
/drivers/hwmon/occ/ |
D | Kconfig | 13 On-Chip Controller (OCC) on a POWER8 processor. However, this driver 15 the P8, not the POWER processor itself. Communications with the OCC are 28 On-Chip Controller (OCC) on a POWER9 processor. However, this driver 30 the P9, not the POWER processor itself. Communications with the OCC are
|
/drivers/acpi/ |
D | Makefile | 79 obj-$(CONFIG_ACPI_PROCESSOR) += processor.o 99 processor-y := processor_driver.o 100 processor-$(CONFIG_ACPI_PROCESSOR_IDLE) += processor_idle.o 101 processor-$(CONFIG_ACPI_CPU_FREQ_PSS) += processor_throttling.o \ 103 processor-$(CONFIG_CPU_FREQ) += processor_perflib.o
|
D | acpi_processor.c | 263 pr->acpi_id = object.processor.proc_id; in acpi_processor_get_info() 335 if (!object.processor.pblk_address) in acpi_processor_get_info() 337 else if (object.processor.pblk_length != 6) in acpi_processor_get_info() 339 object.processor.pblk_length); in acpi_processor_get_info() 341 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info() 345 pr->pblk = object.processor.pblk_address; in acpi_processor_get_info() 654 uid = object.processor.proc_id; in acpi_processor_ids_walk()
|
D | Kconfig | 278 the module will be called processor. 302 ACPI 4.0 defines processor Aggregator, which enables OS to perform 303 specific processor configuration and control that applies to all 304 processors in the platform. Currently only logical processor idling 316 recommended that this option be enabled, as your processor(s) 491 processor machine check banks. Most server processors log 492 additional information about the error in processor uncore 494 widely from one processor to another, system software cannot 590 like aggressive processor idling, throttling, frequency and/or
|
/drivers/hid/intel-ish-hid/ |
D | Kconfig | 12 processor in the chipset. This allows the core processor to go into 26 processor in the chipset.
|
/drivers/gpu/drm/lima/ |
D | lima_pp.c | 76 struct lima_ip *ip = pipe->processor[i]; in lima_pp_bcast_irq_handler() 150 err |= lima_pp_soft_reset_async_wait_one(pipe->processor[i]); in lima_pp_soft_reset_async_wait() 329 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_run() 344 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_run() 368 lima_pp_soft_reset_async(pipe->processor[i]); in lima_pp_task_fini() 377 struct lima_ip *ip = pipe->processor[i]; in lima_pp_task_error()
|
D | lima_gp.c | 118 struct lima_ip *ip = pipe->processor[0]; in lima_gp_task_run() 169 lima_gp_soft_reset_async(pipe->processor[0]); in lima_gp_task_fini() 174 struct lima_ip *ip = pipe->processor[0]; in lima_gp_task_error()
|
/drivers/remoteproc/ |
D | Kconfig | 22 on iMX7D) via the remote processor framework. 34 and DSP on OMAP4) via the remote processor framework. 49 Say y here to support Wakeup M3 remote processor on TI AM33xx 63 remote processor framework. 83 via the remote processor framework. 196 processor framework. 209 remote processor framework.
|
/drivers/cpuidle/ |
D | Kconfig.powerpc | 11 Select this option to enable processor idle state management 20 Select this option to enable processor idle state management
|
/drivers/acpi/acpica/ |
D | utcopy.c | 167 external_object->processor.proc_id = in acpi_ut_copy_isimple_to_esimple() 168 internal_object->processor.proc_id; in acpi_ut_copy_isimple_to_esimple() 169 external_object->processor.pblk_address = in acpi_ut_copy_isimple_to_esimple() 170 internal_object->processor.address; in acpi_ut_copy_isimple_to_esimple() 171 external_object->processor.pblk_length = in acpi_ut_copy_isimple_to_esimple() 172 internal_object->processor.length; in acpi_ut_copy_isimple_to_esimple()
|
D | excreate.c | 331 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor() 332 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor() 333 obj_desc->processor.address = in acpi_ex_create_processor()
|
D | dbstats.c | 182 acpi_db_enumerate_object(obj_desc->processor.notify_list[0]); in acpi_db_enumerate_object() 183 acpi_db_enumerate_object(obj_desc->processor.notify_list[1]); in acpi_db_enumerate_object() 184 acpi_db_enumerate_object(obj_desc->processor.handler); in acpi_db_enumerate_object()
|
D | exdump.c | 140 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.proc_id), "Processor ID"}, 141 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.length), "Length"}, 142 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET(processor.address), "Address"}, 143 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]), 145 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]), 147 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.handler), "Handler"}
|
D | nsdump.c | 245 obj_desc->processor.proc_id, in acpi_ns_dump_one_object() 246 obj_desc->processor.length, in acpi_ns_dump_one_object() 247 ACPI_FORMAT_UINT64(obj_desc->processor. in acpi_ns_dump_one_object()
|
/drivers/staging/nvec/ |
D | README | 5 processor is the I2C slave. Requests from the host processor to the EC are
|
/drivers/crypto/chelsio/ |
D | Kconfig | 3 tristate "Chelsio Crypto Co-processor Driver" 12 The Chelsio Crypto Co-processor driver for T6 adapters.
|
/drivers/staging/olpc_dcon/ |
D | Kconfig | 12 controller (integrate into the processor or chipset) and the LCD 13 panel. It allows the main processor/display controller to be
|
/drivers/soc/tegra/ |
D | Kconfig | 33 Support for NVIDIA Tegra T30 processor family, based on the 45 Support for NVIDIA Tegra T114 processor family, based on the 56 Support for NVIDIA Tegra T124 processor family, based on the
|
/drivers/misc/ |
D | Kconfig | 60 these blocks by different drivers despite processor differences. 70 tristate "Device driver for IBM RSA service processor" 75 IBM RSA (Condor) service processor in eServer xSeries systems. 78 processor. The driver is meant to be used in conjunction with 81 service processor board as a regular serial port. To make use of 234 tristate "Channel interface driver for the HP iLO processor" 240 can be used to gather data from the management processor, via 263 make remote method invocations across processor boundary to 264 applications DSP processor. Say M if you want to enable this 389 processor. The Topcliff has MAC address and Option ROM data in SROM.
|
/drivers/mailbox/ |
D | Kconfig | 51 running on the Cortex-M3 rWTM secure processor of the Armada 37xx 77 This driver provides support for inter-processor communication 78 between CPU cores and MCU processor on Some Rockchip SOCs. 162 signals from the application processor to other masters. 228 registers to kick the other processor or enquire status.
|
/drivers/irqchip/ |
D | irq-gic.c | 1506 struct acpi_madt_generic_interrupt *processor; in gic_acpi_parse_madt_cpu() local 1510 processor = (struct acpi_madt_generic_interrupt *)header; in gic_acpi_parse_madt_cpu() 1512 if (BAD_MADT_GICC_ENTRY(processor, end)) in gic_acpi_parse_madt_cpu() 1519 gic_cpu_base = processor->base_address; in gic_acpi_parse_madt_cpu() 1524 acpi_data.maint_irq = processor->vgic_interrupt; in gic_acpi_parse_madt_cpu() 1525 acpi_data.maint_irq_mode = (processor->flags & ACPI_MADT_VGIC_IRQ_MODE) ? in gic_acpi_parse_madt_cpu() 1527 acpi_data.vctrl_base = processor->gich_base_address; in gic_acpi_parse_madt_cpu() 1528 acpi_data.vcpu_base = processor->gicv_base_address; in gic_acpi_parse_madt_cpu()
|
/drivers/hwtracing/coresight/ |
D | Kconfig | 71 This driver provides support for processor ETM3.x and PTM1.x modules, 72 which allows tracing the instructions that a processor is executing 83 instructions that a processor is executing. This is primarily useful
|