| /Zephyr-4.2.1/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-4.2.1/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-4.2.1/scripts/pylib/display-twister-harness/camera_shield/plugins/ |
| D | signature_plugin.py | 43 def generate_frame_signature(self, frame, method="combined") -> dict: argument 68 if method in ["phash", "combined"]: 88 if method in ["dhash", "combined"]: 106 if method in ["histogram", "combined"]: 120 if method in ["combined"]: 141 def compare_signatures(self, sig1, sig2, method="combined") -> float: argument 158 if method in ["phash", "combined"] and "phash" in sig1 and "phash" in sig2: 167 if method in ["dhash", "combined"] and "dhash" in sig1 and "dhash" in sig2: 176 if method in ["histogram", "combined"]: 201 if method in ["combined"] and "edge_ratio" in sig1 and "edge_ratio" in sig2: [all …]
|
| /Zephyr-4.2.1/dts/arm64/xilinx/ |
| D | versalnet_a78.dtsi | 27 enable-method = "psci"; 33 enable-method = "psci"; 40 enable-method = "psci"; 47 enable-method = "psci"; 54 method = "smc";
|
| /Zephyr-4.2.1/dts/arm64/rockchip/ |
| D | rk3568.dtsi | 27 enable-method = "psci"; 34 enable-method = "psci"; 41 enable-method = "psci"; 48 enable-method = "psci"; 66 method = "smc";
|
| D | rk3588.dtsi | 24 enable-method = "psci"; 32 enable-method = "psci"; 39 enable-method = "psci"; 46 enable-method = "psci"; 64 method = "smc";
|
| /Zephyr-4.2.1/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-4.2.1/subsys/net/lib/http/ |
| D | http_parser.c | 1005 parser->method = HTTP_HEAD; in parser_execute() 1277 parser->method = (enum http_method) 0; in parser_execute() 1281 parser->method = HTTP_ACL; in parser_execute() 1284 parser->method = HTTP_BIND; in parser_execute() 1287 parser->method = HTTP_CONNECT; in parser_execute() 1291 parser->method = HTTP_DELETE; in parser_execute() 1294 parser->method = HTTP_GET; in parser_execute() 1297 parser->method = HTTP_HEAD; in parser_execute() 1300 parser->method = HTTP_LOCK; /* or LINK */ in parser_execute() 1303 parser->method = in parser_execute() [all …]
|
| /Zephyr-4.2.1/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-4.2.1/include/zephyr/sip_svc/ |
| D | sip_svc_controller.h | 71 char method[SIP_SVC_SUBSYS_CONDUIT_NAME_LENGTH]; member 111 .method = conduit_name, \
|
| /Zephyr-4.2.1/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-4.2.1/samples/net/sockets/coap_upload/src/ |
| D | main.c | 131 .method = COAP_METHOD_PUT, in coap_upload() 141 .method = COAP_METHOD_PUT, in coap_upload() 150 .method = COAP_METHOD_PUT, in coap_upload() 160 .method = COAP_METHOD_PUT, in coap_upload()
|
| /Zephyr-4.2.1/tests/drivers/tee/optee/boards/ |
| D | native_sim_64.overlay | 9 method = "smc";
|
| /Zephyr-4.2.1/tests/net/lib/http_client/src/ |
| D | main.c | 46 switch (client->method) { in dynamic_cb() 154 req.method = HTTP_GET; in ZTEST() 176 req.method = HTTP_GET; in test_http1_client_get_cb_common() 277 req.method = HTTP_GET; in ZTEST() 294 req.method = HTTP_GET; in ZTEST() 310 req.method = HTTP_POST; in ZTEST() 347 req.method = HTTP_POST; in ZTEST()
|
| /Zephyr-4.2.1/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-4.2.1/boards/nxp/imx93_evk/ |
| D | imx93_evk_mimx9352_a55_smp.dts | 20 method = "smc";
|
| /Zephyr-4.2.1/samples/net/sockets/http_client/src/ |
| D | main.c | 193 req.method = HTTP_GET; in run_queries() 220 req.method = HTTP_GET; in run_queries() 250 req.method = HTTP_POST; in run_queries() 279 req.method = HTTP_POST; in run_queries() 318 req.method = HTTP_POST; in run_queries() 352 req.method = HTTP_POST; in run_queries()
|
| /Zephyr-4.2.1/boards/nxp/frdm_mcxn236/ |
| D | Kconfig.defconfig | 8 # Board only supports MCUBoot via "upgrade only" method:
|
| /Zephyr-4.2.1/tests/arch/arm64/arm64_smc_call/ |
| D | Kconfig | 5 bool "Set smc call method to hvc"
|
| /Zephyr-4.2.1/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-4.2.1/boards/nxp/lpcxpresso55s36/ |
| D | Kconfig.defconfig | 10 # Board only supports MCUBoot via "upgrade only" method:
|
| /Zephyr-4.2.1/boards/nxp/lpcxpresso55s06/ |
| D | Kconfig.defconfig | 11 # Board only supports MCUBoot via "upgrade only" method:
|
| /Zephyr-4.2.1/snippets/xen_dom0/ |
| D | xen_dom0.overlay | 18 method = "hvc";
|
| /Zephyr-4.2.1/boards/nxp/mcxw23_evk/ |
| D | Kconfig.defconfig | 13 # Board only supports MCUBoot via "upgrade only" method:
|
| /Zephyr-4.2.1/boards/nxp/frdm_mcxw23/ |
| D | Kconfig.defconfig | 13 # Board only supports MCUBoot via "upgrade only" method:
|