Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 172) sorted by relevance

1234567

/Zephyr-latest/lib/utils/
Dnotify.c24 if (notify->method.callback == NULL) { in sys_notify_validate()
30 if (notify->method.signal == NULL) { in sys_notify_validate()
53 uint32_t method = sys_notify_get_method(notify); in sys_notify_finalize() local
59 switch (method) { in sys_notify_finalize()
63 rv = notify->method.callback; in sys_notify_finalize()
66 sig = notify->method.signal; in sys_notify_finalize()
/Zephyr-latest/include/zephyr/sys/
Dnotify.h139 union method { union
149 } method; member
180 uint32_t method = notify->flags >> SYS_NOTIFY_METHOD_POS; in sys_notify_get_method() local
182 return method & SYS_NOTIFY_METHOD_MASK; in sys_notify_get_method()
299 .method = { in sys_notify_init_signal()
328 .method = { in sys_notify_init_callback()
/Zephyr-latest/dts/arm64/rockchip/
Drk3568.dtsi28 enable-method = "psci";
35 enable-method = "psci";
42 enable-method = "psci";
50 enable-method = "psci";
68 method = "smc";
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c845 parser->method = HTTP_HEAD; in parser_execute()
1113 parser->method = (enum http_method) 0; in parser_execute()
1117 parser->method = HTTP_ACL; in parser_execute()
1120 parser->method = HTTP_BIND; in parser_execute()
1123 parser->method = HTTP_CONNECT; in parser_execute()
1127 parser->method = HTTP_DELETE; in parser_execute()
1130 parser->method = HTTP_GET; in parser_execute()
1133 parser->method = HTTP_HEAD; in parser_execute()
1136 parser->method = HTTP_LOCK; /* or LINK */ in parser_execute()
1139 parser->method = in parser_execute()
[all …]
/Zephyr-latest/subsys/sip_svc/
Dsip_svc_shell.c53 shell_error(sh, "%s: register fail", ctrl->method); in cmd_reg()
56 shell_print(sh, "%s: register success: client token %08x\n", ctrl->method, c_token); in cmd_reg()
87 shell_error(sh, "%s: unregister fail (%d): client token %08x", ctrl->method, err, in cmd_unreg()
90 shell_print(sh, "%s: unregister success: client token %08x", ctrl->method, in cmd_unreg()
141 shell_error(sh, "%s: open fail (%d): client token %08x", ctrl->method, err, in cmd_open()
144 shell_print(sh, "%s: open success: client token %08x", ctrl->method, in cmd_open()
175 shell_error(sh, "%s: close fail (%d): client token %08x", ctrl->method, err, in cmd_close()
178 shell_print(sh, "%s: close success: client token %08x", ctrl->method, in cmd_close()
327 shell_error(sh, "%s: send fail: client token %08x", ctrl->method, in cmd_send()
334 shell_print(sh, "%s: send success: client token %08x, trans_id %d", ctrl->method, in cmd_send()
/Zephyr-latest/drivers/pm_cpu_ops/
Dpm_cpu_ops_psci.c163 if (!strcmp("hvc", dev_config->method)) { in set_conduit_method()
166 } else if (!strcmp("smc", dev_config->method)) { in set_conduit_method()
219 .method = DT_PROP(DT_DRV_INST(inst), method) \
/Zephyr-latest/include/zephyr/sip_svc/
Dsip_svc_controller.h71 char method[SIP_SVC_SUBSYS_CONDUIT_NAME_LENGTH]; member
111 .method = conduit_name, \
Dsip_svc.h186 void *sip_svc_get_controller(char *method);
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake4 # By default stm32cubeprogrammer configured to use DFU upload method.
5 # Comment below line and uncomment the second line to use SWD upoad method.
/Zephyr-latest/drivers/sip_svc/
Dsip_smc_intel_socfpga.c177 LOG_DBG("Before %s call", DT_PROP(DT_SIP_SMC, method)); in intel_sip_secure_monitor_call()
194 LOG_DBG("After %s call", DT_PROP(DT_SIP_SMC, method)); in intel_sip_secure_monitor_call()
209 LOG_INF("Supervisory call %s registered successfully", DT_PROP(DT_SIP_SMC, method)); in arm_sip_smc_init()
231 SIP_SVC_CONTROLLER_DEFINE(0, DT_PROP(DT_SIP_SMC, method), DEVICE_DT_GET(DT_SIP_SMC),
/Zephyr-latest/samples/net/sockets/http_client/src/
Dmain.c197 req.method = HTTP_GET; in run_queries()
215 req.method = HTTP_GET; in run_queries()
253 req.method = HTTP_POST; in run_queries()
273 req.method = HTTP_POST; in run_queries()
319 req.method = HTTP_POST; in run_queries()
343 req.method = HTTP_POST; in run_queries()
/Zephyr-latest/tests/drivers/tee/optee/boards/
Dnative_sim_64.overlay9 method = "smc";
/Zephyr-latest/tests/lib/notify/src/
Dmain.c118 notify.method.signal = NULL; in ZTEST()
134 zassert_equal(notify.method.signal, &sig, in ZTEST()
185 notify.method.callback = NULL; in ZTEST()
201 zassert_equal(notify.method.callback, in ZTEST()
/Zephyr-latest/tests/arch/arm64/arm64_smc_call/
DKconfig5 bool "Set smc call method to hvc"
/Zephyr-latest/boards/nxp/lpcxpresso55s36/
DKconfig.defconfig10 # Board only supports MCUBoot via "upgrade only" method:
/Zephyr-latest/boards/nxp/frdm_mcxa156/
DKconfig.defconfig10 # Board only supports MCUBoot via "upgrade only" method:
/Zephyr-latest/boards/nxp/lpcxpresso55s06/
DKconfig.defconfig11 # Board only supports MCUBoot via "upgrade only" method:
/Zephyr-latest/snippets/xen_dom0/
Dxen_dom0.overlay18 method = "hvc";
/Zephyr-latest/soc/espressif/common/
DKconfig19 bool "Simple Boot method"
22 The Simple Boot is a booting method that doesn't need a 2nd stage bootloader.
24 Please note that this method brings the system up with all memories set-up, but
/Zephyr-latest/boards/nxp/lpcxpresso55s16/
DKconfig.defconfig14 # Board only supports MCUBoot via "upgrade only" method:
/Zephyr-latest/boards/nxp/frdm_mcxn947/
DKconfig.defconfig19 # Board only supports MCUBoot via "upgrade only" method:
/Zephyr-latest/boards/xen/xenvm/
Dxenvm.dts39 enable-method = "psci";
46 method = "hvc";
/Zephyr-latest/scripts/ci/
Dpylintrc42 # abstract-method
72 bad-mcs-method-argument,
102 method-hidden,
104 no-method-argument,
113 unexpected-special-method-signature,
238 deprecated-method,
/Zephyr-latest/dts/arm64/intel/
Dintel_socfpga_agilex5.dtsi22 enable-method = "psci";
29 enable-method = "psci";
36 enable-method = "psci";
43 enable-method = "psci";
87 method = "smc";
223 method = "smc";
/Zephyr-latest/dts/arm64/renesas/
Dr8a77951.dtsi21 enable-method = "psci";

1234567