Home
last modified time | relevance | path

Searched refs:states (Results 1 – 200 of 277) sorted by relevance

12

/linux-4.1.27/drivers/cpuidle/governors/
Dladder.c41 struct ladder_device_state states[CPUIDLE_STATE_MAX]; member
56 ldev->states[old_idx].stats.promotion_count = 0; in ladder_do_selection()
57 ldev->states[old_idx].stats.demotion_count = 0; in ladder_do_selection()
80 last_state = &ldev->states[last_idx]; in ladder_select_state()
82 last_residency = cpuidle_get_last_residency(dev) - drv->states[last_idx].exit_latency; in ladder_select_state()
86 !drv->states[last_idx + 1].disabled && in ladder_select_state()
89 drv->states[last_idx + 1].exit_latency <= latency_req) { in ladder_select_state()
100 (drv->states[last_idx].disabled || in ladder_select_state()
102 drv->states[last_idx].exit_latency > latency_req)) { in ladder_select_state()
106 if (drv->states[i].exit_latency <= latency_req) in ladder_select_state()
[all …]
Dmenu.c334 !drv->states[CPUIDLE_DRIVER_STATE_START].disabled && in menu_select()
343 struct cpuidle_state *s = &drv->states[i]; in menu_select()
384 struct cpuidle_state *target = &drv->states[last_idx]; in menu_update()
/linux-4.1.27/drivers/regulator/
Dgpio-regulator.c45 struct gpio_regulator_state *states; member
57 if (data->states[ptr].gpios == data->state) in gpio_regulator_get_value()
58 return data->states[ptr].value; in gpio_regulator_get_value()
71 if (data->states[ptr].value < best_val && in gpio_regulator_set_voltage()
72 data->states[ptr].value >= min_uV && in gpio_regulator_set_voltage()
73 data->states[ptr].value <= max_uV) { in gpio_regulator_set_voltage()
74 target = data->states[ptr].gpios; in gpio_regulator_set_voltage()
75 best_val = data->states[ptr].value; in gpio_regulator_set_voltage()
100 return data->states[selector].value; in gpio_regulator_list_voltage()
110 if (data->states[ptr].value > best_val && in gpio_regulator_set_current_limit()
[all …]
/linux-4.1.27/drivers/cpuidle/
Dcpuidle-mvebu-v7.c36 if (drv->states[index].flags & MVEBU_V7_FLAG_DEEP_IDLE) in mvebu_v7_enter_idle()
50 .states[0] = ARM_CPUIDLE_WFI_STATE,
51 .states[1] = {
59 .states[2] = {
73 .states[0] = ARM_CPUIDLE_WFI_STATE,
74 .states[1] = {
88 .states[0] = ARM_CPUIDLE_WFI_STATE,
89 .states[1] = {
Dcpuidle-big_little.c65 .states[0] = ARM_CPUIDLE_WFI_STATE,
66 .states[1] = {
86 .states[0] = ARM_CPUIDLE_WFI_STATE,
87 .states[1] = {
Dcpuidle-at91.c40 .states[0] = ARM_CPUIDLE_WFI_STATE,
41 .states[1] = {
Dcpuidle-kirkwood.c44 .states[0] = ARM_CPUIDLE_WFI_STATE,
45 .states[1] = {
Dcpuidle.c69 if (drv->states[i].enter_dead) in cpuidle_play_dead()
70 return drv->states[i].enter_dead(dev, i); in cpuidle_play_dead()
82 struct cpuidle_state *s = &drv->states[i]; in find_deepest_state()
115 drv->states[index].enter_freeze(dev, drv, index); in enter_freeze_proper()
160 struct cpuidle_state *target_state = &drv->states[index]; in cpuidle_enter_state()
Dcpuidle-exynos.c82 .states = {
99 .states = {
Dcpuidle-cps.c76 .states = {
154 cps_driver.states[i].flags |= CPUIDLE_FLAG_COUPLED; in cps_cpuidle_init()
Ddriver.c173 if (drv->states[i].flags & CPUIDLE_FLAG_TIMER_STOP) { in __cpuidle_driver_init()
196 struct cpuidle_state *state = &drv->states[0]; in poll_idle_init()
Dcpuidle-zynq.c48 .states = {
Dcpuidle-calxeda.c53 .states = {
Dcpuidle-clps711x.c33 .states[0] = {
DKconfig.arm9 It provides a generic idle driver whose idle states are configured
24 define different C-states for little and big cores through the
DKconfig.mips16 the deepest idle states you will need to ensure that you are
Dcpuidle-ux500.c97 .states = {
Dcpuidle-arm.c71 .states[0] = {
Ddt_idle_states.c192 idle_state = &drv->states[state_idx++]; in dt_init_idle_driver()
Dcpuidle-pseries.c217 drv->states[drv->state_count] = /* structure copy */ in pseries_cpuidle_driver_init()
Dcpuidle-powernv.c150 drv->states[drv->state_count] = /* structure copy */ in powernv_cpuidle_driver_init()
Dcoupled.c186 return drv->states[state].flags & CPUIDLE_FLAG_COUPLED; in cpuidle_state_is_coupled()
Dsysfs.c408 kobj->state = &drv->states[i]; in cpuidle_add_state_sysfs()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Didle-states.txt2 ARM idle states binding description
10 where cores can be put in different low-power states (ranging from simple
11 wfi to power gating) according to OS PM policies. The CPU states representing
12 the range of dynamic idle states that a processor can enter at run-time, can be
14 to enter/exit specific idle states on a given processor.
17 power states an ARM CPU can be put into are identified by the following list:
25 The power states described in the SBSA document define the basic CPU states on
27 PM implementation to put the processor in different idle states (which include
28 states listed above; "off" state is not an idle state since it does not have
35 The device tree binding definition for ARM idle states is the subject of this
[all …]
Dpsci.txt58 idle-states node entry-method property is set
101 [1] Kernel documentation - ARM idle states bindings
102 Documentation/devicetree/bindings/arm/idle-states.txt
Dprimecell.txt23 - pinctrl-<n> : Pinctrl states as described in bindings/pinctrl/pinctrl-bindings.txt
24 - pinctrl-names : Names corresponding to the numbered pinctrl states
Dcpus.txt225 - cpu-idle-states
436 [3] ARM Linux kernel documentation - idle states bindings
437 Documentation/devicetree/bindings/arm/idle-states.txt
/linux-4.1.27/drivers/cpufreq/
Dia64-acpi-cpufreq.c93 if (value == data->acpi_data.states[i].status) in extract_clock()
94 return data->acpi_data.states[i].core_frequency; in extract_clock()
96 return data->acpi_data.states[i-1].core_frequency; in extract_clock()
175 value = (u32) data->acpi_data.states[state].control; in processor_set_freq()
268 if ((data->acpi_data.states[i].transition_latency * 1000) > in acpi_cpufreq_cpu_init()
271 data->acpi_data.states[i].transition_latency * 1000; in acpi_cpufreq_cpu_init()
280 data->acpi_data.states[i].core_frequency * 1000; in acpi_cpufreq_cpu_init()
300 (u32) data->acpi_data.states[i].core_frequency, in acpi_cpufreq_cpu_init()
301 (u32) data->acpi_data.states[i].power, in acpi_cpufreq_cpu_init()
302 (u32) data->acpi_data.states[i].transition_latency, in acpi_cpufreq_cpu_init()
[all …]
Dacpi-cpufreq.c208 if (value == perf->states[i].status) in extract_io()
227 if (msr == perf->states[pos->driver_data].status) in extract_msr()
440 cmd.val = (u32) perf->states[next_perf_state].control; in acpi_cpufreq_target()
445 cmd.val = (u32) perf->states[next_perf_state].control; in acpi_cpufreq_target()
451 cmd.val = (u32) perf->states[next_perf_state].control; in acpi_cpufreq_target()
491 unsigned long freqn = perf->states[0].core_frequency * 1000; in acpi_cpufreq_guess_freq()
495 freqn = perf->states[i+1].core_frequency * 1000; in acpi_cpufreq_guess_freq()
506 return perf->states[0].core_frequency * 1000; in acpi_cpufreq_guess_freq()
766 if ((perf->states[i].transition_latency * 1000) > in acpi_cpufreq_cpu_init()
769 perf->states[i].transition_latency * 1000; in acpi_cpufreq_cpu_init()
[all …]
De_powersaver.c188 int states; in eps_cpu_init() local
330 states = max_multiplier - min_multiplier + 1; in eps_cpu_init()
332 states = 2; in eps_cpu_init()
336 + (states + 1) * sizeof(struct cpufreq_frequency_table), in eps_cpu_init()
Dpowernow-k8.c731 control = data->acpi_data.states[index].control; in powernow_k8_acpi_pst_values()
826 status = data->acpi_data.states[i].status; in fill_powernow_table_fidvid()
830 control = data->acpi_data.states[i].control; in fill_powernow_table_fidvid()
858 if (freq != (data->acpi_data.states[i].core_frequency * 1000)) { in fill_powernow_table_fidvid()
861 (data->acpi_data.states[i].core_frequency in fill_powernow_table_fidvid()
883 int cur_latency = data->acpi_data.states[i].transition_latency in get_transition_latency()
884 + data->acpi_data.states[i].bus_master_latency; in get_transition_latency()
Dpowernow-k7.c352 pc.val = (unsigned long) acpi_processor_perf->states[0].control; in powernow_acpi_init()
356 &acpi_processor_perf->states[i]; in powernow_acpi_init()
DKconfig.x8666 performance states through SFI.
Dlonghaul.c877 cx = &pr->power.states[ACPI_STATE_C3]; in longhaul_cpu_init()
/linux-4.1.27/sound/usb/misc/
Dua101.c101 unsigned long states; member
169 if (test_and_clear_bit(USB_CAPTURE_RUNNING, &ua->states)) { in abort_usb_capture()
177 if (test_and_clear_bit(USB_PLAYBACK_RUNNING, &ua->states)) in abort_usb_playback()
196 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states)) { in playback_urb_complete()
216 set_bit(PLAYBACK_URB_COMPLETED, &ua->states); in first_playback_urb_complete()
269 if (unlikely(!test_bit(USB_PLAYBACK_RUNNING, &ua->states))) in playback_tasklet()
299 if (test_bit(ALSA_PLAYBACK_RUNNING, &ua->states)) in playback_tasklet()
380 if (frames > 0 && test_bit(ALSA_CAPTURE_RUNNING, &ua->states)) in capture_urb_complete()
385 if (test_bit(USB_CAPTURE_RUNNING, &ua->states)) { in capture_urb_complete()
412 if (test_bit(USB_PLAYBACK_RUNNING, &ua->states) && in capture_urb_complete()
[all …]
/linux-4.1.27/drivers/acpi/
Dprocessor_idle.c178 int state = cx - pr->power.states; in lapic_timer_state_broadcast()
268 pr->power.states[ACPI_STATE_C2].type = ACPI_STATE_C2; in acpi_processor_get_power_info_fadt()
269 pr->power.states[ACPI_STATE_C3].type = ACPI_STATE_C3; in acpi_processor_get_power_info_fadt()
282 pr->power.states[ACPI_STATE_C2].address = pr->pblk + 4; in acpi_processor_get_power_info_fadt()
283 pr->power.states[ACPI_STATE_C3].address = pr->pblk + 5; in acpi_processor_get_power_info_fadt()
286 pr->power.states[ACPI_STATE_C2].latency = acpi_gbl_FADT.c2_latency; in acpi_processor_get_power_info_fadt()
287 pr->power.states[ACPI_STATE_C3].latency = acpi_gbl_FADT.c3_latency; in acpi_processor_get_power_info_fadt()
297 pr->power.states[ACPI_STATE_C2].address = 0; in acpi_processor_get_power_info_fadt()
308 pr->power.states[ACPI_STATE_C3].address = 0; in acpi_processor_get_power_info_fadt()
313 pr->power.states[ACPI_STATE_C2].address, in acpi_processor_get_power_info_fadt()
[all …]
Dprocessor_perflib.c105 pr->performance->states[ppc]. in acpi_processor_ppc_notifier()
202 *limit = pr->performance->states[pr->performance_platform_limit]. in acpi_processor_get_bios_limit()
353 pr->performance->states = in acpi_processor_get_performance_states()
356 if (!pr->performance->states) { in acpi_processor_get_performance_states()
363 struct acpi_processor_px *px = &(pr->performance->states[i]); in acpi_processor_get_performance_states()
375 kfree(pr->performance->states); in acpi_processor_get_performance_states()
406 memcpy(&(pr->performance->states[last_invalid]), in acpi_processor_get_performance_states()
417 kfree(pr->performance->states); in acpi_processor_get_performance_states()
418 pr->performance->states = NULL; in acpi_processor_get_performance_states()
802 kfree(pr->performance->states); in acpi_processor_unregister_performance()
Ddevice_pm.c135 if (adev->power.states[state].flags.explicit_set) { in acpi_dev_pm_explicit_set()
172 if (!device->power.states[state].flags.valid) { in acpi_device_set_power()
188 && device->power.states[ACPI_STATE_D3_COLD].flags.os_accessible) { in acpi_device_set_power()
540 if (!adev->power.states[ret].flags.valid) { in acpi_dev_pm_get_state()
569 if (!adev->power.states[ret].flags.valid) in acpi_dev_pm_get_state()
630 if (adev->power.states[d_max].flags.valid) in acpi_pm_device_sleep_state()
Dpower.c450 &adev->power.states[state].resources, in acpi_power_add_remove_device()
672 struct list_head *list = &device->power.states[i].resources; in acpi_power_get_inferred_state()
696 return acpi_power_on_list(&device->power.states[state].resources); in acpi_power_on_resources()
722 &device->power.states[state].resources); in acpi_power_transition()
726 &device->power.states[device->power.state].resources); in acpi_power_transition()
Dscan.c1103 struct acpi_device_power_state *ps = &device->power.states[i]; in acpi_free_power_resources_lists()
1741 struct acpi_device_power_state *ps = &device->power.states[state]; in acpi_bus_init_power_state()
1812 INIT_LIST_HEAD(&device->power.states[ACPI_STATE_D3_COLD].resources); in acpi_bus_get_power_flags()
1815 device->power.states[ACPI_STATE_D0].flags.valid = 1; in acpi_bus_get_power_flags()
1816 device->power.states[ACPI_STATE_D0].power = 100; in acpi_bus_get_power_flags()
1817 device->power.states[ACPI_STATE_D3_COLD].flags.valid = 1; in acpi_bus_get_power_flags()
1818 device->power.states[ACPI_STATE_D3_COLD].power = 0; in acpi_bus_get_power_flags()
1821 if (device->power.states[ACPI_STATE_D3_HOT].flags.explicit_set) in acpi_bus_get_power_flags()
1822 device->power.states[ACPI_STATE_D3_COLD].flags.explicit_set = 1; in acpi_bus_get_power_flags()
1825 if (device->power.states[ACPI_STATE_D3_HOT].flags.explicit_set || in acpi_bus_get_power_flags()
[all …]
Dprocessor_throttling.c711 state, pr->throttling.states[state].performance)); in acpi_processor_get_throttling_fadt()
959 pr->throttling.states[i].performance = 1000 - step * i; in acpi_processor_get_fadt_info()
960 pr->throttling.states[i].power = 1000 - step * i; in acpi_processor_get_fadt_info()
1032 (pr->throttling.states[state].performance ? pr-> in acpi_processor_set_throttling_fadt()
1033 throttling.states[state].performance / 10 : 0))); in acpi_processor_set_throttling_fadt()
/linux-4.1.27/arch/x86/kernel/acpi/
Dcstate.c64 } states[ACPI_PROCESSOR_MAX_POWER]; member
131 percpu_entry->states[cx->index].eax = 0; in acpi_processor_ffh_cstate_probe()
132 percpu_entry->states[cx->index].ecx = 0; in acpi_processor_ffh_cstate_probe()
139 percpu_entry->states[cx->index].eax = cx->address; in acpi_processor_ffh_cstate_probe()
140 percpu_entry->states[cx->index].ecx = MWAIT_ECX_INTERRUPT_BREAK; in acpi_processor_ffh_cstate_probe()
161 mwait_idle_with_hints(percpu_entry->states[cx->index].eax, in acpi_processor_ffh_cstate_enter()
162 percpu_entry->states[cx->index].ecx); in acpi_processor_ffh_cstate_enter()
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dgpio-regulator.txt5 - states : Selection of available voltages and GPIO configs.
6 if there are no states, then use a fixed regulator
11 - gpios-states : gpios pin's initial states array. 0: LOW, 1: HIGH.
34 states = <1800000 0x3
Dmax77802.txt32 mode during system suspend. The standard regulator suspend states binding can
/linux-4.1.27/tools/power/cpupower/utils/helpers/
Dmisc.c6 int *states) in cpufreq_has_boost_support() argument
11 *support = *active = *states = 0; in cpufreq_has_boost_support()
19 amd_pci_get_num_boost_states(active, states); in cpufreq_has_boost_support()
Damd.c112 int amd_pci_get_num_boost_states(int *active, int *states) in amd_pci_get_num_boost_states() argument
118 *active = *states = 0; in amd_pci_get_num_boost_states()
130 *states = (val >> 2) & 7; in amd_pci_get_num_boost_states()
Dhelpers.h136 extern int amd_pci_get_num_boost_states(int *active, int *states);
153 int *active, int * states);
184 int *active, int * states) in cpufreq_has_boost_support() argument
/linux-4.1.27/drivers/i2c/muxes/
Di2c-mux-pinctrl.c32 struct pinctrl_state **states; member
43 return pinctrl_select_state(mux->pinctrl, mux->states[chan]); in i2c_mux_pinctrl_select()
159 mux->states = devm_kzalloc(&pdev->dev, in i2c_mux_pinctrl_probe()
160 sizeof(*mux->states) * mux->pdata->bus_count, in i2c_mux_pinctrl_probe()
162 if (!mux->states) { in i2c_mux_pinctrl_probe()
184 mux->states[i] = pinctrl_lookup_state(mux->pinctrl, in i2c_mux_pinctrl_probe()
186 if (IS_ERR(mux->states[i])) { in i2c_mux_pinctrl_probe()
187 ret = PTR_ERR(mux->states[i]); in i2c_mux_pinctrl_probe()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-devices-power15 from sleep states, such as the memory sleep state (suspend to
33 be enabled to wake up the system from sleep states.
87 the system from sleep states, this attribute is not present.
89 states, this attribute is empty.
99 system from sleep states, this attribute is not present. If
101 states, this attribute is empty.
111 is not capable to wake up the system from sleep states, this
113 up the system from sleep states, this attribute is empty.
123 from sleep states, this attribute is not present. If the
124 device is not enabled to wake up the system from sleep states,
[all …]
Dsysfs-devices-power_state17 higher-power (lower-number) states may also be ON because of
Dsysfs-power13 The /sys/power/state file controls system sleep states.
20 states from the deepest ("mem", always present) to the
32 Documentation/power/states.txt for a description of what
Dsysfs-class-extcon63 multiple cable states of an extcon device simultaneously.
Dsysfs-class-devfreq53 the number of transitions between states.
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
Dcpuidle.c57 .states = {
92 cpuidle_driver.states[1].disabled = false; in sh_mobile_setup_cpuidle()
95 cpuidle_driver.states[2].disabled = false; in sh_mobile_setup_cpuidle()
/linux-4.1.27/Documentation/blockdev/drbd/
DREADME.txt15 conn-states-8.dot, disk-states-8.dot, node-states-8.dot
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt3 ARM provides idle-state node to define the cpuidle states, as defined in [1].
5 states. Idle states have different enter/exit latency and residency values.
6 The idle states supported by the QCOM SoC are defined as -
18 hierarchy to enter standby states, when all cpus are idle. An interrupt brings
59 the idle-states device node.
75 idle-states {
84 [1]. Documentation/devicetree/bindings/arm/idle-states.txt
/linux-4.1.27/Documentation/power/
Dstates.txt5 The kernel supports up to four system sleep states generically, although three
9 The states are represented by strings that can be read or written to the
16 available non-hibernation sleep states from the deepest to the shallowest,
19 the given system supports two non-hibernation sleep states, "standby" is present
21 non-hibernation sleep states, "freeze" will be present in /sys/power/state in
33 space and putting all I/O devices into low-power states (possibly
35 spend more time in their idle states.
52 states, which is done for Suspend-To-Idle too, nonboot CPUs are taken offline
74 and put into low-power states. In many cases, all peripheral buses lose power
D00-INDEX31 states.txt
32 - System power management states
Dinterface.txt10 returns what states are supported, which is hard-coded to 'freeze',
16 Documentation/power/states.txt for a description of each of those
17 states.
Ddevices.txt22 states:
25 Drivers can enter low-power states as part of entering system-wide
26 low-power states like "suspend" (also known as "suspend-to-RAM"), or
40 system enter low-power states more often.
43 Devices may also be put into low-power states while the system is
50 states at run time may require special handling during system-wide power
60 There's not a lot to be said about those low-power states except that they are
62 have been put into low-power states (at runtime), the effect may be very similar
197 low-power states to trigger specific interrupts to signal conditions in which
200 some systems it is impossible to trigger them from system sleep states. In any
[all …]
Dpci.txt28 devices into states in which they draw less power (low-power states) at the
38 PCI devices may be put into low-power states in two ways, by using the device
81 The PCI PM Spec defines 4 operating states for devices (D0-D3) and for buses
100 as well as D0. The support for the D1 and D2 power states is optional.
103 supported low-power states (except for D3cold). While in D1-D3hot the
108 forth between D0 and the supported low-power states (except for D3cold) and the
130 of generating PMEs from all supported low-power states. In particular, the
160 The ACPI specification assumes that devices can be in one of four power states
162 D0-D3 states (although the difference between D3hot and D3cold is not taken
181 However, quite often the power states of devices are changed during a
[all …]
Druntime_pm.txt16 hibernation and resume from system sleep states). pm_wq is declared in
113 should be enabled for all input devices put into low-power states at run time.
646 states directly by the kernel in a coordinated way. Then, the system sleep
647 state effectively follows from the states the hardware components end up in
650 gives control away and the states of all devices during resume are precisely
801 "bouncing" too rapidly between low-power and full-power states.
Dsuspend-and-interrupts.txt60 from sleep states, especially if they are used for different purposes (e.g. as
Dswsusp.txt25 * power states like "standby", which normally don't turn USB off.)
93 Sleep states summary
/linux-4.1.27/Documentation/cpuidle/
Ddriver.txt11 architecture/platform dependent part of CPU idle states. Driver
13 has mechanisms in place to support actual entry-exit into CPU idle states.
18 If all the idle states are the same, the wrapper function cpuidle_register
Dsysfs.txt90 then all deeper states are disabled as well, but the disable variable
/linux-4.1.27/drivers/xen/
Dxen-acpi-processor.c76 cx = &_pr->power.states[i]; in push_cxx_to_hypervisor()
116 set_xen_guest_handle(op.u.set_pminfo.power.states, dst_cx_states); in push_cxx_to_hypervisor()
124 cx = &_pr->power.states[i]; in push_cxx_to_hypervisor()
159 memcpy(&(dst_states[i]), &(_pr->performance->states[i]), in xen_copy_pss_data()
233 set_xen_guest_handle(dst_perf->states, dst_states); in push_pxx_to_hypervisor()
258 (u32) perf->states[i].core_frequency, in push_pxx_to_hypervisor()
259 (u32) perf->states[i].power, in push_pxx_to_hypervisor()
260 (u32) perf->states[i].transition_latency); in push_pxx_to_hypervisor()
286 if (_pr->performance && _pr->performance->states) in upload_pm_data()
DKconfig250 select the proper Cx and Pxx states. It also registers itself as the
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt16 (*) The set of states.
99 states.
102 wakes up in that state. There are four logical sets of states:
104 (1) Preparation: states that wait for the parent objects to become ready. The
108 (2) Initialisation: states that perform lookups in the cache and validate
111 (3) Normal running: states that allow netfs operations on objects to proceed
114 (4) Termination: states that detach objects from their netfs cookies, that
119 In most cases, transitioning between states is in response to signalled events.
130 The work to be done by the various states was given CPU time by the threads of
158 The object state machine has a set of states that it can be in. There are
[all …]
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DCore.py95 states = {
102 if state not in states:
105 return states[state]
/linux-4.1.27/tools/lib/traceevent/
Dplugin_sched_switch.c28 const char states[] = "SDTtZXxW"; in write_state() local
32 for (i = 0; i < (sizeof(states) - 1); i++) { in write_state()
40 trace_seq_putc(s, states[i]); in write_state()
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt79 Each CPU has one of these states assigned to it at any point in time.
80 The CPU states are described in the "CPU state" section, below.
84 to introduce additional states in order to avoid races between different
86 level states are described in the "Cluster state" section.
88 To help distinguish the CPU states from cluster states in this
89 discussion, the state names are given a CPU_ prefix for the CPU states,
90 and a CLUSTER_ or INBOUND_ prefix for the cluster states.
102 The algorithm defines the following states for each CPU in the system:
122 The definitions of the four states correspond closely to the states of
125 Transitions between states occur as follows.
[all …]
Dvlocks.txt103 my_state = states[(this_cpu >> 8) & 0xf];
/linux-4.1.27/arch/arm/mach-davinci/
Dcpuidle.c63 .states[0] = ARM_CPUIDLE_WFI_STATE,
64 .states[1] = {
/linux-4.1.27/arch/arm/boot/dts/
Dqcom-apq8084.dtsi25 cpu-idle-states = <&CPU_SPC>;
36 cpu-idle-states = <&CPU_SPC>;
47 cpu-idle-states = <&CPU_SPC>;
58 cpu-idle-states = <&CPU_SPC>;
67 idle-states {
Dqcom-msm8974.dtsi25 cpu-idle-states = <&CPU_SPC>;
36 cpu-idle-states = <&CPU_SPC>;
47 cpu-idle-states = <&CPU_SPC>;
58 cpu-idle-states = <&CPU_SPC>;
67 idle-states {
Dr8a7791-henninger.dts56 gpios-states = <1>;
57 states = <3300000 1
78 gpios-states = <1>;
79 states = <3300000 1
Dqcom-apq8064.dtsi26 cpu-idle-states = <&CPU_SPC>;
37 cpu-idle-states = <&CPU_SPC>;
48 cpu-idle-states = <&CPU_SPC>;
59 cpu-idle-states = <&CPU_SPC>;
67 idle-states {
Dr8a7791-koelsch.dts192 gpios-states = <1>;
193 states = <3300000 1
216 gpios-states = <1>;
217 states = <3300000 1
240 gpios-states = <1>;
241 states = <3300000 1
Dvexpress-v2p-ca15_a7.dts41 cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
49 cpu-idle-states = <&CLUSTER_SLEEP_BIG>;
57 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
65 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
73 cpu-idle-states = <&CLUSTER_SLEEP_LITTLE>;
76 idle-states {
Dr8a7790-lager.dts148 gpios-states = <1>;
149 states = <3300000 1
172 gpios-states = <1>;
173 states = <3300000 1
Dste-href-family-pinctrl.dtsi17 /* Settings for all UART default and sleep states */
113 /* Settings for all I2C default and sleep states */
218 /* Settings for all SPI default and sleep states */
279 /* Settings for all MMC/SD/SDIO default and sleep states */
Dste-href.dtsi125 states = <1800000 0x1
Dr8a7740-armadillo800eva.dts66 states = <3300000 0
Dexynos4412-trats2.dts996 sleep0: sleep-states {
1099 sleep1: sleep-states {
1252 sleep2: sleep-states {
1267 sleep3: sleep-states {
Dste-snowball.dts162 states = <1800000 0x1
Ddra72-evm.dts270 lines-initial-states = <0x1408>;
/linux-4.1.27/drivers/input/
Dff-memless.c61 struct ml_effect_state states[FF_MEMLESS_EFFECTS]; member
137 state = &ml->states[i]; in ml_schedule_timer()
353 state = &ml->states[i]; in ml_get_combo_effect()
439 __clear_bit(FF_EFFECT_PLAYING, &ml->states[i].flags); in ml_ff_set_gain()
450 struct ml_effect_state *state = &ml->states[effect_id]; in ml_ff_playback()
481 struct ml_effect_state *state = &ml->states[effect->id]; in ml_ff_upload()
555 ml->states[i].effect = &ff->effects[i]; in input_ff_create_memless()
/linux-4.1.27/arch/arm/mach-tegra/
Dcpuidle-tegra20.c54 .states = {
220 tegra_idle_driver.states[1].disabled = true; in tegra20_cpuidle_pcie_irqs_in_use()
Dcpuidle-tegra114.c70 .states = {
Dcpuidle-tegra30.c50 .states = {
/linux-4.1.27/Documentation/trace/
Devents-power.txt7 o Power state switch which reports events related to suspend (S-states),
8 cpuidle (C-states) and cpufreq (P-states)
42 correctly draw the states diagrams and to calculate accurate statistics etc.
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-bindings.txt17 states. The number and names of those states is defined by the client device's
22 configuration used by those states.
31 they require certain specific named states for dynamic pin configuration.
41 Each client device's own binding determines the set of states that must be
61 the binding for that IP block requires certain pin states to
70 pinctrl-names: The list of names to assign states. List entry 0 defines the
76 /* For a client device requiring named states */
/linux-4.1.27/drivers/iommu/
Damd_iommu_v2.c67 struct pasid_state **states; member
162 root = dev_state->states; in __get_pasid_state_ptr()
348 free_pasid_states_level2(dev_state->states); in free_pasid_states()
350 free_pasid_states_level1(dev_state->states); in free_pasid_states()
354 free_page((unsigned long)dev_state->states); in free_pasid_states()
772 dev_state->states = (void *)get_zeroed_page(GFP_KERNEL); in amd_iommu_init_device()
773 if (dev_state->states == NULL) in amd_iommu_init_device()
808 free_page((unsigned long)dev_state->states); in amd_iommu_init_device()
/linux-4.1.27/Documentation/cpu-freq/
Dintel-pstate.txt30 available (P states) performance may be reduced by the no_turbo
37 no_turbo: limits the driver to selecting P states below the turbo
49 processor itself and the P-states exposed to software are related to
Dpcc-cpufreq.txt83 or throttle states (_PSS, _TSS and related ACPI objects) to OSPM. Therefore,
/linux-4.1.27/include/acpi/
Dprocessor.h71 struct acpi_processor_cx states[ACPI_PROCESSOR_MAX_POWER]; member
110 struct acpi_processor_px *states; member
167 struct acpi_processor_tx states[ACPI_PROCESSOR_MAX_THROTTLING]; member
Dacpi_bus.h286 struct acpi_device_power_state states[ACPI_D_STATE_COUNT]; /* Power states (D0-D3Cold) */ member
309 struct acpi_device_perf_state *states; member
604 return adev->power.states[ACPI_STATE_D3_COLD].flags.os_accessible; in acpi_device_can_poweroff()
/linux-4.1.27/Documentation/networking/
Dxfrm_proc.txt40 No matching template for states
43 No policy is found for states
Dbaycom.txt83 sethdlc from the ax25 utilities may be used to set driver states etc.
D00-INDEX162 - Overview of network interface operational states.
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c179 list_for_each_entry(pstate, &clk->states, head) { in nvkm_pstate_prog()
362 list_add_tail(&pstate->head, &clk->states); in nvkm_pstate_new()
380 list_for_each_entry(pstate, &clk->states, head) { in nvkm_clk_ustate_update()
524 list_for_each_entry_safe(pstate, temp, &clk->states, head) { in _nvkm_clk_dtor()
548 INIT_LIST_HEAD(&clk->states); in nvkm_clk_create_()
565 list_add_tail(&pstates[idx].head, &clk->states); in nvkm_clk_create_()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dqp.c884 enum mlx4_qp_state states[] = { in mlx4_qp_to_ready() enum
891 for (i = 0; i < ARRAY_SIZE(states) - 1; i++) { in mlx4_qp_to_ready()
893 context->flags |= cpu_to_be32(states[i + 1] << 28); in mlx4_qp_to_ready()
894 if (states[i + 1] != MLX4_QP_STATE_RTR) in mlx4_qp_to_ready()
896 err = mlx4_qp_modify(dev, mtt, states[i], states[i + 1], in mlx4_qp_to_ready()
900 states[i + 1], err); in mlx4_qp_to_ready()
904 *qp_state = states[i + 1]; in mlx4_qp_to_ready()
/linux-4.1.27/include/linux/regulator/
Dgpio-regulator.h80 struct gpio_regulator_state *states; member
/linux-4.1.27/arch/arm/mach-imx/
Dcpuidle-imx5.c23 .states[0] = {
Dcpuidle-imx6sl.c35 .states = {
Dcpuidle-imx6q.c48 .states = {
Dcpuidle-imx6sx.c61 .states = {
/linux-4.1.27/include/linux/input/
Dgpio_tilt.h63 struct gpio_tilt_state *states; member
/linux-4.1.27/Documentation/input/
Dgpio-tilt.txt20 The array of struct gpio_tilt_state maps gpio states to the corresponding
87 .states = sg060_tilt_states,
Drotary-encoder.txt12 Some encoders have both outputs low in stable states, whereas others also have
44 states b) and d) given that the new stable state is different from the last
Diforce-protocol.txt45 ** Device effects states
/linux-4.1.27/arch/s390/mm/
DMakefile6 obj-y += page-states.o gup.o extable.o pageattr.o mem_detect.o
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dcpuidle.c46 .states = {
/linux-4.1.27/drivers/block/
Dpktcdvd.c1443 static void pkt_count_states(struct pktcdvd_device *pd, int *states) in pkt_count_states() argument
1449 states[i] = 0; in pkt_count_states()
1453 states[pkt->state]++; in pkt_count_states()
1497 int states[PACKET_NUM_STATES]; in kcdrwd() local
1498 pkt_count_states(pd, states); in kcdrwd()
1500 states[0], states[1], states[2], in kcdrwd()
1501 states[3], states[4], states[5]); in kcdrwd()
2542 int states[PACKET_NUM_STATES]; in pkt_seq_show() local
2589 pkt_count_states(pd, states); in pkt_seq_show()
2591 states[0], states[1], states[2], states[3], states[4], states[5]); in pkt_seq_show()
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-class-udc89 states are: 'not-attached', 'attached', 'powered',
92 Controllers support reporting all states.
/linux-4.1.27/drivers/input/misc/
Dgpio_tilt_polled.c57 if (pdata->states[i].gpios == state) in gpio_tilt_polled_poll()
58 tilt_state = &pdata->states[i]; in gpio_tilt_polled_poll()
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dm_can.txt16 - pinctrl-<n> : Pinctrl states as described in bindings/pinctrl/pinctrl-bindings.txt
17 - pinctrl-names : Names corresponding to the numbered pinctrl states
/linux-4.1.27/tools/power/cpupower/
DToDo5 - Try to read out boost states and frequencies on Intel
/linux-4.1.27/Documentation/devicetree/bindings/extcon/
Dextcon-usb-gpio.txt3 This is a virtual device used to generate USB cable states from the USB ID pin
/linux-4.1.27/Documentation/video4linux/
Dnot-in-cx2388x-datasheet.txt38 Datasheet incorrectly states to use 47 decimal. 188 is the length.
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/
Dpmu-sram.txt6 even in low power states in the system.
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt47 frequency scaling (DVFS), and uses lower frequencies as cooling states.
53 Any cooling device has a range of cooling states (i.e. different levels
54 of heat dissipation). For example a fan's cooling states correspond to
55 the different fan speeds possible. Cooling states are referred to by
57 dissipation. The precise set of cooling states associated with a device
206 * The cooling states possible are 0..3, and they are
299 different cooling states 0-9. It is used to remove the heat out of
300 the thermal zone 'cpu-thermal' using its cooling states
305 using all its cooling states at trip point 'cpu_alert1',
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dsoc-ac97link.txt6 - pinctrl-names: Has to contain following states to setup the correct
/linux-4.1.27/Documentation/scsi/
Dlink_power_management_policy.txt9 when coming out of lower power states.
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel.c1922 xlo = &excl_cntrs->states[o_tid]; in intel_start_scheduling()
1923 xl = &excl_cntrs->states[tid]; in intel_start_scheduling()
1959 xlo = &excl_cntrs->states[o_tid]; in intel_stop_scheduling()
1960 xl = &excl_cntrs->states[tid]; in intel_stop_scheduling()
2012 xl = &excl_cntrs->states[tid]; in intel_get_excl_constraints()
2013 xlo = &excl_cntrs->states[o_tid]; in intel_get_excl_constraints()
2146 xl = &excl_cntrs->states[tid]; in intel_put_excl_constraints()
2147 xlo = &excl_cntrs->states[o_tid]; in intel_put_excl_constraints()
2224 xl = &excl_cntrs->states[tid]; in intel_commit_scheduling()
2225 xlo = &excl_cntrs->states[o_tid]; in intel_commit_scheduling()
[all …]
Dperf_event.h144 struct intel_excl_states states[2]; member
/linux-4.1.27/Documentation/devicetree/bindings/pwm/
Datmel-hlcdc-pwm.txt10 - pinctrl-0: should contain the pinctrl states described by pinctrl
/linux-4.1.27/Documentation/cma/
Ddebugfs.txt14 - [RO] bitmap: The bitmap of page states in the zone.
/linux-4.1.27/drivers/pinctrl/
Dcore.h69 struct list_head states; member
Dcore.c681 list_for_each_entry(state, &p->states, node) in find_state()
703 list_add_tail(&state->node, &p->states); in create_state()
808 INIT_LIST_HEAD(&p->states); in create_pinctrl()
915 list_for_each_entry_safe(state, n1, &p->states, node) { in pinctrl_free()
1512 list_for_each_entry(state, &p->states, node) { in pinctrl_show()
/linux-4.1.27/drivers/scsi/
Daha152x.c612 } states[] = { variable
2325 if(PREVSTATE!=STATE && states[PREVSTATE].end) in is_complete()
2326 states[PREVSTATE].end(shpnt); in is_complete()
2333 if(states[PREVSTATE].spio && !states[STATE].spio) { in is_complete()
2355 if(!states[PREVSTATE].spio && states[STATE].spio) { in is_complete()
2366 if(PREVSTATE!=STATE && states[STATE].init) in is_complete()
2367 states[STATE].init(shpnt); in is_complete()
2373 if(states[STATE].run) in is_complete()
2374 states[STATE].run(shpnt); in is_complete()
2530 …seq_printf(m, "\n%s: %s(%s) ", CURRENT_SC ? "on bus" : "waiting", states[STATE].name, states[PREVS… in get_ports()
[all …]
Draid_class.c186 #define raid_attr_ro_states(attr, states, code) \ argument
190 name = raid_##states##_name(rd->attr); \
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dgpio-fan.txt16 min and max states are derived from the speed-map of the fan.
Dgpio-pcf857x.txt39 - lines-initial-states: Bitmask that specifies the initial state of each
/linux-4.1.27/kernel/sched/
Didle.c153 idle_set_state(this_rq(), &drv->states[next_state]); in cpuidle_idle_call()
/linux-4.1.27/include/xen/interface/
Dplatform.h372 GUEST_HANDLE(xen_processor_cx) states; /* supported c states */
409 GUEST_HANDLE(xen_processor_px) states;
/linux-4.1.27/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt83 this work, we need to set the named pinctrl states "default" and "idle".
90 2. specify pinctrl states "default" and "idle", "sleep" is optional.
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt36 Currently, P-states, T-states (clock modulation), and CPU offlining
39 On Intel CPUs, C-states provide effective power reduction, but so far
140 also true for the ability of a system to enter package level C-states.
241 thus not able to enter package C- states at the expected ratio. But
/linux-4.1.27/Documentation/devicetree/bindings/drm/atmel/
Dhlcdc-dc.txt9 - pinctrl-0: should contain the default pinctrl states.
/linux-4.1.27/arch/arm/mach-omap2/
Dcpuidle44xx.c191 .states = {
Dcpuidle34xx.c263 .states = {
/linux-4.1.27/drivers/pwm/
Dpwm-renesas-tpu.c111 static const char * const states[] = { "inactive", "PWM", "active" }; in tpu_pwm_set_pin() local
114 pwm->channel, states[state]); in tpu_pwm_set_pin()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dclk.h79 struct list_head states; member
/linux-4.1.27/drivers/media/v4l2-core/
DKconfig2 # Generic video config states
/linux-4.1.27/drivers/idle/
Dintel_idle.c663 struct cpuidle_state *state = &drv->states[index]; in intel_idle()
698 unsigned long eax = flg2MWAIT(drv->states[index].flags); in intel_idle_freeze()
993 drv->states[drv->state_count] = /* structure copy */ in intel_idle_cpuidle_driver_init()
/linux-4.1.27/Documentation/
Drfkill.txt42 the system know about hardware-disabled states that may be implemented on
46 ways for userspace to query the current states. See the "Userspace support"
Dcpu-load.txt28 switched between various states multiple times between two timer
Dpinctrl.txt1052 named states. When running on hardware that doesn't need any pin controller
1053 configuration, the mapping table must still contain those named states, in
1054 order to explicitly indicate that the states were provided and intended to
1174 handling of the pinctrl handles and states.
1284 Again, it is discouraged to let drivers lookup and select pin control states
1361 "Advanced mapping" above. So that for an SPI device, we have two states named
/linux-4.1.27/include/linux/
Dcpuidle.h118 struct cpuidle_state states[CPUIDLE_STATE_MAX]; member
/linux-4.1.27/Documentation/cgroups/
Dfreezer-subsystem.txt55 parent (parent-state). Iff both states are THAWED, the cgroup is
63 "FREEZING" or "FROZEN". This is the combined self and parent-states.
/linux-4.1.27/drivers/mailbox/
DKconfig54 states). Select this driver if your platform implements the
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dctrl.c105 list_for_each_entry(pstate, &clk->states, head) { in nvkm_control_mthd_pstate_attr()
/linux-4.1.27/Documentation/virtual/kvm/
Dtimekeeping.txt388 3.4) TSC and C-states
390 C-states, or idling states of the processor, especially C1E and deeper sleep
391 states may be problematic for TSC as well. The TSC may stop advancing in such
399 3.5) TSC frequency change / P-states
419 3.6) TSC and STPCLK / T-states
453 X86_FEATURE_CONSTANT_TSC : The TSC rate is unchanged with P-states
454 X86_FEATURE_NONSTOP_TSC : The TSC does not stop in C-states
/linux-4.1.27/Documentation/devicetree/bindings/net/
Drockchip-dwmac.txt21 - pinctrl-names: Names corresponding to the numbered pinctrl states.
/linux-4.1.27/scripts/
Dgen_initramfs_list.sh33 sequentially and immediately. -u and -g states are preserved across
/linux-4.1.27/kernel/power/
DKconfig6 Allow the system to enter sleep states in which main memory is
46 for suspend states like suspend-to-RAM (STR) often don't work very
137 (low power) states, for example after a specified period of inactivity
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt35 to define a required pinctrl state named "default" and optional pinctrl states:
36 "idle", "active-a", active-b". These optional states can be used to switch the
/linux-4.1.27/net/bluetooth/
DKconfig99 Provide extensive information about internal Bluetooth states
/linux-4.1.27/drivers/extcon/
DKconfig7 multiple states; i.e., an extcon that may have multiple
/linux-4.1.27/tools/perf/Documentation/
Dperf-timechart.txt19 and CPU events (task switches, running times, CPU power states, etc),
/linux-4.1.27/tools/power/cpupower/po/
Dde.po150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
803 msgid "CPU %u: No idle states\n"
818 msgid "Number of idle states: %d\n"
823 msgid "Available idle states:"
889 msgid "states:\t\n"
Dcs.po153 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
792 msgid "CPU %u: No idle states\n"
807 msgid "Number of idle states: %d\n"
812 msgid "Available idle states:"
878 msgid "states:\t\n"
Dit.po150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
801 msgid "CPU %u: No idle states\n"
816 msgid "Number of idle states: %d\n"
821 msgid "Available idle states:"
887 msgid "states:\t\n"
Dfr.po150 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
792 msgid "CPU %u: No idle states\n"
807 msgid "Number of idle states: %d\n"
812 msgid "Available idle states:"
878 msgid "states:\t\n"
Dpt.po148 msgid "Monitor \"%s\" (%d states) - Might overflow after %u s\n"
803 msgid "CPU %u: No idle states\n"
818 msgid "Number of idle states: %d\n"
823 msgid "Available idle states:"
889 msgid "states:\t\n"
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt47 signals the codec when to change power states.
Dcodec.txt144 Power states:-
/linux-4.1.27/arch/parisc/kernel/
Dperf_asm.S130 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any
1380 ; NOTE: The PCX-U ERS states that DR2_SLOW_RET must be set before any
/linux-4.1.27/drivers/power/
Dabx500_chargalg.c128 static const char *states[] = { variable
342 states[di->charge_state], in abx500_chargalg_state_to()
344 states[state]); in abx500_chargalg_state_to()
1444 states[di->charge_state], in abx500_chargalg_algorithm()
/linux-4.1.27/include/net/
Dxfrm.h1748 static inline void xfrm_states_put(struct xfrm_state **states, int n) in xfrm_states_put() argument
1752 xfrm_state_put(*(states + i)); in xfrm_states_put()
1755 static inline void xfrm_states_delete(struct xfrm_state **states, int n) in xfrm_states_delete() argument
1759 xfrm_state_delete(*(states + i)); in xfrm_states_delete()
/linux-4.1.27/drivers/mtd/nand/
Dnandsim.c382 uint32_t states[NS_OPER_STATES]; /* operation's states */ member
1268 if (!(ops[i].states[ns->npstates] & STATE_ADDR_MASK)) in find_operation()
1271 if (NS_STATE(ns->state) != NS_STATE(ops[i].states[ns->npstates])) in find_operation()
1276 if (NS_STATE(ops[i].states[j]) != NS_STATE(ns->pstates[j]) in find_operation()
1290 ns->op = &ops[idx].states[0]; in find_operation()
/linux-4.1.27/drivers/staging/speakup/
Dmain.c1205 int i = 0, states, key_data_len; in spk_set_key_info() local
1214 states = (int)cp[1]; in spk_set_key_info()
1215 key_data_len = (states + 1) * (num_keys + 1); in spk_set_key_info()
1226 for (i = 1; i <= states; i++) { in spk_set_key_info()
1237 cp1 += states + 1; in spk_set_key_info()
/linux-4.1.27/Documentation/device-mapper/
Dcache-policies.txt20 doesn't update states (eg, hit counts) for a block more than once
Dsnapshot.txt6 *) To create snapshots of any block device i.e. mountable, saved states of
Ddm-raid.txt177 <sync_action> One of the following possible states:
/linux-4.1.27/drivers/gpu/drm/radeon/
Dpptable.h442 ATOM_PPLIB_STATE_V2 states[1]; member
Dr600_dpm.c1079 ATOM_PPLIB_VCE_State_Table *states = in r600_parse_extended_power_table() local
1099 state_entry = &states->entries[0]; in r600_parse_extended_power_table()
1113 for (i = 0; i < states->numEntries; i++) { in r600_parse_extended_power_table()
/linux-4.1.27/Documentation/locking/
Dlockstat.txt41 <> - states
Dlockdep-design.txt54 The bit position indicates STATE, STATE-read, for each of the states listed
69 following states are exclusive, and only one of them is allowed to be
/linux-4.1.27/Documentation/RCU/
Drcu.txt33 three states, we know that that CPU has exited any previous RCU
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.c51 static char *states[] = { variable
260 PDBG("%s - %s -> %s\n", __func__, states[epc->state], states[new]); in state_set()
285 PDBG("%s ep %p state %s\n", __func__, ep, states[state_read(&ep->com)]); in __free_ep()
2081 states[ep->com.state], abrupt); in iwch_ep_disconnect()
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt7 3) Setting mount states
138 3) Setting mount states
141 states:
235 5a) Mount states
237 A given mount can be in one of the following states
Dmandatory-locking.txt91 contravention of SVID 3, which states that only calls to open() with the
/linux-4.1.27/drivers/md/bcache/
Dsysfs.c113 const char *states[] = { "no cache", "clean", "dirty", "inconsistent" }; in SHOW() local
176 sysfs_print(state, states[BDEV_STATE(&dc->sb)]); in SHOW()
/linux-4.1.27/arch/arm/mach-pxa/
Dmagician.c615 .states = bq24022_states,
Dhx4700.c724 .states = bq24022_states,
/linux-4.1.27/Documentation/devicetree/bindings/c6x/
Ddscr.txt81 for device states controlled by the DSCR. Each tuple describes a range of
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcpci.c99 unsigned char states; member
188 hc->hw.states = 1; /* G1 */ in hfcpci_setmode()
192 hc->hw.states = 2; /* F2 */ in hfcpci_setmode()
195 Write_hfc(hc, HFCPCI_STATES, HFCPCI_LOAD_STATE | hc->hw.states); in hfcpci_setmode()
197 Write_hfc(hc, HFCPCI_STATES, hc->hw.states | 0x40); /* Deactivate */ in hfcpci_setmode()
/linux-4.1.27/Documentation/sound/alsa/
DChannel-Mapping-API.txt153 other states, it shall return an error.
/linux-4.1.27/drivers/media/i2c/
Dad9389b.c358 static const char * const states[] = { in ad9389b_log_status() local
398 states[ad9389b_rd(sd, 0xc8) & 0xf], in ad9389b_log_status()
Dadv7511.c422 static const char * const states[] = { in adv7511_log_status() local
456 states[adv7511_rd(sd, 0xc8) & 0xf], in adv7511_log_status()
/linux-4.1.27/Documentation/PCI/
Dpci-error-recovery.txt86 The possible channel states are:
205 >>> into one of the next states, that is, link reset or slot reset.
274 and results in device's state machines, hardware logic, port states and
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt126 …ks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync show-task-states(T) Unmount show-bl…
/linux-4.1.27/Documentation/vm/
Dhwpoison.txt22 * Handles page cache pages in various states. The tricky part
/linux-4.1.27/Documentation/leds/
Dledtrig-transient.txt109 default states it defines for the LED in its brightness_set()
/linux-4.1.27/Documentation/powerpc/
Dtransactional_memory.txt100 state. Signal delivery 'treclaim's to capture both register states, so signals
/linux-4.1.27/arch/arm/mach-shmobile/
Dboard-armadillo800eva.c712 .states = vccq_sdhi0_states,
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_mbx.c1569 qla2x00_get_firmware_state(scsi_qla_host_t *vha, uint16_t *states) in qla2x00_get_firmware_state() argument
1589 states[0] = mcp->mb[1]; in qla2x00_get_firmware_state()
1591 states[1] = mcp->mb[2]; in qla2x00_get_firmware_state()
1592 states[2] = mcp->mb[3]; in qla2x00_get_firmware_state()
1593 states[3] = mcp->mb[4]; in qla2x00_get_firmware_state()
1594 states[4] = mcp->mb[5]; in qla2x00_get_firmware_state()
1595 states[5] = mcp->mb[6]; /* DPORT status */ in qla2x00_get_firmware_state()
/linux-4.1.27/Documentation/arm64/
Dacpi_object_usage.txt509 still be useful into the future. C-states and P-states will still be

12