| /drivers/net/wireless/intel/iwlwifi/mld/ |
| A D | roc.c | 35 enum iwl_roc_activity activity; member 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() 132 cmd.activity = cpu_to_le32(activity); in iwl_mld_start_roc() 149 mld_vif->roc_activity = activity; in iwl_mld_start_roc() 235 u32 activity = le32_to_cpu(notif->activity); in iwl_mld_handle_roc_notif() local 239 vif = iwl_mld_find_roc_vif(mld, activity); in iwl_mld_handle_roc_notif() [all …]
|
| /drivers/iio/common/cros_ec_sensors/ |
| 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()
|
| A D | Kconfig | 38 Module to handle activity events presented by the ChromeOS EC sensor hub.
|
| /drivers/iio/accel/ |
| A D | mma9553.c | 187 u8 activity; member 203 switch (activity) { in mma9553_activity_to_mod() 310 u8 *activity, u16 *stepcnt) in mma9553_read_activity_stepcnt() argument 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 1020 data->activity), in mma9553_event_handler() 1023 mma9553_activity_to_mod(activity), in mma9553_event_handler() 1037 if (activity != data->activity) { in mma9553_event_handler() [all …]
|
| A D | bma400_core.c | 846 static enum iio_modifier bma400_act_to_mod(enum bma400_activity activity) in bma400_act_to_mod() argument 848 switch (activity) { in bma400_act_to_mod() 939 unsigned int activity; in bma400_read_raw() local 954 &activity); in bma400_read_raw() 962 if (chan->channel2 == bma400_act_to_mod(activity)) in bma400_read_raw()
|
| /drivers/leds/trigger/ |
| 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.
|
| A D | Makefile | 10 obj-$(CONFIG_LEDS_TRIGGER_ACTIVITY) += ledtrig-activity.o
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| 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()
|
| 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()
|
| A D | core_acl_flex_actions.h | 19 bool *activity); 52 int mlxsw_afa_block_activity_get(struct mlxsw_afa_block *block, bool *activity);
|
| 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()
|
| A D | spectrum_acl_tcam.c | 1100 bool *activity) in mlxsw_sp_acl_tcam_entry_activity_get() argument 1105 entry->priv, activity); in mlxsw_sp_acl_tcam_entry_activity_get() 1175 bool *activity) in mlxsw_sp_acl_tcam_ventry_activity_get() argument 1182 activity); in mlxsw_sp_acl_tcam_ventry_activity_get() 1775 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_flower_rule_activity_get() argument 1780 activity); in mlxsw_sp_acl_tcam_flower_rule_activity_get() 1913 void *rule_priv, bool *activity) in mlxsw_sp_acl_tcam_mr_rule_activity_get() argument 1915 *activity = false; in mlxsw_sp_acl_tcam_mr_rule_activity_get()
|
| A D | spectrum_acl_tcam.h | 59 bool *activity);
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | time-event.c | 400 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 1088 .activity = cpu_to_le32(activity), in iwl_mvm_roc_add_cmd() 1116 channel->hw_value, duration_tu, activity); in iwl_mvm_roc_add_cmd() 1124 mvmvif->roc_activity = activity; in iwl_mvm_roc_add_cmd()
|
| /drivers/gpu/drm/xe/ |
| 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;
|
| A D | xe_guc_engine_activity_types.h | 48 struct guc_engine_activity activity; member
|
| A D | xe_guc_engine_activity.c | 172 struct guc_engine_activity *cached_activity = &ea->activity; in get_engine_active_ticks() 229 struct guc_engine_activity *cached_activity = &ea->activity; in get_engine_total_ticks()
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | time-event.h | 371 __le32 activity; member 402 __le32 activity; member 428 __le32 activity; member
|
| /drivers/usb/common/ |
| 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
|
| /drivers/s390/virtio/ |
| A D | virtio_ccw.c | 1143 __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()
|
| /drivers/net/netdevsim/ |
| A D | fib.c | 1371 unsigned long *activity; in nsim_nexthop_bucket_activity_write() local 1399 activity = bitmap_zalloc(nexthop->occ, GFP_KERNEL); in nsim_nexthop_bucket_activity_write() 1400 if (!activity) { in nsim_nexthop_bucket_activity_write() 1405 bitmap_set(activity, bucket_index, 1); in nsim_nexthop_bucket_activity_write() 1406 nexthop_res_grp_activity_update(net, nhid, nexthop->occ, activity); in nsim_nexthop_bucket_activity_write() 1407 bitmap_free(activity); in nsim_nexthop_bucket_activity_write()
|
| /drivers/net/ethernet/chelsio/cxgb3/ |
| A D | adapter.h | 75 int activity; member
|
| /drivers/w1/slaves/ |
| A D | w1_ds2408.c | 315 static const BIN_ATTR_RW(activity, 1);
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_common.h | 93 int ixgbe_fw_phy_activity(struct ixgbe_hw *hw, u16 activity,
|
| /drivers/ata/ |
| A D | ahci.h | 302 unsigned long activity; member
|