/linux-4.1.27/drivers/cpuidle/governors/ |
D | ladder.c | 41 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 …]
|
D | menu.c | 334 !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/ |
D | gpio-regulator.c | 45 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/ |
D | cpuidle-mvebu-v7.c | 36 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] = {
|
D | cpuidle-big_little.c | 65 .states[0] = ARM_CPUIDLE_WFI_STATE, 66 .states[1] = { 86 .states[0] = ARM_CPUIDLE_WFI_STATE, 87 .states[1] = {
|
D | cpuidle-at91.c | 40 .states[0] = ARM_CPUIDLE_WFI_STATE, 41 .states[1] = {
|
D | cpuidle-kirkwood.c | 44 .states[0] = ARM_CPUIDLE_WFI_STATE, 45 .states[1] = {
|
D | cpuidle.c | 69 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()
|
D | cpuidle-exynos.c | 82 .states = { 99 .states = {
|
D | cpuidle-cps.c | 76 .states = { 154 cps_driver.states[i].flags |= CPUIDLE_FLAG_COUPLED; in cps_cpuidle_init()
|
D | driver.c | 173 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()
|
D | cpuidle-zynq.c | 48 .states = {
|
D | cpuidle-calxeda.c | 53 .states = {
|
D | cpuidle-clps711x.c | 33 .states[0] = {
|
D | Kconfig.arm | 9 It provides a generic idle driver whose idle states are configured 24 define different C-states for little and big cores through the
|
D | Kconfig.mips | 16 the deepest idle states you will need to ensure that you are
|
D | cpuidle-ux500.c | 97 .states = {
|
D | cpuidle-arm.c | 71 .states[0] = {
|
D | dt_idle_states.c | 192 idle_state = &drv->states[state_idx++]; in dt_init_idle_driver()
|
D | cpuidle-pseries.c | 217 drv->states[drv->state_count] = /* structure copy */ in pseries_cpuidle_driver_init()
|
D | cpuidle-powernv.c | 150 drv->states[drv->state_count] = /* structure copy */ in powernv_cpuidle_driver_init()
|
D | coupled.c | 186 return drv->states[state].flags & CPUIDLE_FLAG_COUPLED; in cpuidle_state_is_coupled()
|
D | sysfs.c | 408 kobj->state = &drv->states[i]; in cpuidle_add_state_sysfs()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 2 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 …]
|
D | psci.txt | 58 idle-states node entry-method property is set 101 [1] Kernel documentation - ARM idle states bindings 102 Documentation/devicetree/bindings/arm/idle-states.txt
|
D | primecell.txt | 23 - pinctrl-<n> : Pinctrl states as described in bindings/pinctrl/pinctrl-bindings.txt 24 - pinctrl-names : Names corresponding to the numbered pinctrl states
|
D | cpus.txt | 225 - 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/ |
D | ia64-acpi-cpufreq.c | 93 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 …]
|
D | acpi-cpufreq.c | 208 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 …]
|
D | e_powersaver.c | 188 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()
|
D | powernow-k8.c | 731 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()
|
D | powernow-k7.c | 352 pc.val = (unsigned long) acpi_processor_perf->states[0].control; in powernow_acpi_init() 356 &acpi_processor_perf->states[i]; in powernow_acpi_init()
|
D | Kconfig.x86 | 66 performance states through SFI.
|
D | longhaul.c | 877 cx = &pr->power.states[ACPI_STATE_C3]; in longhaul_cpu_init()
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 101 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/ |
D | processor_idle.c | 178 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 …]
|
D | processor_perflib.c | 105 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()
|
D | device_pm.c | 135 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()
|
D | power.c | 450 &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()
|
D | scan.c | 1103 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 …]
|
D | processor_throttling.c | 711 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/ |
D | cstate.c | 64 } 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/ |
D | gpio-regulator.txt | 5 - 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
|
D | max77802.txt | 32 mode during system suspend. The standard regulator suspend states binding can
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | misc.c | 6 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()
|
D | amd.c | 112 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()
|
D | helpers.h | 136 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/ |
D | i2c-mux-pinctrl.c | 32 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/ |
D | sysfs-devices-power | 15 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 …]
|
D | sysfs-devices-power_state | 17 higher-power (lower-number) states may also be ON because of
|
D | sysfs-power | 13 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
|
D | sysfs-class-extcon | 63 multiple cable states of an extcon device simultaneously.
|
D | sysfs-class-devfreq | 53 the number of transitions between states.
|
/linux-4.1.27/arch/sh/kernel/cpu/shmobile/ |
D | cpuidle.c | 57 .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/ |
D | README.txt | 15 conn-states-8.dot, disk-states-8.dot, node-states-8.dot
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/ |
D | qcom,idle-state.txt | 3 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/ |
D | states.txt | 5 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
|
D | 00-INDEX | 31 states.txt 32 - System power management states
|
D | interface.txt | 10 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.
|
D | devices.txt | 22 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 …]
|
D | pci.txt | 28 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 …]
|
D | runtime_pm.txt | 16 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.
|
D | suspend-and-interrupts.txt | 60 from sleep states, especially if they are used for different purposes (e.g. as
|
D | swsusp.txt | 25 * power states like "standby", which normally don't turn USB off.) 93 Sleep states summary
|
/linux-4.1.27/Documentation/cpuidle/ |
D | driver.txt | 11 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
|
D | sysfs.txt | 90 then all deeper states are disabled as well, but the disable variable
|
/linux-4.1.27/drivers/xen/ |
D | xen-acpi-processor.c | 76 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()
|
D | Kconfig | 250 select the proper Cx and Pxx states. It also registers itself as the
|
/linux-4.1.27/Documentation/filesystems/caching/ |
D | object.txt | 16 (*) 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/ |
D | Core.py | 95 states = { 102 if state not in states: 105 return states[state]
|
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_sched_switch.c | 28 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/ |
D | cluster-pm-race-avoidance.txt | 79 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 …]
|
D | vlocks.txt | 103 my_state = states[(this_cpu >> 8) & 0xf];
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | cpuidle.c | 63 .states[0] = ARM_CPUIDLE_WFI_STATE, 64 .states[1] = {
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | qcom-apq8084.dtsi | 25 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 {
|
D | qcom-msm8974.dtsi | 25 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 {
|
D | r8a7791-henninger.dts | 56 gpios-states = <1>; 57 states = <3300000 1 78 gpios-states = <1>; 79 states = <3300000 1
|
D | qcom-apq8064.dtsi | 26 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 {
|
D | r8a7791-koelsch.dts | 192 gpios-states = <1>; 193 states = <3300000 1 216 gpios-states = <1>; 217 states = <3300000 1 240 gpios-states = <1>; 241 states = <3300000 1
|
D | vexpress-v2p-ca15_a7.dts | 41 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 {
|
D | r8a7790-lager.dts | 148 gpios-states = <1>; 149 states = <3300000 1 172 gpios-states = <1>; 173 states = <3300000 1
|
D | ste-href-family-pinctrl.dtsi | 17 /* 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 */
|
D | ste-href.dtsi | 125 states = <1800000 0x1
|
D | r8a7740-armadillo800eva.dts | 66 states = <3300000 0
|
D | exynos4412-trats2.dts | 996 sleep0: sleep-states { 1099 sleep1: sleep-states { 1252 sleep2: sleep-states { 1267 sleep3: sleep-states {
|
D | ste-snowball.dts | 162 states = <1800000 0x1
|
D | dra72-evm.dts | 270 lines-initial-states = <0x1408>;
|
/linux-4.1.27/drivers/input/ |
D | ff-memless.c | 61 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/ |
D | cpuidle-tegra20.c | 54 .states = { 220 tegra_idle_driver.states[1].disabled = true; in tegra20_cpuidle_pcie_irqs_in_use()
|
D | cpuidle-tegra114.c | 70 .states = {
|
D | cpuidle-tegra30.c | 50 .states = {
|
/linux-4.1.27/Documentation/trace/ |
D | events-power.txt | 7 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/ |
D | pinctrl-bindings.txt | 17 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/ |
D | amd_iommu_v2.c | 67 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/ |
D | intel-pstate.txt | 30 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
|
D | pcc-cpufreq.txt | 83 or throttle states (_PSS, _TSS and related ACPI objects) to OSPM. Therefore,
|
/linux-4.1.27/include/acpi/ |
D | processor.h | 71 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
|
D | acpi_bus.h | 286 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/ |
D | xfrm_proc.txt | 40 No matching template for states 43 No policy is found for states
|
D | baycom.txt | 83 sethdlc from the ax25 utilities may be used to set driver states etc.
|
D | 00-INDEX | 162 - Overview of network interface operational states.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | base.c | 179 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/ |
D | qp.c | 884 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/ |
D | gpio-regulator.h | 80 struct gpio_regulator_state *states; member
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | cpuidle-imx5.c | 23 .states[0] = {
|
D | cpuidle-imx6sl.c | 35 .states = {
|
D | cpuidle-imx6q.c | 48 .states = {
|
D | cpuidle-imx6sx.c | 61 .states = {
|
/linux-4.1.27/include/linux/input/ |
D | gpio_tilt.h | 63 struct gpio_tilt_state *states; member
|
/linux-4.1.27/Documentation/input/ |
D | gpio-tilt.txt | 20 The array of struct gpio_tilt_state maps gpio states to the corresponding 87 .states = sg060_tilt_states,
|
D | rotary-encoder.txt | 12 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
|
D | iforce-protocol.txt | 45 ** Device effects states
|
/linux-4.1.27/arch/s390/mm/ |
D | Makefile | 6 obj-y += page-states.o gup.o extable.o pageattr.o mem_detect.o
|
/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | cpuidle.c | 46 .states = {
|
/linux-4.1.27/drivers/block/ |
D | pktcdvd.c | 1443 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/ |
D | sysfs-class-udc | 89 states are: 'not-attached', 'attached', 'powered', 92 Controllers support reporting all states.
|
/linux-4.1.27/drivers/input/misc/ |
D | gpio_tilt_polled.c | 57 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/ |
D | m_can.txt | 16 - 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/ |
D | ToDo | 5 - Try to read out boost states and frequencies on Intel
|
/linux-4.1.27/Documentation/devicetree/bindings/extcon/ |
D | extcon-usb-gpio.txt | 3 This is a virtual device used to generate USB cable states from the USB ID pin
|
/linux-4.1.27/Documentation/video4linux/ |
D | not-in-cx2388x-datasheet.txt | 38 Datasheet incorrectly states to use 47 decimal. 188 is the length.
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/rockchip/ |
D | pmu-sram.txt | 6 even in low power states in the system.
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 47 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/ |
D | soc-ac97link.txt | 6 - pinctrl-names: Has to contain following states to setup the correct
|
/linux-4.1.27/Documentation/scsi/ |
D | link_power_management_policy.txt | 9 when coming out of lower power states.
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 1922 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 …]
|
D | perf_event.h | 144 struct intel_excl_states states[2]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | atmel-hlcdc-pwm.txt | 10 - pinctrl-0: should contain the pinctrl states described by pinctrl
|
/linux-4.1.27/Documentation/cma/ |
D | debugfs.txt | 14 - [RO] bitmap: The bitmap of page states in the zone.
|
/linux-4.1.27/drivers/pinctrl/ |
D | core.h | 69 struct list_head states; member
|
D | core.c | 681 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/ |
D | aha152x.c | 612 } 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 …]
|
D | raid_class.c | 186 #define raid_attr_ro_states(attr, states, code) \ argument 190 name = raid_##states##_name(rd->attr); \
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-fan.txt | 16 min and max states are derived from the speed-map of the fan.
|
D | gpio-pcf857x.txt | 39 - lines-initial-states: Bitmask that specifies the initial state of each
|
/linux-4.1.27/kernel/sched/ |
D | idle.c | 153 idle_set_state(this_rq(), &drv->states[next_state]); in cpuidle_idle_call()
|
/linux-4.1.27/include/xen/interface/ |
D | platform.h | 372 GUEST_HANDLE(xen_processor_cx) states; /* supported c states */ 409 GUEST_HANDLE(xen_processor_px) states;
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | ti-omap-hsmmc.txt | 83 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/ |
D | intel_powerclamp.txt | 36 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/ |
D | hlcdc-dc.txt | 9 - pinctrl-0: should contain the default pinctrl states.
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | cpuidle44xx.c | 191 .states = {
|
D | cpuidle34xx.c | 263 .states = {
|
/linux-4.1.27/drivers/pwm/ |
D | pwm-renesas-tpu.c | 111 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/ |
D | clk.h | 79 struct list_head states; member
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | Kconfig | 2 # Generic video config states
|
/linux-4.1.27/drivers/idle/ |
D | intel_idle.c | 663 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/ |
D | rfkill.txt | 42 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"
|
D | cpu-load.txt | 28 switched between various states multiple times between two timer
|
D | pinctrl.txt | 1052 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/ |
D | cpuidle.h | 118 struct cpuidle_state states[CPUIDLE_STATE_MAX]; member
|
/linux-4.1.27/Documentation/cgroups/ |
D | freezer-subsystem.txt | 55 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/ |
D | Kconfig | 54 states). Select this driver if your platform implements the
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | ctrl.c | 105 list_for_each_entry(pstate, &clk->states, head) { in nvkm_control_mthd_pstate_attr()
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 388 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/ |
D | rockchip-dwmac.txt | 21 - pinctrl-names: Names corresponding to the numbered pinctrl states.
|
/linux-4.1.27/scripts/ |
D | gen_initramfs_list.sh | 33 sequentially and immediately. -u and -g states are preserved across
|
/linux-4.1.27/kernel/power/ |
D | Kconfig | 6 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/ |
D | samsung-fimc.txt | 35 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/ |
D | Kconfig | 99 Provide extensive information about internal Bluetooth states
|
/linux-4.1.27/drivers/extcon/ |
D | Kconfig | 7 multiple states; i.e., an extcon that may have multiple
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 19 and CPU events (task switches, running times, CPU power states, etc),
|
/linux-4.1.27/tools/power/cpupower/po/ |
D | de.po | 150 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"
|
D | cs.po | 153 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"
|
D | it.po | 150 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"
|
D | fr.po | 150 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"
|
D | pt.po | 148 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/ |
D | overview.txt | 47 signals the codec when to change power states.
|
D | codec.txt | 144 Power states:-
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf_asm.S | 130 ; 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/ |
D | abx500_chargalg.c | 128 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/ |
D | xfrm.h | 1748 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/ |
D | nandsim.c | 382 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/ |
D | main.c | 1205 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/ |
D | cache-policies.txt | 20 doesn't update states (eg, hit counts) for a block more than once
|
D | snapshot.txt | 6 *) To create snapshots of any block device i.e. mountable, saved states of
|
D | dm-raid.txt | 177 <sync_action> One of the following possible states:
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | pptable.h | 442 ATOM_PPLIB_STATE_V2 states[1]; member
|
D | r600_dpm.c | 1079 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/ |
D | lockstat.txt | 41 <> - states
|
D | lockdep-design.txt | 54 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/ |
D | rcu.txt | 33 three states, we know that that CPU has exited any previous RCU
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 51 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/ |
D | sharedsubtree.txt | 7 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
|
D | mandatory-locking.txt | 91 contravention of SVID 3, which states that only calls to open() with the
|
/linux-4.1.27/drivers/md/bcache/ |
D | sysfs.c | 113 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/ |
D | magician.c | 615 .states = bq24022_states,
|
D | hx4700.c | 724 .states = bq24022_states,
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | dscr.txt | 81 for device states controlled by the DSCR. Each tuple describes a range of
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 99 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/ |
D | Channel-Mapping-API.txt | 153 other states, it shall return an error.
|
/linux-4.1.27/drivers/media/i2c/ |
D | ad9389b.c | 358 static const char * const states[] = { in ad9389b_log_status() local 398 states[ad9389b_rd(sd, 0xc8) & 0xf], in ad9389b_log_status()
|
D | adv7511.c | 422 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/ |
D | pci-error-recovery.txt | 86 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/ |
D | earlyprintk.txt | 126 …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/ |
D | hwpoison.txt | 22 * Handles page cache pages in various states. The tricky part
|
/linux-4.1.27/Documentation/leds/ |
D | ledtrig-transient.txt | 109 default states it defines for the LED in its brightness_set()
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 100 state. Signal delivery 'treclaim's to capture both register states, so signals
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-armadillo800eva.c | 712 .states = vccq_sdhi0_states,
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mbx.c | 1569 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/ |
D | acpi_object_usage.txt | 509 still be useful into the future. C-states and P-states will still be
|