Home
last modified time | relevance | path

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

123

/linux/include/linux/input/
H A 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/Documentation/ABI/testing/
H A Dsysfs-platform-brcmstb-memc6 Self Refresh Power Down (SRPD) inactivity timeout counted in
8 from 0 (disable inactivity timeout) to 65535 (0xffff).
H A Dsysfs-platform-dell-laptop29 disabled because of inactivity.
54 keyboard illumination is disabled because of inactivity.
H A 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/Documentation/userspace-api/media/rc/
H A 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/drivers/parport/
H A 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/drivers/input/misc/
H A 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/drivers/media/platform/st/sti/delta/
H A Ddelta-cfg.h56 /* PM runtime auto power-off after 5ms of inactivity */
/linux/drivers/memory/
H A 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()
H A DKconfig65 (SRPD) inactivity timeout.
/linux/drivers/usb/host/
H A Dxhci-port.h125 /* Inactivity timer value for transitions into U1, in microseconds.
130 /* Inactivity timer value for transitions into U2 */
/linux/Documentation/devicetree/bindings/iio/proximity/
H A Ddevantech-srf04.yaml60 it's switched on again. After some period of inactivity the driver
/linux/arch/arm/mach-lpc32xx/
H A Dserial.c63 /* LPC3250 Errata HSUART.1: Hang workaround via loopback mode on inactivity */
/linux/drivers/net/wireless/quantenna/qtnfmac/
H A 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/Documentation/power/
H A 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/Documentation/mhi/
H A Dmhi.rst175 device detects inactivity at the physical interface within a preset time.
/linux/drivers/scsi/isci/
H A 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)");
H A Dphy.h288 * This PHY information field tracks the number of times the inactivity
/linux/kernel/power/
H A DKconfig209 (low power) states, for example after a specified period of inactivity
/linux/fs/smb/server/
H A Dksmbd_netlink.h100 __u32 deadtime; /* Number of minutes of inactivity */
/linux/drivers/usb/misc/
H A Dlegousbtower.c52 * - timeout read now only after inactivity, shorten default accordingly
127 * Timeout occurs after the specified time of read and write inactivity.
/linux/Documentation/driver-api/
H A 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/drivers/net/ipa/
H A 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/drivers/net/wireless/st/cw1200/
H A 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/drivers/iio/accel/
H A Dadxl372.c711 /* Set threshold for inactivity detection to 100mg */ in adxl372_setup()
735 /* Set inactivity timer to 10s */ in adxl372_setup()

123