/Linux-v4.19/arch/arm/boot/dts/ |
D | owl-s500.dtsi | 13 compatible = "actions,s500"; 32 enable-method = "actions,s500-smp"; 39 enable-method = "actions,s500-smp"; 46 enable-method = "actions,s500-smp"; 54 enable-method = "actions,s500-smp"; 125 compatible = "actions,s500-uart", "actions,owl-uart"; 132 compatible = "actions,s500-uart", "actions,owl-uart"; 139 compatible = "actions,s500-uart", "actions,owl-uart"; 146 compatible = "actions,s500-uart", "actions,owl-uart"; 153 compatible = "actions,s500-uart", "actions,owl-uart"; [all …]
|
/Linux-v4.19/arch/arm64/boot/dts/actions/ |
D | s700.dtsi | 9 compatible = "actions,s700"; 108 compatible = "actions,s900-uart", "actions,owl-uart"; 115 compatible = "actions,s900-uart", "actions,owl-uart"; 122 compatible = "actions,s900-uart", "actions,owl-uart"; 129 compatible = "actions,s900-uart", "actions,owl-uart"; 136 compatible = "actions,s900-uart", "actions,owl-uart"; 143 compatible = "actions,s900-uart", "actions,owl-uart"; 150 compatible = "actions,s900-uart", "actions,owl-uart"; 157 compatible = "actions,s700-sps"; 163 compatible = "actions,s700-timer";
|
D | s900.dtsi | 10 compatible = "actions,s900"; 109 compatible = "actions,s900-uart", "actions,owl-uart"; 116 compatible = "actions,s900-uart", "actions,owl-uart"; 123 compatible = "actions,s900-uart", "actions,owl-uart"; 130 compatible = "actions,s900-uart", "actions,owl-uart"; 137 compatible = "actions,s900-uart", "actions,owl-uart"; 144 compatible = "actions,s900-uart", "actions,owl-uart"; 151 compatible = "actions,s900-uart", "actions,owl-uart"; 158 compatible = "actions,s900-timer";
|
/Linux-v4.19/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-v4.19/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 157 struct actions { struct 206 static struct actions pipe_actions = { 245 static struct actions yield_actions = { 375 static struct actions futex_actions = { 411 struct actions *actions = &yield_actions; in main() local 435 actions = &pipe_actions; in main() 437 actions = &yield_actions; in main() 439 actions = &futex_actions; in main() 470 if (actions == &pipe_actions) in main() 472 else if (actions == &yield_actions) in main() [all …]
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmunlock.c | 62 int *actions); 67 int *actions); 106 int actions = 0; in dlmunlock_common() local 156 status = dlm_get_cancel_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 158 status = dlm_get_unlock_actions(dlm, res, lock, lksb, &actions); in dlmunlock_common() 189 actions &= ~(DLM_UNLOCK_REMOVE_LOCK| in dlmunlock_common() 207 actions = 0; in dlmunlock_common() 220 if (actions & DLM_UNLOCK_REMOVE_LOCK) { in dlmunlock_common() 224 if (actions & DLM_UNLOCK_REGRANT_LOCK) { in dlmunlock_common() 228 if (actions & DLM_UNLOCK_CLEAR_CONVERT_TYPE) { in dlmunlock_common() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | actions,owl-cmu.txt | 10 "actions,s900-cmu" 11 "actions,s700-cmu" 21 dt-bindings/clock/actions,s900-cmu.h or actions,s700-cmu.h header and can be 35 compatible = "actions,s900-cmu"; 45 compatible = "actions,s900-uart", "actions,owl-uart";
|
/Linux-v4.19/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-v4.19/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(tcf_vlan_push_vid(tc_act)); in bnxt_tc_parse_vlan() 89 actions->push_vlan_tpid = tcf_vlan_push_proto(tc_act); 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-v4.19/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 17 /sys/kernel/debug/notifier-error-inject/pm/actions/<notifier event>/error 28 # echo -12 > actions/PM_SUSPEND_PREPARE/error 35 /sys/kernel/debug/notifier-error-inject/memory/actions/<notifier event>/error 45 # echo -12 > actions/MEM_GOING_OFFLINE/error 52 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error 64 /sys/kernel/debug/notifier-error-inject/netdev/actions/<notifier event>/error 81 # echo -22 > actions/NETDEV_CHANGEMTU/error
|
/Linux-v4.19/net/sched/ |
D | act_api.c | 598 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument 611 const struct tc_action *a = actions[i]; in tcf_action_exec() 646 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() argument 652 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy() 653 a = actions[i]; in tcf_action_destroy() 654 actions[i] = NULL; in tcf_action_destroy() 667 struct tc_action *actions[] = { a, NULL }; in tcf_action_destroy_1() local 669 return tcf_action_destroy(actions, bind); in tcf_action_destroy_1() 678 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() argument 683 struct tc_action *a = actions[i]; in tcf_action_put_many() [all …]
|
/Linux-v4.19/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
|
D | core.c | 61 const union decode_action *actions; in arch_prepare_kprobe() local 73 actions = kprobes_t32_actions; in arch_prepare_kprobe() 77 actions = kprobes_t16_actions; in arch_prepare_kprobe() 86 actions = kprobes_arm_actions; in arch_prepare_kprobe() 93 switch ((*decode_insn)(insn, &p->ainsn, true, actions, checkers)) { in arch_prepare_kprobe()
|
/Linux-v4.19/Documentation/devicetree/bindings/power/ |
D | actions,owl-sps.txt | 4 - compatible : "actions,s500-sps" for S500 5 "actions,s700-sps" for S700 16 compatible = "actions,s500-sps";
|
/Linux-v4.19/tools/testing/selftests/cpu-hotplug/ |
D | cpu-on-off-test.sh | 256 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 264 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 272 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_UP_PREPARE/error 280 echo $error > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error 285 echo 0 > $NOTIFIER_ERR_INJECT_DIR/actions/CPU_DOWN_PREPARE/error
|
/Linux-v4.19/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-v4.19/Documentation/devicetree/bindings/arm/ |
D | actions.txt | 10 - compatible : must contain "actions,s500" 34 - compatible : must contain "actions,s700" 49 - compatible : must contain "actions,s900"
|
/Linux-v4.19/net/openvswitch/ |
D | actions.c | 50 const struct nlattr *actions; member 138 const struct nlattr *actions, in add_deferred_actions() argument 148 da->actions = actions; in add_deferred_actions() 169 const struct nlattr *actions, int len, 978 const struct nlattr *actions, int actions_len, in output_userspace() argument 1018 upcall.actions = actions; in output_userspace() 1037 struct nlattr *actions; in sample() local 1046 actions = nla_next(sample_arg, &rem); in sample() 1056 return clone_execute(dp, skb, key, 0, actions, rem, last, in sample() 1068 struct nlattr *actions; in clone() local [all …]
|
/Linux-v4.19/tools/perf/ |
D | builtin-config.c | 26 enum actions { enum 28 } actions; variable 31 OPT_SET_UINT('l', "list", &actions, 193 switch (actions) { in cmd_config()
|
/Linux-v4.19/arch/arm/probes/ |
D | decode.c | 416 bool emulate, const union decode_action *actions, in probes_decode_insn() argument 480 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 491 asi->insn_handler = actions[action].handler; in probes_decode_insn() 505 return actions[action].decoder(insn, asi, h); in probes_decode_insn() 507 asi->insn_handler = actions[action].handler; in probes_decode_insn()
|
D | decode-thumb.h | 94 bool emulate, const union decode_action *actions, 98 bool emulate, const union decode_action *actions,
|
/Linux-v4.19/arch/parisc/kernel/ |
D | processor.c | 207 struct irqaction actions[]; in processor_probe() 213 actions = kmalloc(sizeof(struct irqaction)*MAX_CPU_IRQ, GFP_ATOMIC); in processor_probe() 214 if (!actions) { in processor_probe() 216 actions = cpu_irq_actions[0]; in processor_probe() 219 cpu_irq_actions[cpuid] = actions; in processor_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-owl.txt | 5 - compatible : Should be "actions,s900-i2c". 20 compatible = "actions,s900-i2c";
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_acl_flex_actions.c | 166 char *actions = set->ht_key.enc_actions; in mlxsw_afa_set_goto_set() local 168 mlxsw_afa_set_type_set(actions, MLXSW_AFA_SET_TYPE_GOTO); in mlxsw_afa_set_goto_set() 169 mlxsw_afa_set_goto_g_set(actions, true); in mlxsw_afa_set_goto_set() 170 mlxsw_afa_set_goto_binding_cmd_set(actions, cmd); in mlxsw_afa_set_goto_set() 171 mlxsw_afa_set_goto_next_binding_set(actions, group_id); in mlxsw_afa_set_goto_set() 177 char *actions = set->ht_key.enc_actions; in mlxsw_afa_set_next_set() local 179 mlxsw_afa_set_type_set(actions, MLXSW_AFA_SET_TYPE_NEXT); in mlxsw_afa_set_next_set() 180 mlxsw_afa_set_next_action_set_ptr_set(actions, next_set_kvdl_index); in mlxsw_afa_set_next_set() 637 char *actions; in mlxsw_afa_block_append_action() local 657 actions = block->cur_set->ht_key.enc_actions; in mlxsw_afa_block_append_action() [all …]
|
/Linux-v4.19/lib/ |
D | asn1_decoder.c | 177 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder() local 350 ret = actions[act](context, hdr, tag, data + dp, len); in asn1_ber_decoder() 441 ret = actions[act](context, hdr, 0, data + tdp, len); in asn1_ber_decoder() 454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
|