Searched refs:idle (Results 1 - 25 of 91) sorted by relevance

1234

/drivers/cpuidle/
H A DKconfig.arm646 bool "Generic ARM64 CPU idle Driver"
11 It provides a generic idle driver whose idle states are configured
13 initialized by calling the CPU operations init idle hook
H A DKconfig.mips13 Select this option to enable processor idle state management
16 the deepest idle states you will need to ensure that you are
H A DKconfig.powerpc10 Select this option to enable processor idle state management
19 Select this option to enable processor idle state management
H A DKconfig.arm12 Select this option to enable CPU idle driver for big.LITTLE based
15 multiple CPU idle drivers infrastructure.
H A Dcpuidle-pseries.c2 * cpuidle-pseries - idle state cpuidle driver.
3 * Adapted from drivers/idle/intel_idle.c and
36 * Indicate to the HV that we are idle. Now would be
39 get_lppaca()->idle = 1;
49 get_lppaca()->idle = 0;
H A Dcpuidle-cps.c15 #include <asm/idle.h>
18 /* Enumeration of the various idle states this driver may enter */
/drivers/gpu/drm/nouveau/core/subdev/pwr/fuc/
H A Didle.fuc26 process(PROC_IDLE, #idle, #idle_recv)
41 // $r15 - current (idle)
49 // $r15 - current (idle)
51 idle:
83 bra #idle
/drivers/media/rc/
H A Drc-ir-raw.c156 * if the event was added, and zero if the event was ignored due to idle
164 /* Ignore spaces in idle mode */
165 if (dev->idle && !ev->pulse)
167 else if (dev->idle)
179 /* Enter idle mode if nessesary */
189 * ir_raw_event_set_idle() - provide hint to rc-core when the device is idle or not
191 * @idle: whether the device is idle or not
193 void ir_raw_event_set_idle(struct rc_dev *dev, bool idle) argument
198 IR_dprintk(2, "%s idle mod
[all...]
H A Drc-loopback.c43 bool idle; member in struct:loopback_dev
134 /* Fake a silence long enough to cause us to go idle */
149 if (lodev->idle != enable) {
150 dprintk("%sing idle mode\n", enable ? "enter" : "exit");
151 lodev->idle = enable;
218 loopdev.idle = true;
H A Dstreamzap.c95 bool idle; member in struct:streamzap_ir
138 if (sz->idle) {
159 sz->idle = false;
259 sz->idle = true;
416 sz->idle = true;
/drivers/macintosh/
H A Dadb-iop.c42 idle, enumerator in enum:adb_iop_state
133 if (req && (adb_iop_state != idle)) {
134 adb_iop_end_req(req, idle);
255 if (adb_iop_state == idle) adb_iop_start();
267 if (adb_iop_state == idle) adb_iop_start();
H A Dvia-macii.c77 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */
103 idle, enumerator in enum:macii_state
165 macii_state = idle;
179 /* Set up state: idle */
274 if (macii_state == idle) macii_start();
295 * this as long as it is idle.
350 BUG_ON(macii_state != idle);
406 case idle:
437 macii_state = idle;
453 if (macii_state == idle) {
[all...]
H A Dvia-maciisi.c75 idle, enumerator in enum:maciisi_state
206 /* Set initial state: idle */
221 maciisi_state = idle;
341 if (maciisi_state == idle)
376 if (maciisi_state != idle) {
463 case idle:
465 printk(KERN_ERR "maciisi_interrupt: state is idle but TIP asserted!\n");
497 /* Set idle and input */
504 maciisi_state = idle;
513 /* Sent the whole packet, put the bus back in idle stat
[all...]
H A Dvia-cuda.c69 idle, enumerator in enum:cuda_state
127 cuda_state = idle;
173 cuda_state = idle;
405 if (cuda_state == idle)
418 /* assert cuda_state == idle */
479 case idle:
482 printk("cuda: state=idle, status=%x\n", status);
507 cuda_state = idle;
532 cuda_state = idle;
590 cuda_state = idle;
[all...]
H A Dvia-pmu68k.c79 idle, enumerator in enum:pmu_state
183 pmu_state = idle;
211 while (interrupt_data[0] || pmu_state != idle) {
216 if (pmu_state == idle) {
500 if (pmu_state == idle)
532 /* assert pmu_state == idle */
536 if (req == 0 || pmu_state != idle
615 pmu_state = idle;
660 pmu_state = idle;
670 if (pmu_state == idle) {
[all...]
/drivers/net/wireless/orinoco/
H A Dspectrum_cs.c77 spectrum_reset(struct pcmcia_device *link, int idle) argument
108 ccsr = (idle ? HCR_IDLE : HCR_RUN) | (ccsr & HCR_MEM16);
143 spectrum_cs_stop_firmware(struct orinoco_private *priv, int idle) argument
148 return spectrum_reset(link, idle);
/drivers/i2c/muxes/
H A Di2c-mux-gpio.c49 i2c_mux_gpio_set(mux, mux->data.idle);
102 if (of_property_read_u32(np, "idle-state", &mux->data.idle))
103 mux->data.idle = I2C_MUX_GPIO_NO_IDLE;
198 if (mux->data.idle != I2C_MUX_GPIO_NO_IDLE) {
199 initial_state = mux->data.idle;
/drivers/block/
H A Dswim3.c48 idle, enumerator in enum:swim_state
319 if (fs->state == idle && fs->wanted) {
324 while (fs->state == idle) {
325 swim3_dbg("start request, idle loop, cur_req=%p\n", fs->cur_req);
510 case idle:
552 fs->state = idle;
588 fs->state = idle;
612 fs->state = idle;
641 fs->state = idle;
670 fs->state = idle;
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dbtcoex.c49 * @BRCMF_BT_DHCP_IDLE: DCHP is idle
326 goto idle;
347 goto idle;
351 goto idle;
356 idle:
/drivers/misc/mei/
H A Dinit.c324 * mei_write_is_idle - check if the write queues are idle
332 bool idle = (dev->dev_state == MEI_DEV_ENABLED && local
336 dev_dbg(dev->dev, "write pg: is idle[%d] state=%s ctrl=%d write=%d\n",
337 idle,
342 return idle;
/drivers/net/wireless/iwlwifi/mvm/
H A Dutils.c721 bool *idle = _data; local
723 if (!vif->bss_conf.idle)
724 *idle = false;
729 bool idle = true; local
733 iwl_mvm_idle_iter, &idle);
735 return idle;
/drivers/irqchip/
H A Dirq-omap-intc.c62 u32 idle; member in struct:omap_intc_regs
92 intc_context.idle =
111 intc_writel(INTC_IDLE, intc_context.idle);
/drivers/cpufreq/
H A Dloongson2_cpufreq.c21 #include <asm/idle.h>
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv50.c253 bool idle, timeout = false; local
263 idle = true;
265 for (tmp = nv_rd32(priv, 0x400380); tmp && idle; tmp >>= 3) {
267 idle = false;
270 for (tmp = nv_rd32(priv, 0x400384); tmp && idle; tmp >>= 3) {
272 idle = false;
275 for (tmp = nv_rd32(priv, 0x400388); tmp && idle; tmp >>= 3) {
277 idle = false;
279 } while (!idle &&
283 nv_error(priv, "PGRAPH TLB flush idle timeou
[all...]
/drivers/iio/adc/
H A Dti_am335x_adc.c500 unsigned int idle; local
504 idle = tiadc_readl(adc_dev, REG_CTRL);
505 idle &= ~(CNTRLREG_TSCSSENB);
506 tiadc_writel(adc_dev, REG_CTRL, (idle |

Completed in 390 milliseconds

1234