/openbmc/linux/include/linux/input/ |
H A D | adxl34x.h | 90 * 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 …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-brcmstb-memc | 6 Self Refresh Power Down (SRPD) inactivity timeout counted in 8 from 0 (disable inactivity timeout) to 65535 (0xffff).
|
H A D | sysfs-platform-dell-laptop | 29 disabled because of inactivity. 54 keyboard illumination is disabled because of inactivity.
|
H A D | sysfs-bus-usb | 277 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.
|
/openbmc/openbmc/.github/ |
H A D | stale.yml | 3 # Number of days of inactivity before an issue becomes stale (6 months) 6 # Number of days of inactivity before a stale issue is closed
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | lirc-set-rec-timeout.rst | 14 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.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | SessionService.v1_2_0.json | 144 … "The number of seconds of inactivity that a session can have before the session service closes th… 145 …sion at which point the session service shall close the session due to inactivity. The session se…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | SessionService.v1_2_0.json | 144 … "The number of seconds of inactivity that a session can have before the session service closes th… 145 …sion at which point the session service shall close the session due to inactivity. The session se…
|
/openbmc/linux/drivers/parport/ |
H A D | ieee1284.c | 754 * 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()
|
/openbmc/docs/designs/ |
H A D | virtual-media.md | 314 ### Inactivity timeout 316 Virtual Media supports inactivity timeout, which will break Virtual Media 317 connection after certain number of seconds of inactivity. Because nbdclient has 334 - Monitor NBD device inactivity period to support inactivity timeout. 342 "InactivityTimeout": 1800, # Timeout of inactivity on device in seconds, that will lea…
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | libxscrnsaver_1.2.4.bb | 6 image on a display screen after a user-settable period of inactivity to \
|
/openbmc/linux/drivers/input/misc/ |
H A D | adxl34x.c | 32 #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() 801 ac->int_mask |= ACTIVITY | INACTIVITY; in adxl34x_probe()
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-cfg.h | 56 /* PM runtime auto power-off after 5ms of inactivity */
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.h | 114 /* Default value for maximum station inactivity. After AP_MAX_INACTIVITY_SEC 120 * max inactivity timer. */
|
/openbmc/linux/drivers/memory/ |
H A D | brcmstb_memc.c | 93 * Cannot change the inactivity timeout on LPDDR4 chips because the in srpd_store() 94 * dynamic tuning process will also get affected by the inactivity in srpd_store()
|
H A D | Kconfig | 65 (SRPD) inactivity timeout.
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-port.h | 125 /* Inactivity timer value for transitions into U1, in microseconds. 130 /* Inactivity timer value for transitions into U2 */
|
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | devantech-srf04.yaml | 60 it's switched on again. After some period of inactivity the driver
|
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | SessionService_v1.xml | 84 <Annotation Term="OData.Description" String="The number of seconds of inactivity that a session can have before the session service closes the session due to inactivity."/> 85 <Annotation Term="OData.LongDescription" String="This property shall contain the threshold of time in seconds between requests on a specific session at which point the session service shall close the session due to inactivity. The session service shall support any value between the schema-specified minimum and maximum terms."/>
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | SessionService_v1.xml | 84 …="The number of seconds of inactivity that a session can have before the session service closes th… 85 …sion at which point the session service shall close the session due to inactivity. The session se…
|
/openbmc/linux/arch/arm/mach-lpc32xx/ |
H A D | serial.c | 63 /* LPC3250 Errata HSUART.1: Hang workaround via loopback mode on inactivity */
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | useradd.py | 39 …parser.add_argument("-f", "--inactive", metavar="INACTIVE", help="password inactivity period of th…
|
/openbmc/u-boot/include/configs/ |
H A D | calimain.h | 172 #define CONFIG_BOOT_RETRY_TIME 60 /* continue boot after 60 s inactivity */
|
/openbmc/openbmc-test-automation/redfish/service_root/ |
H A D | test_service_root_security.robot | 107 # By default 60 minutes of inactivity closes the session.
|
/openbmc/phosphor-net-ipmid/ |
H A D | session.hpp | 239 * transaction time is compared against the session inactivity timeout.
|