Home
last modified time | relevance | path

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

12

/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 */
H A Dentry_32.S56 /* if from kernel, check interrupted DOZE/NAP mode */
H A Dcpu_specs_book3s_32.h416 { /* 7450 2.0 - no doze/nap */
/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.
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/arch/powerpc/platforms/pasemi/
H A Dpowersave.S17 #define DOZE .long 0x4c000324 macro
35 DOZE
H A Didle.c27 { .name = "doze", .entry = &idle_doze },
/linux/Documentation/devicetree/bindings/powerpc/4xx/
H A Dcpm.txt20 - idle-doze : specifier consist of one cell. For each
49 idle-doze = <0x02000000>;
/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:
/linux/arch/csky/
H A DKconfig247 prompt "Power Manager Instruction (wait/doze/stop)"
257 bool "doze"
/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.
/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 */
/linux/arch/powerpc/platforms/44x/
H A Dcpm.c55 [CPM_IDLE_DOZE] = { 0, "doze" },
301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
/linux/Documentation/arch/powerpc/
H A Dcpu_features.rst14 split instruction and data caches, and if the CPU supports the DOZE and NAP
/linux/arch/csky/kernel/
H A Dprocess.c97 asm volatile("doze\n"); in arch_cpu_idle()
/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 */
/linux/arch/m68k/include/asm/
H A Dmcfpit.h41 #define MCFPIT_PCSR_DOZE 0x0040 /* Clock run in doze mode */
/linux/net/mac80211/
H A Dpm.c105 * driver back in DOZE. in __ieee80211_suspend()
/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()
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Ddhc.h198 * @negotiation_type: if the responder wants to doze outside the TWT SP
/linux/arch/openrisc/kernel/
H A Dsmp.c185 /* CPU Doze */ in stop_this_cpu()
H A Dprocess.c98 * Send the doze signal to the cpu if available.
H A Dhead.S729 /* Doze the cpu until we are asked to run */
730 /* If we dont have power management skip doze */
752 /* Doze */
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dphy.c471 "eRf Off/Sleep: %d times TcbBusyQueue[%d] =%d before doze!\n", in _rtl92ce_phy_set_rf_power_state()

12