Home
last modified time | relevance | path

Searched full:inactivity (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.12.1/include/linux/input/
Dadxl34x.h90 * or inactivity detection. A '0' excludes the selected axis from
96 * to determine whether activity or inactivity is detected. In AC
102 * AC coupled operation for inactivity detection, a reference value
104 * device exceeds the inactivity threshold. Once the reference
109 * considered inactive and the inactivity interrupt is triggered.
135 * holds the threshold value for inactivity
138 * behavior if Inactivity interrupt is enabled.
147 * inactivity_threshold for inactivity to be declared. The scale factor
149 * operate on unfiltered data, the inactivity function operates on the
151 * generated for the inactivity interrupt to be triggered. This will
[all …]
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-brcmstb-memc6 Self Refresh Power Down (SRPD) inactivity timeout counted in
8 from 0 (disable inactivity timeout) to 65535 (0xffff).
Dsysfs-platform-dell-laptop29 disabled because of inactivity.
54 keyboard illumination is disabled because of inactivity.
Dsysfs-bus-usb277 tuning the timeout for L1 inactivity timer (LPM timer), e.g.
278 needed inactivity time before host requests the device to go to L1 sleep.
/linux-6.12.1/Documentation/userspace-api/media/rc/
Dlirc-set-rec-timeout.rst14 LIRC_GET_REC_TIMEOUT/LIRC_SET_REC_TIMEOUT - Get/set the integer value for IR inactivity timeout.
39 Get and set the integer value for IR inactivity timeout.
/linux-6.12.1/drivers/parport/
Dieee1284.c754 * parport_set_timeout - set the inactivity timeout for a device
756 * @inactivity: inactivity timeout (in jiffies)
758 * This sets the inactivity timeout for a particular device on a
763 * The return value is the previous inactivity timeout.
769 long parport_set_timeout (struct pardevice *dev, long inactivity) in parport_set_timeout() argument
773 dev->timeout = inactivity; in parport_set_timeout()
/linux-6.12.1/drivers/input/misc/
Dadxl34x.c32 #define THRESH_INACT 0x25 /* R/W Inactivity threshold */
33 #define TIME_INACT 0x26 /* R/W Inactivity time */
35 /* inactivity detection */
68 #define INACTIVITY (1 << 3) macro
333 if (int_stat & INACTIVITY) in adxl34x_irq()
778 ac->int_mask |= ACTIVITY | INACTIVITY; in adxl34x_probe()
/linux-6.12.1/drivers/media/platform/st/sti/delta/
Ddelta-cfg.h56 /* PM runtime auto power-off after 5ms of inactivity */
/linux-6.12.1/drivers/memory/
Dbrcmstb_memc.c94 * Cannot change the inactivity timeout on LPDDR4 chips because the in srpd_store()
95 * dynamic tuning process will also get affected by the inactivity in srpd_store()
DKconfig65 (SRPD) inactivity timeout.
/linux-6.12.1/drivers/usb/host/
Dxhci-port.h125 /* Inactivity timer value for transitions into U1, in microseconds.
130 /* Inactivity timer value for transitions into U2 */
/linux-6.12.1/Documentation/devicetree/bindings/iio/proximity/
Ddevantech-srf04.yaml60 it's switched on again. After some period of inactivity the driver
/linux-6.12.1/arch/arm/mach-lpc32xx/
Dserial.c63 /* LPC3250 Errata HSUART.1: Hang workaround via loopback mode on inactivity */
/linux-6.12.1/Documentation/power/
Druntime_pm.rst301 function was last called for this device; used in calculating inactivity
869 automatically be delayed until the desired period of inactivity has elapsed.
871 Inactivity is determined based on the power.last_busy field. Drivers should
874 length of the inactivity period is a matter of policy. Subsystems can set this
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/
Dqlink.h69 * associated STAs due to inactivity. Inactivity timeout period is taken
749 * @inactivity_timeout: station's inactivity period in seconds
827 * @pm_standby timer: period of network inactivity in seconds before
/linux-6.12.1/Documentation/mhi/
Dmhi.rst175 device detects inactivity at the physical interface within a preset time.
/linux-6.12.1/drivers/scsi/isci/
Dinit.c108 MODULE_PARM_DESC(ssp_inactive_to, "SSP inactivity timeout (100us incr)");
112 MODULE_PARM_DESC(stp_inactive_to, "STP inactivity timeout (100us incr)");
Dphy.h288 * This PHY information field tracks the number of times the inactivity
/linux-6.12.1/kernel/power/
DKconfig209 (low power) states, for example after a specified period of inactivity
/linux-6.12.1/fs/smb/server/
Dksmbd_netlink.h100 __u32 deadtime; /* Number of minutes of inactivity */
/linux-6.12.1/drivers/usb/misc/
Dlegousbtower.c52 * - timeout read now only after inactivity, shorten default accordingly
127 * Timeout occurs after the specified time of read and write inactivity.
/linux-6.12.1/Documentation/driver-api/
Dparport-lowlevel.rst1098 parport_set_timeout - set the inactivity timeout
1108 long parport_set_timeout (struct pardevice *dev, long inactivity);
1113 Set the inactivity timeout, in jiffies, for a registered device. The
1126 ``inactivity`` jiffies, a timeout will occur and the blocking function
/linux-6.12.1/drivers/net/ipa/
Dipa_main.c329 /* The internal inactivity timer clock is used for the aggregation timer */
330 #define TIMER_FREQUENCY 32000 /* 32 KHz inactivity timer clock */
/linux-6.12.1/drivers/net/wireless/st/cw1200/
Dtxrx.c1333 unsigned long inactivity = in cw1200_alloc_link_id() local
1335 if (inactivity < max_inactivity) in cw1200_alloc_link_id()
1337 max_inactivity = inactivity; in cw1200_alloc_link_id()
/linux-6.12.1/drivers/iio/accel/
Dadxl372.c711 /* Set threshold for inactivity detection to 100mg */ in adxl372_setup()
735 /* Set inactivity timer to 10s */ in adxl372_setup()

123