Searched refs:action (Results 151 - 175 of 1417) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/
H A Ddrm_managed.c138 drmres_release_t action,
144 dr = alloc_dr(action, data ? sizeof(void*) : 0,
148 drm_dbg_drmres(dev, "failed to add action %s for %p\n",
166 drmres_release_t action,
171 ret = __drmm_add_action(dev, action, data, name);
173 action(dev, data);
180 * drmm_release_action - release a managed action from a &drm_device
182 * @action: function which would be called when @dev is released
183 * @data: opaque pointer, passed to @action
185 * This function calls the @action previousl
137 __drmm_add_action(struct drm_device *dev, drmres_release_t action, void *data, const char *name) argument
165 __drmm_add_action_or_reset(struct drm_device *dev, drmres_release_t action, void *data, const char *name) argument
190 drmm_release_action(struct drm_device *dev, drmres_release_t action, void *data) argument
[all...]
/linux-master/scripts/gdb/linux/
H A Dinterrupts.py18 return desc['action'] and desc['action'] == gdb.parse_and_eval("&chained_action")
42 if (desc['action'] == 0 or irq_desc_is_chained(desc)) and any_count == 0:
77 action = desc['action']
78 if action is not None:
79 text += " %s" % (action['name'].string())
81 action = action['next']
82 if action i
[all...]
/linux-master/arch/parisc/kernel/
H A Dirq.c192 struct irqaction *action; local
195 action = desc->action;
196 if (!action)
205 seq_printf(p, " %s", action->name);
207 while ((action = action->next))
208 seq_printf(p, ", %s", action->name);
210 for ( ;action; action
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.h49 /* forward action specific params */
166 struct ice_tc_flower_action action; member in struct:ice_tc_flower_fltr
180 * For forward to VSI action, if destination is valid hw_tc (aka tc_class)
189 if (f->action.fltr_act == ICE_FWD_TO_VSI)
190 return f->action.fwd.tc.tc_class >= ICE_CHNL_START_TC &&
191 f->action.fwd.tc.tc_class < ICE_CHNL_MAX_TC;
192 else if (f->action.fltr_act == ICE_FWD_TO_Q)
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h195 * @action: action to perform, one of &enum iwl_ctxt_action
196 * @id: this field has two meanings, depending on the action:
197 * If the action is ADD, then it means the type of event to add.
217 __le32 action; member in struct:iwl_time_event_cmd
248 * @timestamp: action timestamp in GP2
252 * @action: &enum iwl_time_event_policy
260 __le32 action; member in struct:iwl_time_event_notif
295 * @action: action t
306 __le32 action; member in struct:iwl_hs20_roc_req
368 __le32 action; member in struct:iwl_roc_req
452 __le32 action; member in struct:iwl_mvm_session_prot_cmd
[all...]
/linux-master/mm/
H A Dptdump.c23 walk->action = ACTION_CONTINUE;
46 walk->action = ACTION_CONTINUE;
69 walk->action = ACTION_CONTINUE;
92 walk->action = ACTION_CONTINUE;
113 walk->action = ACTION_CONTINUE;
/linux-master/drivers/acpi/apei/
H A Dapei-internal.h54 int __apei_exec_run(struct apei_exec_context *ctx, u8 action, bool optional);
56 static inline int apei_exec_run(struct apei_exec_context *ctx, u8 action) argument
58 return __apei_exec_run(ctx, action, 0);
61 /* It is optional whether the firmware provides the action */
62 static inline int apei_exec_run_optional(struct apei_exec_context *ctx, u8 action) argument
64 return __apei_exec_run(ctx, action, 1);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dphy-ctxt.c71 u32 action)
75 cmd->action = cpu_to_le32(action);
203 u32 action)
215 iwl_mvm_phy_ctxt_cmd_hdr(ctxt, &cmd, action);
239 action);
258 if (action != FW_CTXT_ACTION_REMOVE)
320 enum iwl_ctxt_action action = FW_CTXT_ACTION_MODIFY; local
348 action = FW_CTXT_ACTION_ADD;
357 action);
69 iwl_mvm_phy_ctxt_cmd_hdr(struct iwl_mvm_phy_ctxt *ctxt, struct iwl_phy_context_cmd *cmd, u32 action) argument
198 iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt, const struct cfg80211_chan_def *chandef, const struct cfg80211_chan_def *ap, u8 chains_static, u8 chains_dynamic, u32 action) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh102 $tcflags dst_ip 192.0.2.2 action drop
111 $tcflags dst_ip 198.51.100.2 action drop
148 $tcflags dst_ip 192.0.2.2 action drop
150 $tcflags dst_ip 192.0.2.2 action drop
167 $tcflags dst_ip 192.0.2.2 action drop
196 $tcflags dst_ip 192.0.2.2 action drop
198 $tcflags dst_ip 192.0.0.0/8 action drop
215 $tcflags dst_ip 192.0.2.0/24 action drop
265 action drop"
303 $tcflags dst_ip 192.0.2.2 action dro
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h334 inline int intel_guc_send(struct intel_guc *guc, const u32 *action, u32 len) argument
336 return intel_guc_ct_send(&guc->ct, action, len, NULL, 0, 0);
340 inline int intel_guc_send_nb(struct intel_guc *guc, const u32 *action, u32 len, argument
343 return intel_guc_ct_send(&guc->ct, action, len, NULL, 0,
348 intel_guc_send_and_receive(struct intel_guc *guc, const u32 *action, u32 len, argument
351 return intel_guc_ct_send(&guc->ct, action, len,
356 const u32 *action,
376 err = intel_guc_send_nb(guc, action, len, g2h_len_dw);
432 int intel_guc_send_mmio(struct intel_guc *guc, const u32 *action, u32 len,
522 int intel_guc_crash_process_msg(struct intel_guc *guc, u32 action);
355 intel_guc_send_busy_loop(struct intel_guc *guc, const u32 *action, u32 len, u32 g2h_len_dw, bool loop) argument
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.c56 * struct vmw_event_fence_action - fence action that delivers a drm event.
58 * @action: A struct vmw_fence_action to hook up to a fence.
60 * @fence: A referenced pointer to the fence to keep it alive while @action
69 struct vmw_fence_action action; member in struct:vmw_event_fence_action
116 * which has an action attached, and each time vmw_fences_update is called,
272 struct vmw_fence_action *action, *next_action; local
299 list_for_each_entry_safe(action, next_action, &list, head) {
300 list_del_init(&action->head);
301 if (action->cleanup)
302 action
369 struct vmw_fence_action *action, *next_action; local
828 vmw_event_fence_action_seq_passed(struct vmw_fence_action *action) argument
863 vmw_event_fence_action_cleanup(struct vmw_fence_action *action) argument
882 vmw_fence_obj_add_action(struct vmw_fence_obj *fence, struct vmw_fence_action *action) argument
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dcmdresp.c130 u16 action = le16_to_cpu(psmode->action); local
133 "CMD_RESP: PS_MODE cmd reply result 0x%x, action 0x%x\n",
134 result, action);
145 action == PS_MODE_ACTION_ENTER_PS)
147 } else if (action == PS_MODE_ACTION_ENTER_PS) {
167 } else if (action == PS_MODE_ACTION_EXIT_PS) {
172 lbs_deb_host("CMD_RESP: PS action 0x%X\n", action);
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtc_flower_cfm.sh61 flower cfm op 47 action drop
63 flower cfm op 43 action drop
97 flower cfm mdl 5 action drop
99 flower cfm mdl 3 action drop
101 flower cfm mdl 0 action drop
144 flower cfm mdl 5 op 41 action drop
146 flower cfm mdl 7 op 42 action drop
H A Dtc_tunnel_key.sh81 if ! tc action add action tunnel_key help 2>&1 | grep -q nofrag; then
108 ip_flags nofrag action drop
111 ip_flags firstfrag action drop
114 ip_flags nofirstfrag action drop
118 action tunnel_key set src_ip 192.0.2.1 dst_ip 192.0.2.2 id 42 nofrag index 10
132 tc actions change action tunnel_key set src_ip 192.0.2.1 dst_ip 192.0.2.2 id 42 index 10
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dtrace.h135 TP_PROTO(int id, char *action, void *spt, int before, int after),
137 TP_ARGS(id, action, spt, before, after),
146 id, action, spt, before, after);
153 TP_PROTO(int id, char *action, void *spt, unsigned long gfn,
156 TP_ARGS(id, action, spt, gfn, type),
165 id, action, spt, gfn, type);
347 TP_PROTO(int old_id, int new_id, char *action, unsigned int reg,
350 TP_ARGS(old_id, new_id, action, reg, old_val, new_val),
364 snprintf(__entry->buf, GVT_TEMP_STR_LEN, "%s", action);
/linux-master/drivers/counter/
H A Dmicrochip-tcb-capture.c167 enum counter_synapse_action *action)
173 *action = COUNTER_SYNAPSE_ACTION_BOTH_EDGES;
179 *action = COUNTER_SYNAPSE_ACTION_NONE;
187 *action = COUNTER_SYNAPSE_ACTION_NONE;
190 *action = COUNTER_SYNAPSE_ACTION_RISING_EDGE;
193 *action = COUNTER_SYNAPSE_ACTION_FALLING_EDGE;
196 *action = COUNTER_SYNAPSE_ACTION_BOTH_EDGES;
206 enum counter_synapse_action action)
215 switch (action) {
164 mchp_tc_count_action_read(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action *action) argument
203 mchp_tc_count_action_write(struct counter_device *counter, struct counter_count *count, struct counter_synapse *synapse, enum counter_synapse_action action) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c466 if (!(fte->action.action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST))
505 fte->action.exe_aso.object_id);
509 fte->action.exe_aso.return_reg_id);
511 fte->action.exe_aso.type);
513 fte->action.exe_aso.flow_meter.init_color);
515 fte->action.exe_aso.flow_meter.meter_idx);
532 u32 *in, action; local
556 !!(fte->action.flags & FLOW_ACT_IGNORE_FLOW_LEVEL));
575 action
[all...]
/linux-master/net/sched/
H A Dact_gact.c120 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
126 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
154 int action = READ_ONCE(gact->tcf_action); local
161 action = gact_rand[ptype](gact);
165 if (action == TC_ACT_SHOT)
170 return action;
177 int action = READ_ONCE(gact->tcf_action); local
181 action == TC_ACT_SHOT ? packets : drops, hw);
198 opt.action = gact->tcf_action;
256 NL_SET_ERR_MSG_MOD(extack, "Offload of \"continue\" action i
[all...]
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_police_occ.sh72 action police rate 100mbit burst 100k conform-exceed drop/ok
82 action police rate 100mbit burst 100k conform-exceed drop/ok \
85 flower skip_sw action police index 10
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc_batch.py24 action="store_true") variable
26 help="all filters share the same action",
27 action="store_true") variable
30 action="store_true") variable
76 " flower {} src_mac {} dst_mac {} action drop {}".format(
83 " flower {} src_mac {} dst_mac {} action drop {}".format(
/linux-master/arch/powerpc/platforms/pseries/
H A Dpmem.c128 if (hp_elog->action == PSERIES_HP_ELOG_ACTION_ADD) {
130 } else if (hp_elog->action == PSERIES_HP_ELOG_ACTION_REMOVE) {
133 pr_err("Unsupported hotplug action (%d)\n", hp_elog->action);
/linux-master/tools/testing/selftests/kexec/
H A Dkexec_common_lib.sh191 # The policy rule format is an "action" followed by key-value pairs. This
193 # For example: action func=<keyword> [appraise_type=<type>]
197 local action="$1"
210 grep -e "^$action.*$keypair1" "$ima_policy" | \
213 grep -q -e "^$action.*$keypair1" "$ima_policy"
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mirror.c6 struct flow_action_entry *action,
14 if (!lan966x_netdevice_check(action->dev)) {
20 monitor_port = netdev_priv(action->dev);
5 lan966x_mirror_port_add(struct lan966x_port *port, struct flow_action_entry *action, unsigned long mirror_id, bool ingress, struct netlink_ext_ack *extack) argument
/linux-master/tools/testing/selftests/net/
H A Dtest_ingress_egress_chaining.sh58 action mirred egress redirect dev $veth1
60 action mirred egress redirect dev $veth2
65 action mirred ingress redirect dev $veth1
/linux-master/kernel/irq/
H A Dinternals.h31 * IRQTF_FORCED_THREAD - irq action is force threaded
120 void __irq_wake_thread(struct irq_desc *desc, struct irqaction *action);
127 extern void register_handler_proc(unsigned int irq, struct irqaction *action);
128 extern void unregister_handler_proc(unsigned int irq, struct irqaction *action);
133 struct irqaction *action) { }
135 struct irqaction *action) { }
171 for (act = desc->action; act; act = act->next)
278 return (desc->action && desc->action == &chained_action);
283 void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action);
132 register_handler_proc(unsigned int irq, struct irqaction *action) argument
134 unregister_handler_proc(unsigned int irq, struct irqaction *action) argument
288 irq_pm_install_action(struct irq_desc *desc, struct irqaction *action) argument
290 irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action) argument
[all...]

Completed in 252 milliseconds

1234567891011>>