Home
last modified time | relevance | path

Searched refs:actions (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Denvironment.hpp50 struct actions struct
92 operator()(Env & env, Actions & actions) const in operator ()()
94 vector2<Env &, Actions &> e = {env, actions}; in operator ()()
100 operator()(Env const & env, Actions & actions) const in operator ()()
102 vector2<Env const &, Actions &> e = {env, actions}; in operator ()()
108 operator()(Env & env, Actions const & actions) const in operator ()()
110 vector2<Env &, Actions const &> e = {env, actions}; in operator ()()
116 operator()(Env const & env, Actions const & actions) const in operator ()()
118 vector2<Env const&, Actions const &> e = {env, actions}; in operator ()()
159 struct actions struct
[all …]
H A Dmeta_grammar.hpp62 , typename result_of::actions<State>::type
74 return what()(e, phoenix::env(s), actions(s)); in operator ()()
86 , typename result_of::actions<State>::type
98 return what()(e, phoenix::env(s), actions(s)); in operator ()()
134 , typename result_of::actions<Context const&>::type
147 , typename result_of::actions<Context const&>::type
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/actions/
H A Ds900.dtsi6 #include <dt-bindings/clock/actions,s900-cmu.h>
9 #include <dt-bindings/reset/actions,s900-reset.h>
12 compatible = "actions,s900";
123 compatible = "actions,s900-uart", "actions,owl-uart";
131 compatible = "actions,s900-uart", "actions,owl-uart";
139 compatible = "actions,s900-uart", "actions,owl-uart";
147 compatible = "actions,s900-uart", "actions,owl-uart";
155 compatible = "actions,s900-uart", "actions,owl-uart";
163 compatible = "actions,s900-uart", "actions,owl-uart";
171 compatible = "actions,s900-uart", "actions,owl-uart";
[all …]
H A Ds700.dtsi6 #include <dt-bindings/clock/actions,s700-cmu.h>
9 #include <dt-bindings/reset/actions,s700-reset.h>
12 compatible = "actions,s700";
117 compatible = "actions,s900-uart", "actions,owl-uart";
125 compatible = "actions,s900-uart", "actions,owl-uart";
133 compatible = "actions,s900-uart", "actions,owl-uart";
141 compatible = "actions,s900-uart", "actions,owl-uart";
149 compatible = "actions,s900-uart", "actions,owl-uart";
157 compatible = "actions,s900-uart", "actions,owl-uart";
165 compatible = "actions,s900-uart", "actions,owl-uart";
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dowl-s500.dtsi12 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 …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c67 struct bnxt_tc_actions *actions, in bnxt_tc_parse_redir() argument
77 actions->flags |= BNXT_TC_ACTION_FLAG_FWD; in bnxt_tc_parse_redir()
78 actions->dst_dev = dev; in bnxt_tc_parse_redir()
83 struct bnxt_tc_actions *actions, in bnxt_tc_parse_vlan() argument
88 actions->flags |= BNXT_TC_ACTION_FLAG_POP_VLAN; in bnxt_tc_parse_vlan()
91 actions->flags |= BNXT_TC_ACTION_FLAG_PUSH_VLAN; in bnxt_tc_parse_vlan()
92 actions->push_vlan_tci = htons(act->vlan.vid); in bnxt_tc_parse_vlan()
93 actions->push_vlan_tpid = act->vlan.proto; in bnxt_tc_parse_vlan()
102 struct bnxt_tc_actions *actions, in bnxt_tc_parse_tunnel_set() argument
113 actions->tun_encap_key = *tun_key; in bnxt_tc_parse_tunnel_set()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/
H A D0002-use-lxdm-to-replace-dm-tool.patch13 plugins/actions/actions.c | 8 ++++----
16 diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
18 --- a/plugins/actions/actions.c
19 +++ b/plugins/actions/actions.c
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c11 void *actions; member
29 return jhash(key->actions, in hash_mod_hdr_info()
38 return memcmp(a->actions, b->actions, in cmp_mod_hdr_info()
84 key.actions = mod_hdr_acts->actions; in mlx5e_mod_hdr_attach()
108 mh->key.actions = (void *)mh + sizeof(*mh); in mlx5e_mod_hdr_attach()
109 memcpy(mh->key.actions, key.actions, actions_size); in mlx5e_mod_hdr_attach()
119 mh->key.actions); in mlx5e_mod_hdr_attach()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dlowlevel_init.c174 int actions = 0; in do_lowlevel_init() local
202 actions = DO_CLOCKS | DO_WAKEUP; in do_lowlevel_init()
206 actions = DO_WAKEUP; in do_lowlevel_init()
210 actions = DO_CLOCKS | DO_MEM_RESET | DO_POWER; in do_lowlevel_init()
213 if (actions & DO_POWER) in do_lowlevel_init()
216 if (actions & DO_CLOCKS) { in do_lowlevel_init()
225 mem_ctrl_init(actions & DO_MEM_RESET); in do_lowlevel_init()
229 return actions & DO_WAKEUP; in do_lowlevel_init()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c164 struct actions { struct
213 static struct actions pipe_actions = {
252 static struct actions yield_actions = {
382 static struct actions futex_actions = {
418 struct actions *actions = &yield_actions; in main() local
442 actions = &pipe_actions; in main()
444 actions = &yield_actions; in main()
446 actions = &futex_actions; in main()
477 if (actions == &pipe_actions) in main()
479 else if (actions == &yield_actions) in main()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmunlock.c47 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 …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt1058 access("/user/folk/clint/.kde/share/icons/crystalsvg/22x22/actions/about_kde.png", F_OK) = -1 ENOEN…
1059 access("/opt/kde3/share/icons/crystalsvg/22x22/actions/about_kde.png", F_OK) = 0
1060 access("/user/folk/clint/.kde/share/icons/crystalsvg/32x32/actions/about_kde.png", F_OK) = -1 ENOEN…
1061 access("/opt/kde3/share/icons/crystalsvg/32x32/actions/about_kde.png", F_OK) = 0
1062 access("/user/folk/clint/.kde/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = -1 ENOEN…
1063 access("/opt/kde3/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = 0
1064 access("/user/folk/clint/.kde/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = -1 ENOEN…
1065 access("/opt/kde3/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = 0
1066 access("/user/folk/clint/.kde/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = -1 ENOEN…
1067 access("/opt/kde3/share/icons/crystalsvg/16x16/actions/about_kde.png", F_OK) = 0
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dactions,owl-cmu.txt10 "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";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dactions,owl-uart.txt4 - 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";
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebview.cpp180 const QList<QAction *> actions = menu->actions(); in contextMenuEvent() local
181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
182 if (inspectElement == actions.cend()) { in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
184 if (viewSource == actions.cend()) in contextMenuEvent()
191 QAction *before(inspectElement == actions.cend() ? nullptr : *inspectElement); in contextMenuEvent()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebview.cpp180 const QList<QAction *> actions = menu->actions(); in contextMenuEvent() local
181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
182 if (inspectElement == actions.cend()) { in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
184 if (viewSource == actions.cend()) in contextMenuEvent()
191 QAction *before(inspectElement == actions.cend() ? nullptr : *inspectElement); in contextMenuEvent()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c231 struct mlx5dr_action **actions; in mlx5_cmd_dr_create_fte() local
245 actions = kcalloc(MLX5_FLOW_CONTEXT_ACTION_MAX, sizeof(*actions), in mlx5_cmd_dr_create_fte()
247 if (!actions) { in mlx5_cmd_dr_create_fte()
296 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
304 actions[num_actions++] = in mlx5_cmd_dr_create_fte()
318 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
329 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
333 actions[num_actions++] = in mlx5_cmd_dr_create_fte()
343 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
353 actions[num_actions++] = tmp_action; in mlx5_cmd_dr_create_fte()
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_api.c675 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() argument
688 const struct tc_action *a = actions[i]; in tcf_action_exec()
736 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() argument
742 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_destroy()
743 a = actions[i]; in tcf_action_destroy()
744 actions[i] = NULL; in tcf_action_destroy()
761 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() argument
766 struct tc_action *a = actions[i]; in tcf_action_put_many()
851 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump() argument
858 for (i = 0; i < TCA_ACT_MAX_PRIO && actions[i]; i++) { in tcf_action_dump()
[all …]
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dactions.c36 const struct nlattr *actions; member
124 const struct nlattr *actions, in add_deferred_actions() argument
134 da->actions = actions; in add_deferred_actions()
155 const struct nlattr *actions, int len,
943 const struct nlattr *actions, int actions_len, in output_userspace() argument
983 upcall.actions = actions; in output_userspace()
999 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local
1001 if (nla_len(actions)) in dec_ttl_exception_handler()
1002 return clone_execute(dp, skb, key, 0, nla_data(actions), in dec_ttl_exception_handler()
1003 nla_len(actions), last, false); in dec_ttl_exception_handler()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dwebview.cpp179 const QList<QAction*> actions = menu->actions(); in contextMenuEvent() local
180 …auto it = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::OpenLinkInThi… in contextMenuEvent()
181 if (it != actions.cend()) { in contextMenuEvent()
184 QAction *before(it == actions.cend() ? nullptr : *it); in contextMenuEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebview.cpp179 const QList<QAction*> actions = menu->actions(); in contextMenuEvent() local
180 …auto it = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::OpenLinkInThi… in contextMenuEvent()
181 if (it != actions.cend()) { in contextMenuEvent()
184 QAction *before(it == actions.cend() ? nullptr : *it); in contextMenuEvent()
/OK3568_Linux_fs/kernel/Documentation/fault-injection/
H A Dnotifier-error-inject.rst18 /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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/timer/
H A Dactions,owl-timer.txt4 - compatible : "actions,s500-timer" for S500
5 "actions,s700-timer" for S700
6 "actions,s900-timer" for S900
16 compatible = "actions,s500-timer";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Dactions,owl-sps.txt4 - compatible : "actions,s500-sps" for S500
5 "actions,s700-sps" for S700
6 "actions,s900-sps" for S900
18 compatible = "actions,s500-sps";
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/efivar/efivar/
H A Defisecdb-fix-build-with-musl-libc.patch45 +static list_t actions;
57 - list_t *actions = (list_t *)actionsp;
60 - for_each_action_safe(pos, tmp, actions) {
61 + for_each_action_safe(pos, tmp, &actions) {
121 -static list_t actions;
137 INIT_LIST_HEAD(&actions);
139 - on_exit(free_actions, &actions);

12345678910>>...21