| /Linux-v5.4/arch/arm64/boot/dts/actions/ |
| D | s900.dtsi | 6 #include <dt-bindings/clock/actions,s900-cmu.h> 8 #include <dt-bindings/reset/actions,s900-reset.h> 11 compatible = "actions,s900"; 122 compatible = "actions,s900-uart", "actions,owl-uart"; 130 compatible = "actions,s900-uart", "actions,owl-uart"; 138 compatible = "actions,s900-uart", "actions,owl-uart"; 146 compatible = "actions,s900-uart", "actions,owl-uart"; 154 compatible = "actions,s900-uart", "actions,owl-uart"; 162 compatible = "actions,s900-uart", "actions,owl-uart"; 170 compatible = "actions,s900-uart", "actions,owl-uart"; [all …]
|
| D | s700.dtsi | 6 #include <dt-bindings/clock/actions,s700-cmu.h> 8 #include <dt-bindings/reset/actions,s700-reset.h> 11 compatible = "actions,s700"; 116 compatible = "actions,s900-uart", "actions,owl-uart"; 124 compatible = "actions,s900-uart", "actions,owl-uart"; 132 compatible = "actions,s900-uart", "actions,owl-uart"; 140 compatible = "actions,s900-uart", "actions,owl-uart"; 148 compatible = "actions,s900-uart", "actions,owl-uart"; 156 compatible = "actions,s900-uart", "actions,owl-uart"; 164 compatible = "actions,s900-uart", "actions,owl-uart"; [all …]
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | owl-s500.dtsi | 12 compatible = "actions,s500"; 31 enable-method = "actions,s500-smp"; 38 enable-method = "actions,s500-smp"; 45 enable-method = "actions,s500-smp"; 53 enable-method = "actions,s500-smp"; 124 compatible = "actions,s500-uart", "actions,owl-uart"; 131 compatible = "actions,s500-uart", "actions,owl-uart"; 138 compatible = "actions,s500-uart", "actions,owl-uart"; 145 compatible = "actions,s500-uart", "actions,owl-uart"; 152 compatible = "actions,s500-uart", "actions,owl-uart"; [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/serial/ |
| D | actions,owl-uart.txt | 4 - compatible : "actions,s500-uart", "actions,owl-uart" for S500 5 "actions,s900-uart", "actions,owl-uart" for S900 13 compatible = "actions,s500-uart", "actions,owl-uart";
|
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ |
| D | actions,owl-cmu.txt | 10 "actions,s900-cmu" 11 "actions,s700-cmu" 12 "actions,s500-cmu" 23 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h or 24 actions,s500-cmu.h header and can be used in device tree sources. 37 compatible = "actions,s900-cmu"; 48 compatible = "actions,s900-uart", "actions,owl-uart";
|
| /Linux-v5.4/tools/testing/selftests/powerpc/benchmarks/ |
| D | context_switch.c | 153 struct actions { struct 202 static struct actions pipe_actions = { 241 static struct actions yield_actions = { 371 static struct actions futex_actions = { 407 struct actions *actions = &yield_actions; in main() local 431 actions = &pipe_actions; in main() 433 actions = &yield_actions; in main() 435 actions = &futex_actions; in main() 466 if (actions == &pipe_actions) in main() 468 else if (actions == &yield_actions) in main() [all …]
|
| /Linux-v5.4/fs/ocfs2/dlm/ |
| D | dlmunlock.c | 47 int *actions); 52 int *actions); 91 int actions = 0; in dlmunlock_common() local 142 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 144 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 175 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common() 193 actions = 0; in dlmunlock_common() 209 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common() 213 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common() 217 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common() [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | fs_dr.c | 221 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local 234 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte() 236 if (!actions) in mlx5_cmd_dr_create_fte() 242 kfree(actions); in mlx5_cmd_dr_create_fte() 260 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 270 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 285 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 293 actions[num_actions++] = in mlx5_cmd_dr_create_fte() 307 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() 318 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte() [all …]
|
| D | mlx5dr.h | 67 struct mlx5dr_action *actions[]); 103 __be64 actions[]); 155 struct mlx5dr_action *actions[]) { return NULL; } in mlx5dr_rule_create() argument 195 __be64 actions[]) { return NULL; } in mlx5dr_action_create_modify_header() argument
|
| D | dr_rule.c | 544 struct mlx5dr_action *actions[]) in dr_rule_add_action_members() argument 554 action_mem->action = actions[i]; in dr_rule_add_action_members() 1016 struct mlx5dr_action *actions[]) in dr_rule_create_rule_nic() argument 1057 ret = mlx5dr_actions_build_ste_arr(matcher, nic_matcher, actions, in dr_rule_create_rule_nic() 1137 struct mlx5dr_action *actions[]) in dr_rule_create_rule_fdb() argument 1148 num_actions, actions); in dr_rule_create_rule_fdb() 1153 num_actions, actions); in dr_rule_create_rule_fdb() 1168 struct mlx5dr_action *actions[]) in dr_rule_create_rule() argument 1185 ret = dr_rule_add_action_members(rule, num_actions, actions); in dr_rule_create_rule() 1193 num_actions, actions); in dr_rule_create_rule() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/timer/ |
| D | actions,owl-timer.txt | 4 - compatible : "actions,s500-timer" for S500 5 "actions,s700-timer" for S700 6 "actions,s900-timer" for S900 16 compatible = "actions,s500-timer";
|
| /Linux-v5.4/net/sched/ |
| D | act_api.c | 647 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument 660 const struct tc_action *a = actions[i]; in tcf_action_exec() 699 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() argument 705 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy() 706 a = actions[i]; in tcf_action_destroy() 707 actions[i] = NULL; in tcf_action_destroy() 720 struct tc_action *actions[] = { a, NULL }; in tcf_action_destroy_1() local 722 return tcf_action_destroy(actions, bind); in tcf_action_destroy_1() 731 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() argument 736 struct tc_action *a = actions[i]; in tcf_action_put_many() [all …]
|
| /Linux-v5.4/Documentation/devicetree/bindings/power/ |
| D | actions,owl-sps.txt | 4 - compatible : "actions,s500-sps" for S500 5 "actions,s700-sps" for S700 6 "actions,s900-sps" for S900 18 compatible = "actions,s500-sps";
|
| /Linux-v5.4/Documentation/fault-injection/ |
| D | notifier-error-inject.rst | 18 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error 29 # echo -12 > actions/PM_SUSPEND_PREPARE/error 37 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error 47 # echo -12 > actions/MEM_GOING_OFFLINE/error 55 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error 68 /sys/kernel/debug/notifier-error-inject/netdev/actions/<notifier event>/error 85 # echo -22 > actions/NETDEV_CHANGEMTU/error
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_tc.c | 63 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() argument 73 actions->flags |= BNXT_TC_ACTION_FLAG_FWD; in bnxt_tc_parse_redir() 74 actions->dst_dev = dev; in bnxt_tc_parse_redir() 79 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() argument 84 actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN; in bnxt_tc_parse_vlan() 87 actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN; in bnxt_tc_parse_vlan() 88 actions->push_vlan_tci = htons(act->vlan.vid); in bnxt_tc_parse_vlan() 89 actions->push_vlan_tpid = act->vlan.proto; in bnxt_tc_parse_vlan() 98 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() argument 109 actions->tun_encap_key = *tun_key; in bnxt_tc_parse_tunnel_set() [all …]
|
| /Linux-v5.4/net/openvswitch/ |
| D | actions.c | 37 const struct nlattr *actions; member 125 const struct nlattr *actions, in add_deferred_actions() argument 135 da->actions = actions; in add_deferred_actions() 156 const struct nlattr *actions, int len, 910 const struct nlattr *actions, int actions_len, in output_userspace() argument 950 upcall.actions = actions; in output_userspace() 969 struct nlattr *actions; in sample() local 978 actions = nla_next(sample_arg, &rem); in sample() 988 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample() 1000 struct nlattr *actions; in clone() local [all …]
|
| /Linux-v5.4/arch/arm/probes/kprobes/ |
| D | Makefile | 2 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o 7 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 10 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
|
| /Linux-v5.4/tools/testing/selftests/memory-hotplug/ |
| D | mem-on-off-test.sh | 257 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 267 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 275 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_ONLINE/error 283 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error 288 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/MEM_GOING_OFFLINE/error
|
| /Linux-v5.4/tools/testing/selftests/cpu-hotplug/ |
| D | cpu-on-off-test.sh | 263 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 271 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 279 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 287 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 292 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
|
| /Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
| D | i2c-owl.txt | 6 - "actions,s700-i2c" for S700 SoC 7 - "actions,s900-i2c" for S900 SoC 22 compatible = "actions,s900-i2c";
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-config.c | 25 enum actions { enum 27 } actions; variable 30 OPT_SET_UINT('l', "list", &actions, 192 switch (actions) { in cmd_config()
|
| /Linux-v5.4/arch/parisc/kernel/ |
| D | processor.c | 193 struct irqaction actions[]; in processor_probe() 199 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe() 200 if (!actions) { in processor_probe() 202 actions = cpu_irq_actions[0]; in processor_probe() 205 cpu_irq_actions[cpuid] = actions; in processor_probe()
|
| /Linux-v5.4/arch/arm/probes/ |
| D | decode.c | 413 bool emulate, const union decode_action *actions, in probes_decode_insn() argument 477 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 488 asi->insn_handler = actions[action].handler; in probes_decode_insn() 502 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 504 asi->insn_handler = actions[action].handler; in probes_decode_insn()
|
| D | decode-thumb.h | 88 bool emulate, const union decode_action *actions, 92 bool emulate, const union decode_action *actions,
|
| /Linux-v5.4/tools/perf/ui/browsers/ |
| D | hists.c | 2837 struct popup_action actions[MAX_OPTIONS]; in perf_evsel__hists_browse() local 2898 memset(actions, 0, sizeof(actions)); in perf_evsel__hists_browse() 2945 actions->ms.map = browser->selection->map; in perf_evsel__hists_browse() 2946 actions->ms.sym = browser->selection->sym; in perf_evsel__hists_browse() 2947 do_annotate(browser, actions); in perf_evsel__hists_browse() 2953 actions->ms.map = map; in perf_evsel__hists_browse() 2954 do_zoom_dso(browser, actions); in perf_evsel__hists_browse() 2963 actions->thread = thread; in perf_evsel__hists_browse() 2964 do_zoom_thread(browser, actions); in perf_evsel__hists_browse() 2967 actions->socket = socked_id; in perf_evsel__hists_browse() [all …]
|