/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-block-device | 6 (RW) Used by drivers which support software controlled activity 11 0 OFF - the LED is not activated on activity 12 1 BLINK_ON - the LED blinks on every 10ms when activity is 15 every 10ms when activity is detected. 18 control the activity LED via the em_message file.
|
D | sysfs-driver-hid-ntrig | 7 start of activity (activating touch). 16 acknowledging the end of activity (deactivating touch). 48 activation and activity. 51 activation and activity. 70 (RO) The range for positions reported during activity.
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6328.txt | 16 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>;
|
D | common.txt | 36 "disk-activity" - LED indicates disk activity 37 "ide-disk" - LED indicates IDE disk activity (deprecated), 38 in new implementations use "disk-activity" 53 this LED activity. Some LEDs can be related to a specific
|
D | leds-ns2.txt | 11 - modes-map: A mapping between LED modes (off, on or SATA activity blinking) and
|
/Linux-v4.19/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 77 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()
|
/Linux-v4.19/drivers/iio/accel/ |
D | mma9553.c | 198 u8 activity; member 212 static enum iio_modifier mma9553_activity_to_mod(enum activity_level activity) in mma9553_activity_to_mod() argument 214 switch (activity) { in mma9553_activity_to_mod() 321 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument 335 *activity = mma9553_get_bits(buf[0], MMA9553_MASK_STATUS_ACTIVITY); in mma9553_read_activity_stepcnt() 371 ret = mma9553_read_activity_stepcnt(data, &data->activity, in mma9553_conf_gpio() 477 u8 activity; in mma9553_read_raw() local 505 activity = in mma9553_read_raw() 513 if (chan->channel2 == mma9553_activity_to_mod(activity)) in mma9553_read_raw() 1017 u8 activity; in mma9553_event_handler() local [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum1_acl_tcam.c | 199 bool *activity) in mlxsw_sp1_acl_tcam_region_entry_activity_get() argument 209 *activity = mlxsw_reg_ptce2_a_get(ptce2_pl); in mlxsw_sp1_acl_tcam_region_entry_activity_get() 216 bool *activity) in mlxsw_sp1_acl_tcam_entry_activity_get() argument 225 offset, activity); in mlxsw_sp1_acl_tcam_entry_activity_get()
|
D | spectrum_acl_flex_actions.c | 65 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()
|
D | core_acl_flex_actions.h | 18 bool *activity); 41 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
|
D | spectrum2_acl_tcam.c | 216 bool *activity) in mlxsw_sp2_acl_tcam_entry_activity_get() argument 220 return mlxsw_afa_block_activity_get(entry->act_block, activity); in mlxsw_sp2_acl_tcam_entry_activity_get()
|
D | spectrum_acl_tcam.c | 784 bool *activity) in mlxsw_sp_acl_tcam_entry_activity_get() argument 791 entry->priv, activity); in mlxsw_sp_acl_tcam_entry_activity_get() 934 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_flower_rule_activity_get() argument 939 activity); in mlxsw_sp_acl_tcam_flower_rule_activity_get()
|
/Linux-v4.19/Documentation/trace/ |
D | events-kmem.rst | 25 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-v4.19/drivers/leds/trigger/ |
D | Kconfig | 38 This allows LEDs to be controlled by disk activity. 45 This allows LEDs to be controlled by MTD activity. 74 tristate "LED activity Trigger" 129 This allows LEDs to be controlled by network device activity.
|
D | Makefile | 10 obj-$(CONFIG_LEDS_TRIGGER_ACTIVITY) += ledtrig-activity.o
|
/Linux-v4.19/net/ipv6/ |
D | calipso.c | 94 u32 activity; member 229 entry->activity += 1; in calipso_cache_check() 239 if (prev_entry->activity > 0) in calipso_cache_check() 240 prev_entry->activity -= 1; in calipso_cache_check() 241 if (entry->activity > prev_entry->activity && in calipso_cache_check() 242 entry->activity - prev_entry->activity > in calipso_cache_check()
|
/Linux-v4.19/Documentation/input/devices/ |
D | ntrig.rst | 36 |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-v4.19/arch/arm/boot/dts/ |
D | kirkwood-ns2lite.dts | 30 linux,default-trigger = "disk-activity";
|
/Linux-v4.19/drivers/s390/virtio/ |
D | virtio_ccw.c | 1004 __u32 activity) in virtio_ccw_check_activity() argument 1006 if (vcdev->curr_io & activity) { in virtio_ccw_check_activity() 1007 switch (activity) { in virtio_ccw_check_activity() 1021 vcdev->curr_io &= ~activity; in virtio_ccw_check_activity() 1027 "Suspicious activity '%08x'\n", activity); in virtio_ccw_check_activity() 1038 __u32 activity = intparm & VIRTIO_CCW_INTPARM_MASK; in virtio_ccw_int_handler() local 1047 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler() 1066 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
|
/Linux-v4.19/net/ipv4/ |
D | cipso_ipv4.c | 83 u32 activity; member 267 entry->activity += 1; in cipso_v4_cache_check() 277 if (prev_entry->activity > 0) in cipso_v4_cache_check() 278 prev_entry->activity -= 1; in cipso_v4_cache_check() 279 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check() 280 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | lirc-get-timeout.rst | 39 there's no IR activity for a long time. This can help lircd in
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra30-actmon.txt | 3 The activity monitor block collects statistics about the behaviour of other
|
/Linux-v4.19/Documentation/devicetree/bindings/input/rmi4/ |
D | rmi_f01.txt | 23 activity.
|
/Linux-v4.19/Documentation/networking/ |
D | sctp.txt | 25 module removal of lksctp is not yet a safe activity.
|
/Linux-v4.19/net/sunrpc/ |
D | Kconfig | 44 logging of different aspects of the kernel RPC activity.
|