/Zephyr-latest/lib/utils/ |
D | notify.c | 24 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/ |
D | notify.h | 139 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/ |
D | rk3568.dtsi | 28 enable-method = "psci"; 35 enable-method = "psci"; 42 enable-method = "psci"; 50 enable-method = "psci"; 68 method = "smc";
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_parser.c | 845 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/ |
D | sip_svc_shell.c | 53 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/ |
D | pm_cpu_ops_psci.c | 163 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/ |
D | sip_svc_controller.h | 71 char method[SIP_SVC_SUBSYS_CONDUIT_NAME_LENGTH]; member 111 .method = conduit_name, \
|
D | sip_svc.h | 186 void *sip_svc_get_controller(char *method);
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 4 # 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/ |
D | sip_smc_intel_socfpga.c | 177 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/ |
D | main.c | 197 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/ |
D | native_sim_64.overlay | 9 method = "smc";
|
/Zephyr-latest/tests/lib/notify/src/ |
D | main.c | 118 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/ |
D | Kconfig | 5 bool "Set smc call method to hvc"
|
/Zephyr-latest/boards/nxp/lpcxpresso55s36/ |
D | Kconfig.defconfig | 10 # Board only supports MCUBoot via "upgrade only" method:
|
/Zephyr-latest/boards/nxp/frdm_mcxa156/ |
D | Kconfig.defconfig | 10 # Board only supports MCUBoot via "upgrade only" method:
|
/Zephyr-latest/boards/nxp/lpcxpresso55s06/ |
D | Kconfig.defconfig | 11 # Board only supports MCUBoot via "upgrade only" method:
|
/Zephyr-latest/snippets/xen_dom0/ |
D | xen_dom0.overlay | 18 method = "hvc";
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig | 19 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/ |
D | Kconfig.defconfig | 14 # Board only supports MCUBoot via "upgrade only" method:
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | Kconfig.defconfig | 19 # Board only supports MCUBoot via "upgrade only" method:
|
/Zephyr-latest/boards/xen/xenvm/ |
D | xenvm.dts | 39 enable-method = "psci"; 46 method = "hvc";
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 42 # 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/ |
D | intel_socfpga_agilex5.dtsi | 22 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/ |
D | r8a77951.dtsi | 21 enable-method = "psci";
|