Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-platform-dell-laptop29 disabled because of inactivity.
54 keyboard illumination is disabled because of inactivity.
H A Dsysfs-bus-usb264 tuning the timeout for L1 inactivity timer (LPM timer), e.g.
265 needed inactivity time before host requests the device to go to L1 sleep.
/OK3568_Linux_fs/kernel/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()
795 ac->int_mask |= ACTIVITY | INACTIVITY; in adxl34x_probe()
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_hsi.c36 /* Inactivity timeout on HSI, ms */
351 /* Start inactivity timer. */ in cfhsi_start_tx()
612 /* Update inactivity timer if pending. */ in cfhsi_rx_done()
848 /* Start inactivity timer. */ in cfhsi_wake_up()
1063 /* Delete inactivity timer if started. */ in cfhsi_xmit()
1197 /* Setup the inactivity timer. */ in cfhsi_open()
1298 * Inactivity timeout in millisecs. Lowest possible value is 1, in cfhsi_netlink_parms()
1303 /* Pre-calculate inactivity timeout. */ in cfhsi_netlink_parms()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dcyclades.h253 #define ZF_TINACT_DEF 1000 /* default inactivity timeout
357 #define C_CM_TINACT 0x51 /* set inactivity detection */
453 __u32 inactivity; /* inactivity control */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dcyclades.h253 #define ZF_TINACT_DEF 1000 /* default inactivity timeout
357 #define C_CM_TINACT 0x51 /* set inactivity detection */
453 __u32 inactivity; /* inactivity control */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcyclades.h253 #define ZF_TINACT_DEF 1000 /* default inactivity timeout
357 #define C_CM_TINACT 0x51 /* set inactivity detection */
453 __u32 inactivity; /* inactivity control */ member
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxscrnsaver_1.2.3.bb6 image on a display screen after a user-settable period of inactivity to \
/OK3568_Linux_fs/buildroot/package/autofs/
H A DConfig.in11 are used and unmount them after a period of inactivity based
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.h114 /* Default value for maximum station inactivity. After AP_MAX_INACTIVITY_SEC
120 * max inactivity timer. */
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/delta/
H A Ddelta-cfg.h56 /* PM runtime auto power-off after 5ms of inactivity */
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/proximity/
H A Ddevantech-srf04.yaml60 it's switched on again. After some period of inactivity the driver
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dserial.c62 /* LPC3250 Errata HSUART.1: Hang workaround via loopback mode on inactivity */
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A DREADME.md93 …sors, bad physical media on disks, or problems that require periods of inactivity to manifest them…
/OK3568_Linux_fs/kernel/include/net/caif/
H A Dcaif_hsi.h182 * @IFLA_CAIF_HSI_INACTIVITY_TOUT: Inactivity timeout before
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Duseradd.py37 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th…
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_reg.h200 /* The internal inactivity timer clock is used for the aggregation timer */
201 #define TIMER_FREQUENCY 32000 /* 32 KHz inactivity timer clock */
/OK3568_Linux_fs/kernel/Documentation/power/
H A Druntime_pm.rst297 function was last called for this device; used in calculating inactivity
841 automatically be delayed until the desired period of inactivity has elapsed.
843 Inactivity is determined based on the power.last_busy field. Drivers should
846 of the inactivity period is a matter of policy. Subsystems can set this length
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11e.h60 uint32 inactivity_interval; /* Inactivity Interval (us) */
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11e.h60 uint32 inactivity_interval; /* Inactivity Interval (us) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A D802.11e.h68 uint32 inactivity_interval; /* Inactivity Interval (us) */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A D802.11e.h68 uint32 inactivity_interval; /* Inactivity Interval (us) */

1234567