Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 77) sorted by relevance

1234

/drivers/staging/tidspbridge/include/dspbridge/
Ddspapi-ioctl.h70 void *processor; member
76 void *processor; member
80 void *processor; member
88 void *processor; member
95 void *processor; member
101 void *processor; member
108 void *processor; member
115 void *processor; member
122 void *processor; member
128 void *processor; member
[all …]
/drivers/cpufreq/
Dspeedstep-lib.c33 static unsigned int pentium3_get_frequency(enum speedstep_processor processor) in pentium3_get_frequency() argument
88 if (processor == SPEEDSTEP_CPU_PIII_C_EARLY) { in pentium3_get_frequency()
226 unsigned int speedstep_get_frequency(enum speedstep_processor processor) in speedstep_get_frequency() argument
228 switch (processor) { in speedstep_get_frequency()
239 return pentium3_get_frequency(processor); in speedstep_get_frequency()
380 unsigned int speedstep_get_freqs(enum speedstep_processor processor, in speedstep_get_freqs() argument
391 if ((!processor) || (!low_speed) || (!high_speed) || (!set_state)) in speedstep_get_freqs()
397 prev_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
407 *low_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
426 *high_speed = speedstep_get_frequency(processor); in speedstep_get_freqs()
Dspeedstep-lib.h37 extern unsigned int speedstep_get_frequency(enum speedstep_processor processor);
45 extern unsigned int speedstep_get_freqs(enum speedstep_processor processor,
DKconfig.powerpc8 If you don't have such processor, say N
16 frequencies. Using PMI, the processor will not only be able to run at
/drivers/acpi/
DMakefile63 obj-$(CONFIG_ACPI_PROCESSOR) += processor.o
77 processor-y := processor_driver.o processor_throttling.o
78 processor-y += processor_idle.o processor_thermal.o
79 processor-$(CONFIG_CPU_FREQ) += processor_perflib.o
Dprocessor_driver.c294 pr->acpi_id = object.processor.proc_id; in acpi_processor_get_info()
346 if (!object.processor.pblk_address) in acpi_processor_get_info()
348 else if (object.processor.pblk_length != 6) in acpi_processor_get_info()
350 object.processor.pblk_length); in acpi_processor_get_info()
352 pr->throttling.address = object.processor.pblk_address; in acpi_processor_get_info()
356 pr->pblk = object.processor.pblk_address; in acpi_processor_get_info()
DKconfig196 ACPI C2 and C3 processor states to save power on systems that
201 the module will be called processor.
225 ACPI 4.0 defines processor Aggregator, which enables OS to perform
226 specific processor configuration and control that applies to all
227 processors in the platform. Currently only logical processor idling
239 recommended that this option be enabled, as your processor(s)
320 like aggressive processor idling, throttling, frequency and/or
/drivers/staging/tidspbridge/pmgr/
Ddspapi.c522 void *processor; in procwrap_attach() local
537 &processor, pr_ctxt); in procwrap_attach()
538 CP_TO_USR(args->args_proc_attach.ph_processor, &processor, status, 1); in procwrap_attach()
552 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_ctrl()
600 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_enum_node_info()
685 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_enum_resources()
712 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_get_state()
733 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_get_trace()
762 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_load()
880 void *hprocessor = ((struct process_context *)pr_ctxt)->processor; in procwrap_map()
[all …]
/drivers/staging/tidspbridge/rmgr/
Dnode.c188 struct proc_object *processor; /* Back pointer to processor */ member
389 pnode->processor = hprocessor; in node_allocate()
705 status = proc_get_processor_id(pnode->processor, &proc_id); in node_alloc_msg_buf()
798 status = proc_get_processor_id(pnode->processor, &proc_id); in node_change_priority()
1128 hprocessor = hnode->processor; in node_create()
1152 status = proc_get_processor_id(pnode->processor, &proc_id); in node_create()
1250 proc_notify_clients(hnode->processor, DSP_NODESTATECHANGE); in node_create()
1394 hprocessor = pnode->processor; in node_delete()
1409 status = proc_get_processor_id(pnode->processor, &proc_id); in node_delete()
1590 status = proc_get_processor_id(pnode->processor, &proc_id); in node_free_msg_buf()
[all …]
/drivers/acpi/acpica/
Dutcopy.c202 external_object->processor.proc_id = in acpi_ut_copy_isimple_to_esimple()
203 internal_object->processor.proc_id; in acpi_ut_copy_isimple_to_esimple()
204 external_object->processor.pblk_address = in acpi_ut_copy_isimple_to_esimple()
205 internal_object->processor.address; in acpi_ut_copy_isimple_to_esimple()
206 external_object->processor.pblk_length = in acpi_ut_copy_isimple_to_esimple()
207 internal_object->processor.length; in acpi_ut_copy_isimple_to_esimple()
Dexcreate.c392 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor()
393 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor()
394 obj_desc->processor.address = in acpi_ex_create_processor()
Dexdump.c169 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.proc_id), "Processor ID"},
170 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(processor.length), "Length"},
171 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET(processor.address), "Address"},
172 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[0]),
174 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.notify_list[1]),
176 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(processor.handler), "Handler"}
Dnsdump.c262 obj_desc->processor.proc_id, in acpi_ns_dump_one_object()
263 obj_desc->processor.length, in acpi_ns_dump_one_object()
265 obj_desc->processor. in acpi_ns_dump_one_object()
/drivers/staging/nvec/
DREADME5 processor is the I2C slave. Requests from the host processor to the EC are
/drivers/video/omap2/dss/
DKconfig49 DBI is a bus between the host processor and a peripheral,
77 processor and a display.
86 processor and a peripheral, such as a display or a framebuffer chip.
/drivers/remoteproc/
DKconfig22 and DSP on OMAP4) via the remote processor framework.
51 remote processor framework.
/drivers/staging/sep/
DKconfig5 Discretix SEP driver; used for the security processor subsystem
/drivers/misc/
DKconfig69 these blocks by different drivers despite processor differences.
105 tristate "Device driver for IBM RSA service processor"
109 IBM RSA (Condor) service processor in eServer xSeries systems.
112 processor. The driver is meant to be used in conjunction with
115 service processor board as a regular serial port. To make use of
270 tristate "Channel interface driver for the HP iLO processor"
277 can be used to gather data from the management processor, via
491 processor. The Topcliff has MAC address and Option ROM data in SROM.
/drivers/net/can/cc770/
DKconfig19 to the processor attached devices).
/drivers/sfi/
DKconfig12 based on the 2nd generation Intel Atom processor platform,
/drivers/hwspinlock/
DKconfig27 provides a synchronisation mechanism for the various processor on the
/drivers/net/can/c_can/
DKconfig12 processor attached devices) which can be found on various
/drivers/dma/bestcomm/
DKconfig12 on the Freescale MPC5200 family of processor. Its usage is
/drivers/net/ethernet/nuvoton/
DKconfig29 on w90p910 processor.
/drivers/net/ethernet/xscale/
DKconfig28 on IXP4xx processor.

1234