/linux-6.12.1/arch/powerpc/kernel/ |
D | idle_85xx.S | 36 /* 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,
|
D | idle_6xx.S | 7 * 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,
|
D | cpu_setup_ppc970.S | 77 li r11,5 /* clear DOZE and SLEEP */ 91 li r11,0x15 /* clear DOZE and SLEEP */
|
D | entry_32.S | 56 /* if from kernel, check interrupted DOZE/NAP mode */
|
D | cpu_specs_book3s_32.h | 416 { /* 7450 2.0 - no doze/nap */
|
/linux-6.12.1/drivers/input/rmi4/ |
D | rmi_f01.c | 110 * 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/ |
D | powersave.S | 17 #define DOZE .long 0x4c000324 macro 35 DOZE
|
D | idle.c | 27 { .name = "doze", .entry = &idle_doze },
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/4xx/ |
D | cpm.txt | 20 - idle-doze : specifier consist of one cell. For each 49 idle-doze = <0x02000000>;
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | syna,rmi4.yaml | 80 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/ |
D | Kconfig | 252 prompt "Power Manager Instruction (wait/doze/stop)" 262 bool "doze"
|
/linux-6.12.1/include/linux/ |
D | rmi.h | 139 * @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/ |
D | guts.h | 218 __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/ |
D | cpm.c | 55 [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/ |
D | cpu_features.rst | 14 split instruction and data caches, and if the CPU supports the DOZE and NAP
|
/linux-6.12.1/arch/csky/kernel/ |
D | process.c | 97 asm volatile("doze\n"); in arch_cpu_idle()
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | mcfpit.h | 41 #define MCFPIT_PCSR_DOZE 0x0040 /* Clock run in doze mode */
|
/linux-6.12.1/arch/powerpc/platforms/powermac/ |
D | sleep.S | 225 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/ |
D | hil_mlc.c | 613 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/ |
D | pm.c | 105 * driver back in DOZE. in __ieee80211_suspend()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | phy.c | 425 "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/ |
D | smp.c | 185 /* CPU Doze */ in stop_this_cpu()
|
D | process.c | 98 * Send the doze signal to the cpu if available.
|
/linux-6.12.1/drivers/iio/proximity/ |
D | sx9500.c | 748 /* Doze enabled, 2x scan period doze, no raw filter. */
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | cputable.h | 262 /* The powersave features NAP & DOZE seems to confuse BDI when
|