Home
last modified time | relevance | path

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

1234567

/linux/Documentation/ABI/testing/
A 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.
A 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.
/linux/Documentation/devicetree/bindings/leds/
A 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>;
A Dcommon.yaml90 # LED indicates disk activity
91 - disk-activity
92 # LED indicates IDE disk activity (deprecated), in new implementations
93 # use "disk-activity"
140 activity. Some LEDs can be related to a specific device and should somehow
A Dleds-ns2.txt11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
/linux/drivers/staging/unisys/visorinput/
A Dvisorinput.c77 struct visor_inputactivity activity; member
616 scancode = r.activity.arg1; in visorinput_channel_interrupt()
618 switch (r.activity.action) { in visorinput_channel_interrupt()
635 r.activity.arg2); in visorinput_channel_interrupt()
638 xmotion = r.activity.arg1; in visorinput_channel_interrupt()
639 ymotion = r.activity.arg2; in visorinput_channel_interrupt()
645 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
652 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
659 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
668 button = calc_button(r.activity.arg1); in visorinput_channel_interrupt()
/linux/drivers/iio/accel/
A Dmma9553.c190 u8 activity; member
206 switch (activity) { in mma9553_activity_to_mod()
313 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument
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
1022 data->activity), in mma9553_event_handler()
1025 mma9553_activity_to_mod(activity), in mma9553_event_handler()
1039 if (activity != data->activity) { in mma9553_event_handler()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
A 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()
A 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()
A Dcore_acl_flex_actions.h19 bool *activity);
52 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
A 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()
A Dspectrum_acl_tcam.c1174 bool *activity) in mlxsw_sp_acl_tcam_entry_activity_get() argument
1179 entry->priv, activity); in mlxsw_sp_acl_tcam_entry_activity_get()
1249 bool *activity) in mlxsw_sp_acl_tcam_ventry_activity_get() argument
1252 ventry->entry, activity); in mlxsw_sp_acl_tcam_ventry_activity_get()
1690 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_flower_rule_activity_get() argument
1695 activity); in mlxsw_sp_acl_tcam_flower_rule_activity_get()
1828 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_mr_rule_activity_get() argument
1833 activity); in mlxsw_sp_acl_tcam_mr_rule_activity_get()
/linux/Documentation/trace/
A 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
/linux/drivers/leds/trigger/
A DKconfig39 This allows LEDs to be controlled by disk activity.
46 This allows LEDs to be controlled by MTD activity.
76 tristate "LED activity Trigger"
131 This allows LEDs to be controlled by network device activity.
152 This allows LEDs to be controlled by activity on ttys which includes
A DMakefile10 obj-$(CONFIG_LEDS_TRIGGER_ACTIVITY) += ledtrig-activity.o
/linux/net/ipv6/
A 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()
/linux/Documentation/arm64/
A 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
/linux/drivers/usb/common/
A 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
/linux/Documentation/input/devices/
A 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
/linux/drivers/s390/virtio/
A Dvirtio_ccw.c1046 __u32 activity) in virtio_ccw_check_activity() argument
1048 if (vcdev->curr_io & activity) { in virtio_ccw_check_activity()
1049 switch (activity) { in virtio_ccw_check_activity()
1063 vcdev->curr_io &= ~activity; in virtio_ccw_check_activity()
1069 "Suspicious activity '%08x'\n", activity); in virtio_ccw_check_activity()
1080 __u32 activity = intparm & VIRTIO_CCW_INTPARM_MASK; in virtio_ccw_int_handler() local
1089 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
1108 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
/linux/net/ipv4/
A Dcipso_ipv4.c69 u32 activity; member
252 entry->activity += 1; in cipso_v4_cache_check()
262 if (prev_entry->activity > 0) in cipso_v4_cache_check()
263 prev_entry->activity -= 1; in cipso_v4_cache_check()
264 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check()
265 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
/linux/arch/arm/boot/dts/
A Dkirkwood-ns2lite.dts30 linux,default-trigger = "disk-activity";
A Dmstar-infinity-breadbee-common.dtsi38 linux,default-trigger = "activity";
/linux/drivers/net/netdevsim/
A Dfib.c1356 unsigned long *activity; in nsim_nexthop_bucket_activity_write() local
1382 activity = bitmap_zalloc(nexthop->occ, GFP_KERNEL); in nsim_nexthop_bucket_activity_write()
1383 if (!activity) { in nsim_nexthop_bucket_activity_write()
1388 bitmap_set(activity, bucket_index, 1); in nsim_nexthop_bucket_activity_write()
1389 nexthop_res_grp_activity_update(net, nhid, nexthop->occ, activity); in nsim_nexthop_bucket_activity_write()
1390 bitmap_free(activity); in nsim_nexthop_bucket_activity_write()
/linux/Documentation/userspace-api/media/rc/
A Dlirc-get-timeout.rst41 there's no IR activity for a long time. This can help lircd in

Completed in 39 milliseconds

1234567