/linux/drivers/cpuidle/ |
H A D | dt_idle_states.c | 20 static int init_state_node(struct cpuidle_state *idle_state, in init_state_node() argument 32 idle_state->enter = match_id->data; in init_state_node() 38 idle_state->enter_s2idle = match_id->data; in init_state_node() 41 &idle_state->exit_latency); in init_state_node() 64 idle_state->exit_latency = entry_latency + exit_latency; in init_state_node() 68 &idle_state->target_residency); in init_state_node() 79 idle_state->flags = CPUIDLE_FLAG_RCU_IDLE; in init_state_node() 81 idle_state->flags |= CPUIDLE_FLAG_TIMER_STOP; in init_state_node() 87 strscpy(idle_state->name, state_node->name, CPUIDLE_NAME_LEN); in init_state_node() 88 strscpy(idle_state->desc, desc, CPUIDLE_DESC_LEN); in init_state_node() [all …]
|
H A D | cpuidle-powernv.c | 193 int idle_state; in powernv_cpuidle_driver_init() local 198 for (idle_state = 0; idle_state < max_idle_state; ++idle_state) { in powernv_cpuidle_driver_init() 200 if (cpuidle_state_table[idle_state].enter == NULL) in powernv_cpuidle_driver_init() 204 cpuidle_state_table[idle_state]; in powernv_cpuidle_driver_init()
|
/linux/drivers/mux/ |
H A D | gpio.c | 54 s32 idle_state; in mux_gpio_probe() local 75 ret = device_property_read_u32(dev, "idle-state", (u32 *)&idle_state); in mux_gpio_probe() 76 if (ret >= 0 && idle_state != MUX_IDLE_AS_IS) { in mux_gpio_probe() 77 if (idle_state < 0 || idle_state >= mux_chip->mux->states) { in mux_gpio_probe() 78 dev_err(dev, "invalid idle-state %u\n", idle_state); in mux_gpio_probe() 82 mux_chip->mux->idle_state = idle_state; in mux_gpio_probe()
|
H A D | adg792a.c | 65 s32 idle_state[3]; in adg792a_probe() local 90 (u32 *)idle_state, in adg792a_probe() 93 idle_state[0] = MUX_IDLE_AS_IS; in adg792a_probe() 94 idle_state[1] = MUX_IDLE_AS_IS; in adg792a_probe() 95 idle_state[2] = MUX_IDLE_AS_IS; in adg792a_probe() 103 switch (idle_state[i]) { in adg792a_probe() 107 mux->idle_state = idle_state[i]; in adg792a_probe() 110 dev_err(dev, "invalid idle-state %d\n", idle_state[i]); in adg792a_probe()
|
H A D | adgs1408.c | 59 s32 idle_state; in adgs1408_probe() local 76 ret = device_property_read_u32(dev, "idle-state", (u32 *)&idle_state); in adgs1408_probe() 78 idle_state = MUX_IDLE_AS_IS; in adgs1408_probe() 87 switch (idle_state) { in adgs1408_probe() 92 if (idle_state < mux->states) { in adgs1408_probe() 93 mux->idle_state = idle_state; in adgs1408_probe() 98 dev_err(dev, "invalid idle-state %d\n", idle_state); in adgs1408_probe()
|
H A D | mmio.c | 82 s32 idle_state = MUX_IDLE_AS_IS; in mux_mmio_probe() local 119 (u32 *)&idle_state); in mux_mmio_probe() 120 if (idle_state != MUX_IDLE_AS_IS) { in mux_mmio_probe() 121 if (idle_state < 0 || idle_state >= mux->states) { in mux_mmio_probe() 123 i, idle_state); in mux_mmio_probe() 127 mux->idle_state = idle_state; in mux_mmio_probe()
|
/linux/drivers/base/ |
H A D | pinctrl.c | 76 dev->pins->idle_state = pinctrl_lookup_state(dev->pins->p, in pinctrl_bind_pins() 78 if (IS_ERR(dev->pins->idle_state)) in pinctrl_bind_pins()
|
/linux/arch/arm/mach-omap2/ |
H A D | pm33xx-core.c | 421 struct amx3_idle_state *idle_state = &idle_states[index]; in amx3_idle_enter() local 423 if (!idle_state) in amx3_idle_enter() 427 idle_fn(idle_state->wfi_flags); in amx3_idle_enter()
|
/linux/include/linux/pinctrl/ |
H A D | devinfo.h | 42 struct pinctrl_state *idle_state; member
|
/linux/kernel/sched/ |
H A D | idle.c | 17 void sched_idle_set_state(struct cpuidle_state *idle_state) in sched_idle_set_state() argument 19 idle_set_state(this_rq(), idle_state); in sched_idle_set_state()
|
/linux/include/linux/mux/ |
H A D | driver.h | 51 int idle_state; member
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-i2c-devices-pca954x | 1 What: /sys/bus/i2c/.../idle_state
|
/linux/arch/powerpc/include/asm/ |
H A D | paca.h | 189 unsigned long idle_state; member
|
/linux/drivers/macintosh/ |
H A D | via-cuda.c | 597 idle_state: in cuda_interrupt() 622 goto idle_state; in cuda_interrupt()
|
/linux/Documentation/i2c/ |
H A D | i2c-sysfs.rst | 208 channel-2 idle_state of_node uevent 245 channel-1 channel-5 idle_state power
|