Home
last modified time | relevance | path

Searched full:method (Results 1 – 25 of 248) sorted by relevance

12345678910

/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h510 * This method can be used asynchronously by setting @p rsp and @p comp
511 * as NULL. This way the method will not wait for response and will return
528 * This method can be used asynchronously by setting @p status
529 * as NULL. This way the method will not wait for response and will
544 * This method can be used asynchronously by setting @p status and @p phase
545 * as NULL. This way the method will not wait for response and will
561 * This method can be used asynchronously by setting @p status and @p phase
562 * as NULL. This way the method will not wait for response and will
580 * This method can be used asynchronously by setting @p status
581 * as NULL. This way the method will not wait for response and will
[all …]
Dhealth_cli.h117 * This method can be used asynchronously by setting @p test_id
118 * and ( @p faults or @p fault_count ) as NULL This way the method
122 * To process the response arguments of an async method, register
143 * This method can be used asynchronously by setting @p test_id
144 * and ( @p faults or @p fault_count ) as NULL This way the method
148 * To process the response arguments of an async method, register
183 * This method can be used asynchronously by setting @p faults
184 * or @p fault_count as NULL This way the method will not wait
187 * To process the response arguments of an async method, register
227 * This method can be used asynchronously by setting @p divisor
[all …]
Dod_priv_proxy_cli.h52 * This method can be used asynchronously by setting @p val_rsp as NULL.
53 * This way the method will not wait for response and will
56 * To process the response arguments of an async method, register
69 * This method can be used asynchronously by setting @p val_rsp as NULL.
70 * This way the method will not wait for response and will
73 * To process the response arguments of an async method, register
Dpriv_beacon_cli.h104 * This method can be used asynchronously by setting @p rsp as NULL.
105 * This way the method will not wait for response and will return
132 * This method can be used asynchronously by setting @p rsp as NULL.
133 * This way the method will not wait for response and will return
159 * This method can be used asynchronously by setting @p rsp as NULL.
160 * This way the method will not wait for response and will return
Dsol_pdu_rpl_cli.h55 * This method can be used asynchronously by setting @p start_rsp or
56 * @p len_rsp as NULL. This way the method will not wait for response and will
59 * To process the response arguments of an async method, register
/Zephyr-Core-3.6.0/dts/arm64/rockchip/
Drk3568.dtsi28 enable-method = "psci";
35 enable-method = "psci";
42 enable-method = "psci";
50 enable-method = "psci";
68 method = "smc";
/Zephyr-Core-3.6.0/tests/lib/notify/src/
Dmain.c40 "accepted bad method"); in ZTEST()
72 "method corrupted"); in ZTEST()
118 notify.method.signal = NULL; in ZTEST()
134 zassert_equal(notify.method.signal, &sig, in ZTEST()
140 "method corrupted"); in ZTEST()
185 notify.method.callback = NULL; in ZTEST()
201 zassert_equal(notify.method.callback, in ZTEST()
208 "method corrupted"); in ZTEST()
/Zephyr-Core-3.6.0/subsys/sip_svc/
Dsip_svc_shell.c34 shell_error(sh, "ARM SiP services method %s not initialized", argv[1]); in parse_common_args()
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()
[all …]
/Zephyr-Core-3.6.0/dts/bindings/pm_cpu_ops/
Darm_psci.yaml12 method:
15 description: The method of calling the PSCI firmware.
/Zephyr-Core-3.6.0/subsys/net/lib/mqtt/
Dmqtt_os.h35 * @details This method is called during module initialization @ref mqtt_init.
44 * @details This is assumed to be a blocking method until the acquisition
65 /**@brief Method to get the sys tick or a wall clock in millisecond resolution.
74 /**@brief Method to get elapsed time in milliseconds since the last activity.
/Zephyr-Core-3.6.0/dts/bindings/sip_svc/
Dintel,agilex-socfpga-sip-smc.yaml12 method:
17 The method of calling the EL3 firmware.The current driver only supports
/Zephyr-Core-3.6.0/include/zephyr/drivers/pcie/
Dcontroller.h37 * configuration space access method (I/O port, memory mapped or custom method)
51 * configuration space access method (I/O port, memory mapped or custom method)
133 * configuration space access method, known as PCI Control Access Method (CAM) or
134 * PCIe Extended Control Access Method (ECAM).
148 * configuration space access method, known as PCI Control Access Method (CAM) or
149 * PCIe Extended Control Access Method (ECAM).
189 * configuration space access method (I/O port, memory mapped or custom method)
209 * configuration space access method (I/O port, memory mapped or custom method)
/Zephyr-Core-3.6.0/dts/bindings/cpu/
Dcpu.yaml21 enable-method:
23 description: Enable method for cpu, either it is "psci" or "spin-table"
/Zephyr-Core-3.6.0/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()
170 LOG_ERR("Invalid conduit method"); in set_conduit_method()
214 * the below mentioned DT method where we need to #undef the default version arm,psci-0.2
219 .method = DT_PROP(DT_DRV_INST(inst), method) \
/Zephyr-Core-3.6.0/include/zephyr/sys/
Dnotify.h21 * Flag value that overwrites the method field when the operation has
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()
195 * passed because only method bits of flags are tested against method
299 .method = { in sys_notify_init_signal()
328 .method = { in sys_notify_init_callback()
/Zephyr-Core-3.6.0/dts/arm64/intel/
Dintel_socfpga_agilex5.dtsi21 enable-method = "psci";
28 enable-method = "psci";
35 enable-method = "psci";
42 enable-method = "psci";
86 method = "smc";
218 method = "smc";
/Zephyr-Core-3.6.0/samples/application_development/external_lib/
DREADME.rst20 Chocolatey Method
31 Manual Install Method
/Zephyr-Core-3.6.0/scripts/ci/
Dpylintrc42 # abstract-method
73 bad-mcs-method-argument,
103 method-hidden,
105 no-method-argument,
114 unexpected-special-method-signature,
242 deprecated-method,
/Zephyr-Core-3.6.0/subsys/net/lib/http/
Dhttp_parser.c347 {"HPE_INVALID_METHOD", "invalid HTTP method"},
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()
[all …]
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec172x/
DKconfig.soc66 JTAG port in SWD mode and ETM as tracing method.
72 JTAG port in SWD mode and SWV as tracing method.
/Zephyr-Core-3.6.0/tests/arch/arm64/arm64_smc_call/
DKconfig5 bool "Set smc call method to hvc"
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec1501/
DKconfig.soc79 JTAG port in SWD mode and SWV as tracing method.
85 JTAG port in SWD mode and SWV as tracing method.
/Zephyr-Core-3.6.0/doc/services/device_mgmt/
Dota.rst9 Over-the-Air (OTA) Update is a method for delivering firmware updates to remote
13 infrastructure to host the firmware binary and implement a method of signaling
18 same method can be used as part of OTA. The binary is first downloaded
/Zephyr-Core-3.6.0/boards/arm/lpcxpresso55s36/
DKconfig.defconfig13 # Board only supports MCUBoot via "upgrade only" method:

12345678910