Home
last modified time | relevance | path

Searched refs:activity (Results 1 – 25 of 148) sorted by relevance

123456

/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-ntrig7 start of activity (activating touch).
16 acknowledging the end of activity (deactivating touch).
50 activation and activity.
53 activation and activity.
73 (RO) The range for positions reported during activity.
Dsysfs-block-device6 (RW) Used by drivers which support software controlled activity
12 0 OFF - the LED is not activated on activity
13 1 BLINK_ON - the LED blinks on every 10ms when activity is
16 every 10ms when activity is detected.
20 control the activity LED via the em_message file.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/
Dleds-bcm6328.txt16 is usually 1:1 for hardware to LED signals, but through the activity/link
65 - brcm,activity-signal-sources : An array of hardware activity
66 signal sources. Up to four activity hardware signals can get muxed into
206 brcm,activity-signal-sources = <0>;
207 /* USB link/activity routed to USB LED */
212 brcm,activity-signal-sources = <1>;
213 /* INET activity routed to INET LED */
258 brcm,activity-signal-sources = <0 1>;
259 /* USB/INET link/activity routed to USB LED */
286 brcm,activity-signal-sources = <0 1>;
Dleds-ns2.txt11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
/kernel/linux/linux-5.10/drivers/staging/unisys/visorinput/
Dvisorinput.c77 struct visor_inputactivity activity; member
617 scancode = r.activity.arg1; in visorinput_channel_interrupt()
619 switch (r.activity.action) { in visorinput_channel_interrupt()
636 r.activity.arg2); in visorinput_channel_interrupt()
639 xmotion = r.activity.arg1; in visorinput_channel_interrupt()
640 ymotion = r.activity.arg2; in visorinput_channel_interrupt()
646 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
653 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
660 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
669 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
/kernel/linux/linux-5.10/drivers/iio/accel/
Dmma9553.c190 u8 activity; member
204 static enum iio_modifier mma9553_activity_to_mod(enum activity_level activity) in mma9553_activity_to_mod() argument
206 switch (activity) { in mma9553_activity_to_mod()
313 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument
327 *activity = mma9553_get_bits(buf[0], MMA9553_MASK_STATUS_ACTIVITY); in mma9553_read_activity_stepcnt()
363 ret = mma9553_read_activity_stepcnt(data, &data->activity, in mma9553_conf_gpio()
469 u8 activity; in mma9553_read_raw() local
497 activity = in mma9553_read_raw()
505 if (chan->channel2 == mma9553_activity_to_mod(activity)) in mma9553_read_raw()
1009 u8 activity; in mma9553_event_handler() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum1_acl_tcam.c208 bool *activity) in mlxsw_sp1_acl_tcam_region_entry_activity_get() argument
218 *activity = mlxsw_reg_ptce2_a_get(ptce2_pl); in mlxsw_sp1_acl_tcam_region_entry_activity_get()
225 bool *activity) in mlxsw_sp1_acl_tcam_entry_activity_get() argument
234 offset, activity); in mlxsw_sp1_acl_tcam_entry_activity_get()
Dspectrum_acl_flex_actions.c65 bool *activity) in mlxsw_sp1_act_kvdl_set_activity_get() argument
71 bool *activity) in mlxsw_sp2_act_kvdl_set_activity_get() argument
81 mlxsw_reg_pefa_unpack(pefa_pl, activity); in mlxsw_sp2_act_kvdl_set_activity_get()
Dcore_acl_flex_actions.h19 bool *activity);
46 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
Dspectrum2_acl_tcam.c244 bool *activity) in mlxsw_sp2_acl_tcam_entry_activity_get() argument
248 return mlxsw_afa_block_activity_get(entry->act_block, activity); in mlxsw_sp2_acl_tcam_entry_activity_get()
Dspectrum_acl_tcam.c1177 bool *activity) in mlxsw_sp_acl_tcam_entry_activity_get() argument
1182 entry->priv, activity); in mlxsw_sp_acl_tcam_entry_activity_get()
1252 bool *activity) in mlxsw_sp_acl_tcam_ventry_activity_get() argument
1255 ventry->entry, activity); in mlxsw_sp_acl_tcam_ventry_activity_get()
1693 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_flower_rule_activity_get() argument
1698 activity); in mlxsw_sp_acl_tcam_flower_rule_activity_get()
1831 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_mr_rule_activity_get() argument
1836 activity); in mlxsw_sp_acl_tcam_mr_rule_activity_get()
/kernel/linux/linux-5.10/Documentation/trace/
Devents-kmem.rst25 Heavy activity for these events may indicate that a specific cache is
55 a simple indicator of page allocator activity. Pages may be allocated from
60 amounts of activity imply high activity on the zone->lock. Taking this lock
65 is triggered. Significant amounts of activity here could indicate that the
70 freed in batch with a page list. Significant amounts of activity here could
/kernel/linux/linux-5.10/drivers/leds/trigger/
DKconfig39 This allows LEDs to be controlled by disk activity.
46 This allows LEDs to be controlled by MTD activity.
75 tristate "LED activity Trigger"
130 This allows LEDs to be controlled by network device activity.
DMakefile10 obj-$(CONFIG_LEDS_TRIGGER_ACTIVITY) += ledtrig-activity.o
/kernel/linux/linux-5.10/net/ipv6/
Dcalipso.c80 u32 activity; member
218 entry->activity += 1; in calipso_cache_check()
228 if (prev_entry->activity > 0) in calipso_cache_check()
229 prev_entry->activity -= 1; in calipso_cache_check()
230 if (entry->activity > prev_entry->activity && in calipso_cache_check()
231 entry->activity - prev_entry->activity > in calipso_cache_check()
/kernel/linux/linux-5.10/drivers/usb/common/
DKconfig11 This option adds LED triggers for USB host and/or gadget activity.
14 LEDs and you want to use them as activity indicators for USB host or
/kernel/linux/linux-5.10/Documentation/arm64/
Damu.rst18 The activity monitors extension is an optional extension introduced by the
21 The activity monitors unit, implemented in each CPU, provides performance
53 activity monitors extension. Therefore, when CONFIG_ARM64_AMU_EXTN is
/kernel/linux/linux-5.10/Documentation/input/devices/
Dntrig.rst36 |min_width |both to decide activation and during activity |
39 | |propagating the end of activity events |
55 |sensor_logical_height, | the range for positions reported during activity |
87 seem to have different profiles. Ghost activity typically shows up as small
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dkirkwood-ns2lite.dts30 linux,default-trigger = "disk-activity";
/kernel/linux/linux-5.10/net/ipv4/
Dcipso_ipv4.c69 u32 activity; member
253 entry->activity += 1; in cipso_v4_cache_check()
263 if (prev_entry->activity > 0) in cipso_v4_cache_check()
264 prev_entry->activity -= 1; in cipso_v4_cache_check()
265 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check()
266 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
/kernel/linux/linux-5.10/drivers/s390/virtio/
Dvirtio_ccw.c1068 __u32 activity) in virtio_ccw_check_activity() argument
1070 if (vcdev->curr_io & activity) { in virtio_ccw_check_activity()
1071 switch (activity) { in virtio_ccw_check_activity()
1085 vcdev->curr_io &= ~activity; in virtio_ccw_check_activity()
1091 "Suspicious activity '%08x'\n", activity); in virtio_ccw_check_activity()
1102 __u32 activity = intparm & VIRTIO_CCW_INTPARM_MASK; in virtio_ccw_int_handler() local
1111 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
1130 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra30-actmon.txt3 The activity monitor block collects statistics about the behaviour of other
/kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/
Dlirc-get-timeout.rst41 there's no IR activity for a long time. This can help lircd in
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/
Dxilinx_sdfec.h89 __s8 activity; member
/kernel/linux/linux-5.10/include/uapi/misc/
Dxilinx_sdfec.h199 __s8 activity; member

123456