Home
last modified time | relevance | path

Searched full:doze (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/arch/powerpc/kernel/
H A Didle_85xx.S36 /* Check if we can nap or doze, put HID0 mask in r3 */
58 /* Go to NAP or DOZE now */
76 * Return from NAP/DOZE mode, restore some CPU specific registers,
H A Didle_6xx.S7 * it will have PLL 1 set to low speed mode (used during NAP/DOZE).
58 /* Check if we can nap or doze, put HID0 mask in r3
119 /* Go to NAP or DOZE now */
147 * Return from NAP/DOZE mode, restore some CPU specific registers,
H A Dcpu_setup_ppc970.S77 li r11,5 /* clear DOZE and SLEEP */
91 li r11,0x15 /* clear DOZE and SLEEP */
/openbmc/linux/drivers/input/rmi4/
H A Drmi_f01.c110 * when the touch sensor is in doze mode, in units of 10ms.
114 * finger lifts before entering the doze state, in units of 100ms.
361 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe()
368 "syna,doze-interval-ms", 1); in rmi_f01_of_probe()
485 "Failed to configure F01 doze interval register: %d\n", in rmi_f01_probe()
494 "Failed to read F01 doze interval register: %d\n", in rmi_f01_probe()
540 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe()
549 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe()
603 "Failed to write doze interval: %d\n", error); in rmi_f01_config()
624 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Dpowersave.S17 #define DOZE .long 0x4c000324 macro
35 DOZE
H A Didle.c27 { .name = "doze", .entry = &idle_doze },
/openbmc/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt20 - idle-doze : specifier consist of one cell. For each
49 idle-doze = <0x02000000>;
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dsyna,rmi4.yaml80 syna,doze-holdoff-ms:
82 The delay to wait after the last finger lift and the first doze
85 syna,doze-interval-ms:
/openbmc/linux/arch/csky/
H A DKconfig249 prompt "Power Manager Instruction (wait/doze/stop)"
259 bool "doze"
/openbmc/u-boot/arch/arm/include/asm/arch-spear/
H A Dspr_syscntl.h30 #define DOZE 0x00000001 macro
/openbmc/linux/include/linux/
H A Drmi.h139 * @nosleep - specifies whether the device is permitted to sleep or doze (that
145 * finger lifts before entering the doze state, in units of 100ms.
147 * when the touch sensor is in doze mode, in units of 10ms.
/openbmc/linux/include/linux/fsl/
H A Dguts.h218 __be32 cdozsr; /* 0x0004 Core Doze Status Register */
220 __be32 cdozcr; /* 0x000c Core Doze Control Register */
226 __be32 cdozpsr; /* 0x0024 Core Doze Previous Status Register */
/openbmc/linux/arch/powerpc/platforms/4xx/
H A Dcpm.c55 [CPM_IDLE_DOZE] = { 0, "doze" },
301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
/openbmc/linux/Documentation/powerpc/
H A Dcpu_features.rst14 split instruction and data caches, and if the CPU supports the DOZE and NAP
/openbmc/linux/arch/csky/kernel/
H A Dprocess.c97 asm volatile("doze\n"); in arch_cpu_idle()
/openbmc/linux/arch/m68k/include/asm/
H A Dmcfpit.h41 #define MCFPIT_PCSR_DOZE 0x0040 /* Clock run in doze mode */
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dsleep.S225 rlwinm r2,r2,0,10,7 /* clear doze, nap */
259 rlwinm r3,r3,0,11,7 /* clear SLEEP, NAP, DOZE bits */
/openbmc/qemu/include/hw/timer/
H A Dimx_gpt.h52 #define GPT_CR_DOZEN (1 << 4) /* GPT Doze mode enable */
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c613 static int doze; variable
627 printk(KERN_DEBUG PREFIX "z%i \n {%i}", doze, mlc->seidx); in hilse_donode()
628 doze = 0; in hilse_donode()
737 doze++; in hilse_donode()
/openbmc/linux/net/mac80211/
H A Dpm.c106 * driver back in DOZE. in __ieee80211_suspend()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A Dphy.c425 "eRf Off/Sleep: %d times TcbBusyQueue[%d] =%d before doze!\n", in _rtl92cu_phy_set_rf_power_state()
467 "eRf Off/Sleep: %d times TcbBusyQueue[%d] =%d before doze!\n", in _rtl92cu_phy_set_rf_power_state()
/openbmc/linux/arch/openrisc/kernel/
H A Dsmp.c189 /* CPU Doze */ in stop_this_cpu()
H A Dprocess.c99 * Send the doze signal to the cpu if available.
/openbmc/linux/drivers/staging/ks7010/
H A Dks7010_sdio.c484 /* wait after DOZE */ in ks7010_rw_function()
486 netdev_dbg(priv->net_dev, "wait after DOZE\n"); in ks7010_rw_function()
510 /* sleep mode doze */ in ks7010_rw_function()
/openbmc/linux/drivers/iio/proximity/
H A Dsx9500.c749 /* Doze enabled, 2x scan period doze, no raw filter. */

123