Home
last modified time | relevance | path

Searched full:call (Results 1 – 25 of 1441) sorted by relevance

12345678910>>...58

/Zephyr-latest/arch/xtensa/core/
Dwindow_vectors.S29 * The underflow handler for returning from call[i+1] to call[i] must preserve
30 * all the registers from call[i+1]'s window. In particular, a0 and a1 must be
32 * underflow if an intervening exception has flushed call[i]'s registers).
42 * Invoked if a call[i] referenced a register (a4-a15)
43 * that contains data from ancestor call[j];
44 * call[j] had done a call4 to call[j+1].
46 * window rotated to call[j] start point;
49 * a5 is call[j+1]'s stack pointer.
56 s32e a0, a5, -16 /* save a0 to call[j+1]'s stack frame */
57 s32e a1, a5, -12 /* save a1 to call[j+1]'s stack frame */
[all …]
Dcrt1.S31 # define CALL call0 macro
33 # define ARG1 a2 /* 1st outgoing call argument */
34 # define ARG2 a3 /* 2nd outgoing call argument */
35 # define ARG3 a4 /* 3rd outgoing call argument */
36 # define ARG4 a5 /* 4th outgoing call argument */
37 # define ARG5 a6 /* 5th outgoing call argument */
39 # define CALL call4 macro
41 # define ARG1 a6 /* 1st outgoing call argument */
42 # define ARG2 a7 /* 2nd outgoing call argument */
43 # define ARG3 a8 /* 3rd outgoing call argument */
[all …]
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.ccp1 # Bluetooth Audio - Call Control Profile (CCP) configuration options
11 bool "Call Control Profile Client Support"
16 This option enables support for the Call Control Profile Client which uses the Telephone
27 The number of supported telephone bearers on the CCP Call Control Client
30 module-str = "Call Control Profile Client"
36 bool "Call Control Profile Call Control Server Support"
41 This option enables support for the Call Control Profile Call Control Server which uses
51 The number of supported telephone bearers on the CCP Call Control Server
54 module-str = "Call Control Profile Call Control Server"
DKconfig.tbs1 # Bluetooth Audio - Call control configuration options
66 ##################### Call Control Client #####################
75 This option enables support for the GTBS-oriented Call Control client.
84 This option enables support for the TBS-oriented Call Control client.
170 bool "Support reading Incoming Call Target Bearer URI"
173 This option enables support for reading Incoming Call Target Bearer
197 bool "Support Accept Call"
200 This option enables support for answering an incoming call.
203 bool "Support Terminate Call"
206 This option enables support for terminating a call.
[all …]
Dtbs.c182 * @brief Finds and returns a call
184 * @param call_index The ID of the call
185 * @return struct bt_tbs_call* Pointer to the call. NULL if not found
189 struct bt_tbs_call *call; in lookup_call() local
195 call = lookup_call_in_inst(&gtbs_inst, call_index); in lookup_call()
196 if (call != NULL) { in lookup_call()
197 return call; in lookup_call()
201 call = lookup_call_in_inst(&svc_insts[i], call_index); in lookup_call()
202 if (call != NULL) { in lookup_call()
203 return call; in lookup_call()
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtbs.rst4 This document describes how to run the call control functionality, both as
14 laptops. The call control client will also thus typically be the advertiser.
15 The client can control the states of calls on a server using the call control
32 call IDs, and all call indexes shall be on the same TBS instance.
47 originate :Originate a call [<{instance_index, gtbs}>]
49 terminate :terminate a call [<{instance_index, gtbs}>]
51 accept :Accept a call [<{instance_index, gtbs}>] <id>
52 hold :Place a call on hold [<{instance_index,
54 retrieve :Retrieve a held call [<{instance_index,
72 read_uri :Read the incoming call target URI
[all …]
Dccp.rst1 Bluetooth: Call Control Profile Shell
4 Call Control Server
6 The Call Control Server is a role that typically resides on devices that can make calls,
10 Using the Call Control Server
12 The Server can be controlled locally, or by a remote device (when in a call). For
13 example a remote device may initiate a call to the server,
14 or the Server may initiate a call to remote device, without a client.
19 ccp_call_control_server - Bluetooth CCP Call Control Server shell commands
21 init : Initialize CCP Call Control Server
37 Call Control Client
[all …]
/Zephyr-latest/include/zephyr/
Dsyscall.h24 * System Call Declaration macros
31 * directly call the implementation
38 * function. These must follow a naming convention. For a system call
42 * functions have the same type signature as the wrapped call,
43 * verify arguments passed up from userspace, and call the
47 * call.
52 * @brief System call handler function type
55 * necessary to sanitize the arguments passed into the system call:
63 * - If the system call has more than 6 arguments, then arg6 will be a pointer
69 * Even if the system call implementation has no return value, these always
[all …]
/Zephyr-latest/tests/subsys/fs/fcb/src/
Dfcb_test_reset.c23 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
28 zassert_true(rc == 0, "fcb_append call failure"); in ZTEST()
35 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
44 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
47 zassert_true(rc == 0, "fcb_append_finish call failure"); in ZTEST()
54 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
66 zassert_true(rc == 0, "fcb_init call failure"); in ZTEST()
70 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
75 zassert_true(rc == 0, "fcb_append call failure"); in ZTEST()
82 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
[all …]
Dfcb_test_multiple_scratch.c41 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
44 zassert_true(rc == 0, "fcb_append_finish call failure"); in ZTEST()
57 zassert_true(rc == 0, "fcb_append_to_scratch call failure"); in ZTEST()
69 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
72 zassert_true(rc == 0, "fcb_append_finish call failure"); in ZTEST()
81 zassert_true(rc == 0, "fcb_rotate call failure"); in ZTEST()
85 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
93 zassert_true(rc == 0, "fcb_append_to_scratch call failure"); in ZTEST()
95 zassert_true(rc != 0, "fcb_append_to_scratch call should fail"); in ZTEST()
Dfcb_test_rotate.c27 zassert_true(rc == 0, "fcb_rotate call failure"); in ZTEST()
50 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
53 zassert_true(rc == 0, "fcb_append_finish call failure"); in ZTEST()
60 zassert_true(rc == 0, "fcb_rotate call failure"); in ZTEST()
66 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
77 zassert_true(rc == 0, "fcb_append call failure"); in ZTEST()
81 zassert_true(rc == 0, "flash_area_write call failure"); in ZTEST()
84 zassert_true(rc == 0, "fcb_append_finish call failure"); in ZTEST()
88 zassert_true(rc == 0, "fcb_rotate call failure"); in ZTEST()
94 zassert_true(rc == 0, "fcb_walk call failure"); in ZTEST()
Dfcb_test_init.c20 zassert_true(rc == -EINVAL, "fcb_init call should fail"); in ZTEST()
25 zassert_true(rc == -EINVAL, "fcb_init call should fail"); in ZTEST()
30 zassert_true(rc == -ENOMSG, "fcb_init call should fail"); in ZTEST()
34 zassert_true(rc == 0, "fcb_init call failure"); in ZTEST()
/Zephyr-latest/samples/tfm_integration/tfm_psa_test/
DREADME.rst71 [Check 1] Call get API for UID 6 which is not set
72 [Check 2] Call get_info API for UID 6 which is not set
73 [Check 3] Call remove API for UID 6 which is not set
74 [Check 4] Call get API for UID 6 which is removed
75 [Check 5] Call get_info API for UID 6 which is removed
76 [Check 6] Call remove API for UID 6 which is removed
78 [Check 7] Call get API for different UID 5
79 [Check 8] Call get_info API for different UID 5
80 [Check 9] Call remove API for different UID 5
83 [Check 1] Call get API for UID 6 which is not set
[all …]
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_ag.h30 BT_HFP_AG_CALL_IND = 1, /* call status indicator */
31 BT_HFP_AG_CALL_SETUP_IND = 2, /* Call set up status indicator */
32 BT_HFP_AG_CALL_HELD_IND = 3, /* Call hold status indicator */
87 * new call is requested with memory dialing from HFP unit.
101 * new call is outgoing.
111 * new call is incoming.
121 * call is in the ringing
128 /** HF call accept Callback
131 * call is accepted.
137 /** HF call reject Callback
[all …]
/Zephyr-latest/tests/bluetooth/audio/ascs/uut/
Dbap_unicast_client.c22 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_config()
28 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_qos()
35 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_enable()
42 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_metadata()
48 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_disable()
54 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_connect()
60 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_start()
66 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_stop()
72 zassert_unreachable("Unexpected call to '%s()' occurred", __func__); in bt_bap_unicast_client_release()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h41 * @name Call States
44 /** A remote party is calling (incoming call). */
47 * The process to call the remote party has started on the server, but the remote party is not
48 * being alerted (outgoing call).
51 /** A remote party is being alerted (outgoing call). */
53 /** The call is in an active conversation. */
56 * The call is connected but held locally. Locally Held implies that either the server or the
61 *The call is connected but held remotely. Remotely Held means that the state is controlled by the
62 * remote party of a call.
65 /** The call is connected but held both locally and remotely. */
[all …]
Dccp.h3 * @brief Bluetooth Call Control Profile (CCP) APIs.
16 * @brief Call Control Profile (CCP)
18 * @defgroup bt_ccp Call Control Profile (CCP)
26 * Call Control Profile (CCP) provides procedures to initiate and control calls.
27 * It provides the Call Control Client and the Call Control Server roles,
45 * @defgroup bt_ccp_call_control_server CCP Call Control Server APIs
49 /** @brief Abstract Call Control Server Telephone Bearer structure. */
98 * @defgroup bt_ccp_call_control_client CCP Call Control Client APIs
102 /** Abstract Call Control Client structure. */
105 /** Abstract Call Control Client bearer structure. */
[all …]
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c45 printk("Placing call to remote with id %u to %s\n", call_index, caller_id); in tbs_originate_call_cb()
59 printk("Terminating call with id %u reason: %u", call_index, reason); in tbs_terminate_call_cb()
66 printk("Accepting call with index %u\n", call_index); in tbs_accept_call_cb()
72 printk("Retrieve call with index %u\n", call_index); in tbs_retrieve_call_cb()
81 printk("Call index: %u joined\n", call_indexes[i]); in tbs_join_calls_cb()
187 printk("Placing call\n"); in test_answer_terminate()
190 FAIL("Could not originate call: %d\n", err); in test_answer_terminate()
194 printk("Answering call\n"); in test_answer_terminate()
201 printk("Terminating call\n"); in test_answer_terminate()
204 FAIL("Could not terminate call: %d\n", err); in test_answer_terminate()
[all …]
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag_internal.h22 BT_HFP_AG_INCOMING_CALL, /* Incoming call */
53 /** Call terminate */
55 /** Call outgoing */
57 /** Call incoming */
59 /** Call alerting */
61 /** Call active */
63 /** Call hold */
87 /* HFP Call state */
91 * - call status cleanup.
137 /* Call held by Response and Hold */
/Zephyr-latest/doc/kernel/timing_functions/
Dindex.rst24 1. Call :c:func:`timing_init` to initialize the timer.
26 2. Call :c:func:`timing_start` to signal the start of gathering of
29 3. Call :c:func:`timing_counter_get` to mark the start of code
32 4. Call :c:func:`timing_counter_get` to mark the end of code
35 5. Call :c:func:`timing_cycles_get` to get the number of timer cycles
38 6. Call :c:func:`timing_cycles_to_ns` with total number of cycles
44 8. Call :c:func:`timing_stop` to signal the end of gathering of
/Zephyr-latest/samples/bluetooth/ccp_call_control_server/
Dsample.yaml2 description: Bluetooth Low Energy Call Control Profile Call Control Server sample
3 name: Bluetooth Low Energy Call Control Profile Call Control Server sample
/Zephyr-latest/include/zephyr/drivers/sip_svc/
Dsip_svc_driver.h25 * @brief Callback API for executing the supervisory call
34 * @brief Callback API for validating function id for the supervisory call.
84 * @brief Callback API for retrieving error code from a supervisory call response.
107 * @brief supervisory call function which will execute the smc/hvc call
110 * @param function_id Function identifier for the supervisory call.
111 * @param arg0 Argument 0 for supervisory call.
112 * @param arg1 Argument 1 for supervisory call.
113 * @param arg2 Argument 2 for supervisory call.
114 * @param arg3 Argument 3 for supervisory call.
115 * @param arg4 Argument 4 for supervisory call.
[all …]
/Zephyr-latest/doc/services/storage/fcb/
Dfcb.rst43 - Call :c:func:`fcb_append` to get the location where data can be written. If
44 this fails due to lack of space, you can call :c:func:`fcb_rotate` to erase
45 the oldest sector which will make the space. And then call
48 - Call :c:func:`fcb_append_finish` when done. This completes the writing of the
53 - Call :c:func:`fcb_walk` with a pointer to your callback function.
57 can call :c:func:`fcb_rotate`, if you're done with that data.
61 - Call :c:func:`fcb_getnext` with 0 in entry offset to get the pointer to
64 - Call :c:func:`fcb_getnext` with pointer to current entry to get the next one.
/Zephyr-latest/drivers/tee/optee/
Doptee_smc.h136 * Call with struct optee_msg_arg as argument
149 * during this call.
151 * Call register usage, OPTEE_SMC_CALL_WITH_ARG and
161 * Call register usage, OPTEE_SMC_CALL_WITH_REGD_ARG:
188 * OPTEE_SMC_RETURN_OK Call completed, result updated in
196 * OPTEE_SMC_RETURN_IS_RPC() Call suspended by RPC call to normal
212 * Call register usage:
240 * Call register usage:
279 * Call register usage:
333 * Call register usage:
[all …]
/Zephyr-latest/tests/subsys/testsuite/fff_fake_contexts/include/zephyr/
Dcalled_API.h22 * This API is defined for the code_under_test() example to call.
23 * It represents a routine which provides call-unique data to the caller
26 * where each call needs to return a unique, configured value.
39 * This API is defined for the code_under_test() example to call.
42 * have the code_under_test call multiple functions to illustrate

12345678910>>...58