Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/powerpc/kernel/
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,
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,
Dcpu_setup_ppc970.S77 li r11,5 /* clear DOZE and SLEEP */
91 li r11,0x15 /* clear DOZE and SLEEP */
Dentry_32.S56 /* if from kernel, check interrupted DOZE/NAP mode */
Dcpu_specs_book3s_32.h416 { /* 7450 2.0 - no doze/nap */
/linux-6.12.1/drivers/input/rmi4/
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.
360 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe()
367 "syna,doze-interval-ms", 1); in rmi_f01_of_probe()
484 "Failed to configure F01 doze interval register: %d\n", in rmi_f01_probe()
493 "Failed to read F01 doze interval register: %d\n", in rmi_f01_probe()
539 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe()
548 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe()
602 "Failed to write doze interval: %d\n", error); in rmi_f01_config()
623 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
/linux-6.12.1/arch/powerpc/platforms/pasemi/
Dpowersave.S17 #define DOZE .long 0x4c000324 macro
35 DOZE
Didle.c27 { .name = "doze", .entry = &idle_doze },
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt20 - idle-doze : specifier consist of one cell. For each
49 idle-doze = <0x02000000>;
/linux-6.12.1/Documentation/devicetree/bindings/input/
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:
/linux-6.12.1/arch/csky/
DKconfig252 prompt "Power Manager Instruction (wait/doze/stop)"
262 bool "doze"
/linux-6.12.1/include/linux/
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.
/linux-6.12.1/include/linux/fsl/
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 */
/linux-6.12.1/arch/powerpc/platforms/44x/
Dcpm.c55 [CPM_IDLE_DOZE] = { 0, "doze" },
301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
/linux-6.12.1/Documentation/arch/powerpc/
Dcpu_features.rst14 split instruction and data caches, and if the CPU supports the DOZE and NAP
/linux-6.12.1/arch/csky/kernel/
Dprocess.c97 asm volatile("doze\n"); in arch_cpu_idle()
/linux-6.12.1/arch/m68k/include/asm/
Dmcfpit.h41 #define MCFPIT_PCSR_DOZE 0x0040 /* Clock run in doze mode */
/linux-6.12.1/arch/powerpc/platforms/powermac/
Dsleep.S225 rlwinm r2,r2,0,10,7 /* clear doze, nap */
259 rlwinm r3,r3,0,11,7 /* clear SLEEP, NAP, DOZE bits */
/linux-6.12.1/drivers/input/serio/
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()
/linux-6.12.1/net/mac80211/
Dpm.c105 * driver back in DOZE. in __ieee80211_suspend()
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
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()
/linux-6.12.1/arch/openrisc/kernel/
Dsmp.c185 /* CPU Doze */ in stop_this_cpu()
Dprocess.c98 * Send the doze signal to the cpu if available.
/linux-6.12.1/drivers/iio/proximity/
Dsx9500.c748 /* Doze enabled, 2x scan period doze, no raw filter. */
/linux-6.12.1/arch/powerpc/include/asm/
Dcputable.h262 /* The powersave features NAP & DOZE seems to confuse BDI when

12