| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | roc.c | 35 enum iwl_roc_activity activity; member 46 if (mld_vif->roc_activity != roc_data->activity) in iwl_mld_find_roc_vif_iter() 60 iwl_mld_find_roc_vif(struct iwl_mld *mld, enum iwl_roc_activity activity) in iwl_mld_find_roc_vif() argument 63 .activity = activity, in iwl_mld_find_roc_vif() 85 enum iwl_roc_activity activity; in iwl_mld_start_roc() local 101 activity = ROC_ACTIVITY_P2P_DISC; in iwl_mld_start_roc() 104 activity = ROC_ACTIVITY_P2P_NEG; in iwl_mld_start_roc() 111 activity = ROC_ACTIVITY_HOTSPOT; in iwl_mld_start_roc() 115 if (WARN_ON(iwl_mld_find_roc_vif(mld, activity))) in iwl_mld_start_roc() 129 cmd.activity = cpu_to_le32(activity); in iwl_mld_start_roc() [all …]
|
| /linux/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_activity.c | 69 st->core.param.get_activity.activity = in cros_ec_activity_sensors_read_raw() 133 st->core.param.set_activity.activity = in cros_ec_activity_write_event_config() 138 st->core.param.set_activity.activity = in cros_ec_activity_write_event_config() 159 enum motionsensor_activity activity = activity_data->activity; in cros_ec_activity_push_data() local 166 switch (activity) { in cros_ec_activity_push_data() 176 dev_warn(&indio_dev->dev, "Unknown activity: %d\n", activity); in cros_ec_activity_push_data()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-hid-ntrig | 7 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.
|
| H A D | sysfs-block-device | 6 (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/drivers/iio/accel/ |
| H A D | mma9553.c | 187 u8 activity; member 201 static enum iio_modifier mma9553_activity_to_mod(enum activity_level activity) in mma9553_activity_to_mod() argument 203 switch (activity) { in mma9553_activity_to_mod() 310 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument 324 *activity = mma9553_get_bits(buf[0], MMA9553_MASK_STATUS_ACTIVITY); in mma9553_read_activity_stepcnt() 360 ret = mma9553_read_activity_stepcnt(data, &data->activity, in mma9553_conf_gpio() 466 u8 activity; in mma9553_read_raw() local 494 activity = in mma9553_read_raw() 502 if (chan->channel2 == mma9553_activity_to_mod(activity)) in mma9553_read_raw() 1007 u8 activity; in mma9553_event_handler() local [all …]
|
| /linux/Documentation/iio/ |
| H A D | adxl345.rst | 86 Note that activity and inactivity detection are DC-coupled by default; 87 therefore, only the AC-coupled activity and inactivity events are explicitly 107 | in_accel_mag_adaptive_rising_en | Enable AC coupled activity on X axis | 113 | in_accel_mag_adaptive_rising_value | AC coupled activity threshold in 62.5/LSB | 115 | in_accel_mag_rising_en | Enable activity detection on X axis | 140 appropriate activity and inactivity thresholds by scaling the default values 146 When **activity** and **inactivity** events are enabled, the driver 148 **auto-sleep** bits. The link bit connects the activity and inactivity 163 activity detection, use auto-sleep, and be either AC- or DC-coupled. 173 Note: According to the datasheet, the optimal ODR for detecting activity, [all …]
|
| H A D | adxl313.rst | 67 | in_accel_mag_adaptive_rising_value | AC coupled activity threshold. … 77 | in_accel_x\|y\|z_mag_adaptive_rising_en | Enable or disable AC coupled activity events.… 81 | in_accel_x\|y\|z_mag_rising_en | Enable or disable activity events. … 86 (described in the datasheet) will be applied by the sensor. In general activity, 228 Enabling activity detection: 243 Disabling activity detection: 267 Now, enabling activity, e.g. the AC coupled counter-part ``ACTIVITY_AC`` 276 <some activity with the sensor> 280 <some other activity detected by accelerating the sensor> 284 <stays like this until next activity in auto-sleep>
|
| /linux/drivers/leds/trigger/ |
| H A D | Kconfig | 39 This allows LEDs to be controlled by disk activity. 46 This allows LEDs to be controlled by MTD activity. 76 tristate "LED activity Trigger" 129 This allows LEDs to be controlled by network device activity. 143 This allows LEDs to be controlled by activity on ttys which includes 152 Turn LEDs on when there is input (/dev/input/event*) activity and turn 153 them back off again after there has been no activity for 5 seconds.
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum1_acl_tcam.c | 208 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()
|
| H A 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()
|
| H A D | core_acl_flex_actions.h | 19 bool *activity); 52 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
|
| H A D | spectrum2_acl_tcam.c | 254 bool *activity) in mlxsw_sp2_acl_tcam_entry_activity_get() argument 258 return mlxsw_afa_block_activity_get(entry->act_block, activity); in mlxsw_sp2_acl_tcam_entry_activity_get()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | time-event.c | 396 u32 activity; member 407 if (mvmvif->roc_activity == data->activity) { in iwl_mvm_rx_roc_iterator() 419 u32 activity = le32_to_cpu(notif->activity); in iwl_mvm_rx_roc_notif() local 423 .activity = activity, in iwl_mvm_rx_roc_notif() 763 static void iwl_mvm_roc_rm_cmd(struct iwl_mvm *mvm, u32 activity) in iwl_mvm_roc_rm_cmd() argument 767 .activity = cpu_to_le32(activity), in iwl_mvm_roc_rm_cmd() 1069 int duration, enum iwl_roc_activity activity) in iwl_mvm_roc_add_cmd() argument 1075 .activity = cpu_to_le32(activity), in iwl_mvm_roc_add_cmd() 1103 channel->hw_value, duration_tu, activity); in iwl_mvm_roc_add_cmd() 1111 mvmvif->roc_activity = activity; in iwl_mvm_roc_add_cmd()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_trace_guc.h | 133 __entry->change_num = ea->activity.change_num; 134 __entry->quanta_ratio = ea->activity.quanta_ratio; 135 __entry->last_update_tick = ea->activity.last_update_tick; 136 __entry->active_ticks = ea->activity.active_ticks;
|
| H A D | xe_guc_engine_activity_types.h | 48 struct guc_engine_activity activity; member
|
| /linux/Documentation/trace/ |
| H A 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/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | time-event.h | 371 __le32 activity; member 402 __le32 activity; member 428 __le32 activity; member
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3568-qnap-ts433.dts | 81 linux,default-trigger = "disk-activity"; 91 linux,default-trigger = "disk-activity"; 101 linux,default-trigger = "disk-activity";
|
| /linux/net/ipv6/ |
| H A D | calipso.c | 80 u32 activity; member 217 entry->activity += 1; in calipso_cache_check() 227 if (prev_entry->activity > 0) in calipso_cache_check() 228 prev_entry->activity -= 1; in calipso_cache_check() 229 if (entry->activity > prev_entry->activity && in calipso_cache_check() 230 entry->activity - prev_entry->activity > in calipso_cache_check()
|
| /linux/Documentation/arch/arm64/ |
| H A D | amu.rst | 18 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/ |
| H A D | Kconfig | 11 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/ |
| H A 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/arch/arm64/boot/dts/marvell/ |
| H A D | cn9131-cf-solidwan.dts | 72 led-sfp1-activity { 84 led-sfp0-activity { 286 * - LED[1]: link/activity: On/blink (green) 499 * - LED[1]: link/activity: On/blink (green) 529 * - LED[1]: link/activity: On/blink (green)
|
| H A D | cn9130-cf-base.dts | 66 * - LED[0]: link/activity: On/blink (green) 106 * - LED[0]: link/activity: On/blink (green)
|
| /linux/net/ipv4/ |
| H A D | cipso_ipv4.c | 69 u32 activity; member 251 entry->activity += 1; in cipso_v4_cache_check() 261 if (prev_entry->activity > 0) in cipso_v4_cache_check() 262 prev_entry->activity -= 1; in cipso_v4_cache_check() 263 if (entry->activity > prev_entry->activity && in cipso_v4_cache_check() 264 entry->activity - prev_entry->activity > in cipso_v4_cache_check()
|