| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/rmi4/ |
| D | rmi_f01.txt | 20 - syna,doze-holdoff-ms: The delay to wait after the last finger lift and the 21 first doze cycle. 22 - syna,doze-interval-ms: The time period that the device sleeps between finger
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | idle_e500.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 */
|
| /kernel/linux/linux-5.10/drivers/input/rmi4/ |
| D | rmi_f01.c | 108 * when the touch sensor is in doze mode, in units of 10ms. 112 * finger lifts before entering the doze state, in units of 100ms. 359 "syna,doze-holdoff-ms", 1); in rmi_f01_of_probe() 366 "syna,doze-interval-ms", 1); in rmi_f01_of_probe() 483 "Failed to configure F01 doze interval register: %d\n", in rmi_f01_probe() 492 "Failed to read F01 doze interval register: %d\n", in rmi_f01_probe() 538 "Failed to configure F01 doze holdoff register: %d\n", in rmi_f01_probe() 547 "Failed to read F01 doze holdoff register: %d\n", in rmi_f01_probe() 601 "Failed to write doze interval: %d\n", error); in rmi_f01_config() 622 "Failed to write doze holdoff: %d\n", error); in rmi_f01_config()
|
| /kernel/linux/linux-6.6/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. 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()
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/pasemi/ |
| D | powersave.S | 17 #define DOZE .long 0x4c000324 macro 35 DOZE
|
| D | idle.c | 27 { .name = "doze", .entry = &idle_doze },
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/ |
| D | powersave.S | 17 #define DOZE .long 0x4c000324 macro 35 DOZE
|
| D | idle.c | 27 { .name = "doze", .entry = &idle_doze },
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | cpm.txt | 20 - idle-doze : specifier consist of one cell. For each 49 idle-doze = <0x02000000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/4xx/ |
| D | cpm.txt | 20 - idle-doze : specifier consist of one cell. For each 49 idle-doze = <0x02000000>;
|
| /kernel/linux/linux-6.6/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:
|
| /kernel/linux/linux-5.10/arch/csky/ |
| D | Kconfig | 209 prompt "Power Manager Instruction (wait/doze/stop)" 219 bool "doze"
|
| /kernel/linux/linux-6.6/arch/csky/ |
| D | Kconfig | 249 prompt "Power Manager Instruction (wait/doze/stop)" 259 bool "doze"
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/ |
| D | cpm.c | 55 [CPM_IDLE_DOZE] = { 0, "doze" }, 301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/ |
| D | cpm.c | 55 [CPM_IDLE_DOZE] = { 0, "doze" }, 301 cpm.idle_doze = cpm_get_uint_property(np, "idle-doze"); in cpm_init()
|
| /kernel/linux/linux-5.10/arch/csky/kernel/ |
| D | process.c | 99 asm volatile("doze\n"); in arch_cpu_idle()
|