Home
last modified time | relevance | path

Searched refs:inactivity (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/iio/
H A Dadxl345.rst86 Note that activity and inactivity detection are DC-coupled by default;
87 therefore, only the AC-coupled activity and inactivity events are explicitly
109 | in_accel_mag_adaptive_falling_period | AC coupled inactivity time in seconds |
111 | in_accel_mag_adaptive_falling_value | AC coupled inactivity threshold in 62.5/LSB |
121 | in_accel_x&y&z_mag_falling_en | Enable inactivity detection on all axis |
123 | in_accel_x&y&z_mag_adaptive_falling_en | Enable AC coupled inactivity on all axis |
134 for inactivity detection timing, where higher ODR values correspond to longer
136 not meet your application’s needs, you can explicitly configure the inactivity
140 appropriate activity and inactivity thresholds by scaling the default values
146 When **activity** and **inactivity** events are enabled, the driver
[all …]
H A Dadxl313.rst63 | in_accel_mag_adaptive_falling_period | AC coupled inactivity time. …
65 | in_accel_mag_adaptive_falling_value | AC coupled inactivity threshold. …
75 | in_accel_x\&y\&z_mag_adaptive_falling_en | Enable or disable AC coupled inactivity event…
79 | in_accel_x\&y\&z_mag_falling_en | Enable or disable inactivity events. …
87 i.e. ``ACTIVITY`` or ``ACTIVITY_AC`` and inactivity i.e. ``INACTIVITY`` or
96 for inactivity. In case of turning off an event, it has to match to what is
251 Enabling inactivity detection:
265 <every 5s now indicates inactivity>
278 <5s of inactivity, then>
282 <again, 5s of inactivity>
/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.c769 long parport_set_timeout (struct pardevice *dev, long inactivity) in parport_set_timeout() argument
773 dev->timeout = inactivity; in parport_set_timeout()
/linux/include/linux/
H A Dparport.h451 extern long parport_set_timeout (struct pardevice *, long inactivity);
/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/Documentation/driver-api/
H A Dparport-lowlevel.rst1103 parport_set_timeout - set the inactivity timeout
1113 long parport_set_timeout (struct pardevice *dev, long inactivity);
1118 Set the inactivity timeout, in jiffies, for a registered device. The
1131 ``inactivity`` jiffies, a timeout will occur and the blocking function
/linux/drivers/memory/
H A DKconfig65 (SRPD) inactivity timeout.
/linux/Documentation/mhi/
H A Dmhi.rst175 device detects inactivity at the physical interface within a preset time.
/linux/kernel/power/
H A DKconfig220 (low power) states, for example after a specified period of inactivity
/linux/Documentation/power/
H A Druntime_pm.rst299 function was last called for this device; used in calculating inactivity
857 automatically be delayed until the desired period of inactivity has elapsed.
860 of the inactivity period is a matter of policy. Subsystems can set this length
/linux/drivers/watchdog/
H A DKconfig1500 during inactivity periods (includes interrupt activity monitoring).