Home
last modified time | relevance | path

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

1234567

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Droc.c35 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()
88 enum iwl_roc_activity activity; in iwl_mld_start_roc() local
104 activity = ROC_ACTIVITY_P2P_DISC; in iwl_mld_start_roc()
107 activity = ROC_ACTIVITY_P2P_NEG; in iwl_mld_start_roc()
114 activity = ROC_ACTIVITY_HOTSPOT; in iwl_mld_start_roc()
118 if (WARN_ON(iwl_mld_find_roc_vif(mld, activity))) in iwl_mld_start_roc()
235 u32 activity = le32_to_cpu(notif->activity); iwl_mld_handle_roc_notif() local
[all...]
/linux/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_activity.c8 * EC about activity data.
27 #define DRV_NAME "cros-ec-activity"
69 st->core.param.get_activity.activity = in cros_ec_activity_sensors_read_raw()
111 dev_warn(&indio_dev->dev, "Unknown activity: %d\n", in cros_ec_activity_read_event_config()
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()
142 dev_warn(&indio_dev->dev, "Unknown activity: %d\n", 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()
[all...]
/linux/Documentation/ABI/testing/
H 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.
H 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/drivers/iio/accel/
H A Dmma9553.c73 * The internal activity level must be stable for ACTTHD samples before
74 * ACTIVITY is updated. The ACTIVITY variable contains the current activity
91 /* Status register - activity field */
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()
343 * If both step detector and activity are enabled, use the MRGFL bit. in mma9553_conf_gpio()
358 /* Save initial values for activity an in mma9553_conf_gpio()
466 u8 activity; mma9553_read_raw() local
1007 u8 activity; mma9553_event_handler() local
[all...]
/linux/drivers/leds/trigger/
H 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"
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.
H A DMakefile10 obj-$(CONFIG_LEDS_TRIGGER_ACTIVITY) += ledtrig-activity.o
/linux/Documentation/iio/
H A Dadxl313.rst67 | 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 i
[all...]
/linux/drivers/gpu/drm/xe/
H A Dxe_trace_guc.h133 __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 Dxe_guc_engine_activity_types.h13 * struct engine_activity - Engine specific activity data
15 * Contains engine specific activity data and snapshot of the
19 /** @active: current activity */
38 /** @total: total engine activity */
44 /** @metadata: snapshot of engine activity metadata */
47 /** @activity: snapshot of engine activity counter */
48 struct guc_engine_activity activity; member
55 /** @engine: engine specific activity data */
60 * struct engine_activity_buffer - engine activity buffer
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c400 u32 activity; member
411 if (mvmvif->roc_activity == data->activity) { in iwl_mvm_rx_roc_iterator()
423 u32 activity = le32_to_cpu(notif->activity); in iwl_mvm_rx_roc_notif() local
427 .activity = activity, in iwl_mvm_rx_roc_notif()
772 static void iwl_mvm_roc_rm_cmd(struct iwl_mvm *mvm, u32 activity) in iwl_mvm_roc_rm_cmd() argument
776 .activity = cpu_to_le32(activity), in iwl_mvm_roc_rm_cmd()
1082 int duration, enum iwl_roc_activity activity) in iwl_mvm_roc_add_cmd() argument
[all...]
/linux/Documentation/trace/
H 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/net/ipv6/
H A Dcalipso.c80 u32 activity; member
190 * 1. The cache entry's activity counter is incremented
191 * 2. The previous (higher ranking) entry's activity counter is decremented
192 * 3. If the difference between the two activity counters is geater than
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 in calipso_cache_check()
[all...]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H 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()
H A Dspectrum2_acl_tcam.c254 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/usb/common/
H 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/arch/arm64/
H 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/Documentation/input/devices/
H 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/arch/arm64/boot/dts/marvell/
H A Dcn9131-cf-solidwan.dts72 led-sfp1-activity {
84 led-sfp0-activity {
284 * - LED[1]: link/activity: On/blink (green)
497 * - LED[1]: link/activity: On/blink (green)
527 * - LED[1]: link/activity: On/blink (green)
H A Dcn9130-cf-base.dts66 * - LED[0]: link/activity: On/blink (green)
106 * - LED[0]: link/activity: On/blink (green)
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-ns2lite.dts30 linux,default-trigger = "disk-activity";
/linux/net/ipv4/
H A Dcipso_ipv4.c69 u32 activity; member
224 * 1. The cache entry's activity counter is incremented
225 * 2. The previous (higher ranking) entry's activity counter is decremented
226 * 3. If the difference between the two activity counters is geater than
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 in cipso_v4_cache_check()
[all...]
/linux/arch/arm/boot/dts/sigmastar/
H A Dmstar-infinity-breadbee-common.dtsi38 linux,default-trigger = "activity";
/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1143 __u32 activity) in virtio_ccw_check_activity() argument
1145 if (vcdev->curr_io & activity) { in virtio_ccw_check_activity()
1146 switch (activity) { in virtio_ccw_check_activity()
1160 vcdev->curr_io &= ~activity; in virtio_ccw_check_activity()
1166 "Suspicious activity '%08x'\n", activity); in virtio_ccw_check_activity()
1177 __u32 activity = intparm & VIRTIO_CCW_INTPARM_MASK; in virtio_ccw_int_handler() local
1186 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
1205 virtio_ccw_check_activity(vcdev, activity); in virtio_ccw_int_handler()
/linux/arch/mips/boot/dts/ralink/
H A Dmt7621-gnubee-gb-pc1.dts45 linux,default-trigger = "disk-activity";

1234567