Home
last modified time | relevance | path

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

12345678910>>...13

/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/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.h133 * This method can be used asynchronously by setting @p test_id
134 * and ( @p faults or @p fault_count ) as NULL This way the method
138 * To process the response arguments of an async method, register
159 * This method can be used asynchronously by setting @p test_id
160 * and ( @p faults or @p fault_count ) as NULL This way the method
164 * To process the response arguments of an async method, register
199 * This method can be used asynchronously by setting @p faults
200 * or @p fault_count as NULL This way the method will not wait
203 * To process the response arguments of an async method, register
243 * 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
Dbrg_cfg_cli.h116 * This method can be used asynchronously by setting @p status as NULL. This
117 * way the method will not wait for response and will return immediately after
139 * This method can be used asynchronously by setting @p status as NULL. This
140 * way the method will not wait for response and will return immediately after
166 * This method can be used asynchronously by setting @p size as NULL. This way
167 * the method will not wait for response and will return immediately after
187 * This method can be used asynchronously by setting @p rsp as NULL. This way
188 * the method will not wait for response and will return immediately after
211 * This method can be used asynchronously by setting @p rsp as NULL. This way
212 * the method will not wait for response and will return immediately after
[all …]
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-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/modules/openthread/platform/
Dhdlc_interface.hpp70 * This method initializes the HDLC interface.
76 * This method deinitializes the HDLC interface.
82 * This method performs radio driver processing.
90 * This method encodes and sends a spinel frame to Radio Co-processor (RCP) over the socket.
92 …* This is blocking call, i.e., if the socket is not writable, this method waits for it to become w…
106 * This method waits for receiving part or all of spinel frame within specified timeout.
117 * This method is called by the HDLC RX Callback when a HDLC message has been received
128 * This method is called when RCP failure detected and resets internal states of the interface.
134 * This method is called when RCP is reset to recreate the connection with it.
141 * This method hardware resets the RCP.
/Zephyr-latest/dts/bindings/arm/
Dlinaro,optee-tz.yaml11 method:
14 description: The method of calling the OP-TEE Trusted OS.
/Zephyr-latest/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-latest/dts/bindings/pm_cpu_ops/
Darm_psci.yaml12 method:
15 description: The method of calling the PSCI firmware.
/Zephyr-latest/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-latest/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-latest/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-latest/dts/bindings/cpu/
Dcpu.yaml21 enable-method:
23 description: Enable method for cpu, either it is "psci" or "spin-table"
/Zephyr-latest/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-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/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/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-latest/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-latest/samples/application_development/external_lib/
DREADME.rst20 Chocolatey Method
31 Manual Install Method
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig57 JTAG port in SWD mode and ETM as tracing method.
63 JTAG port in SWD mode and SWV as tracing method.
/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/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 …]

12345678910>>...13