Home
last modified time | relevance | path

Searched full:entity (Results 1 – 25 of 48) sorted by relevance

12

/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h114 /* Automatically assign Entity IDs based on entities order in devicetree */
120 /* Connected Entity ID or 0 if property is not defined. Rely on devicetree
124 #define CONNECTED_ENTITY_ID(entity, phandle) \ argument
125 COND_CODE_1(DT_NODE_HAS_PROP(entity, phandle), \
126 (ENTITY_ID(DT_PHANDLE_BY_IDX(entity, phandle, 0))), (0))
128 #define ID_IF_TERMINAL_ASSOCIATES_WITH_TARGET(entity, target_id) \ argument
130 CONNECTED_ENTITY_ID(entity, assoc_terminal), target_id), \
132 DT_NODE_HAS_COMPAT(entity, zephyr_uac2_input_terminal), \
133 DT_NODE_HAS_COMPAT(entity, zephyr_uac2_output_terminal) \
134 )), (ENTITY_ID(entity)))
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci_raw.rst10 HCI RAW channel API is intended to expose HCI interface to the remote entity.
11 The local Bluetooth controller gets owned by the remote entity and host
/Zephyr-latest/
DLICENSE12 "Licensor" shall mean the copyright owner or entity authorized by
15 "Legal Entity" shall mean the union of the acting entity and all
17 control with that entity. For the purposes of this definition,
19 direction or management of such entity, whether by contract or
21 outstanding shares, or (iii) beneficial ownership of such entity.
23 "You" (or "Your") shall mean an individual or Legal Entity
52 or by an individual or Legal Entity authorized to submit on behalf of
62 "Contributor" shall mean Licensor and any individual or Legal Entity
82 institute patent litigation against any entity (including a
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c375 * @brief Helper function for checking if particular entity is a part of
378 * This function checks if given entity is a part of given audio device.
383 * descriptors are known and are not using any other entity type.
388 * @param [in, out] entity USB Audio entity.
389 * .id [in] id of searched entity
390 * .subtype [out] subtype of entity (if found)
392 * @return true if entity matched audio_dev_data, false otherwise.
395 struct usb_audio_entity *entity) in is_entity_valid() argument
404 if (fu->bUnitID == entity->id) { in is_entity_valid()
405 entity->subtype = fu->bDescriptorSubtype; in is_entity_valid()
[all …]
Dusb_audio_internal.h39 /* Macros for maintaining features of feature unit entity */
189 /* *_ID() macros are used to give proper Id to each entity describing
200 * class specific interface with valid entity. In case of Headphones this
201 * will always be 1st entity describing the device (Input terminal). This
203 * be 3rd entity (Output terminal) - addition of 3.
210 * Entity is one of: Terminal or Unit.
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-output-terminal.yaml4 description: USB Audio Class 2 Output Terminal entity
30 Connected clock entity
Dzephyr,uac2-input-terminal.yaml4 description: USB Audio Class 2 Input Terminal entity
26 Connected clock entity
Dzephyr,uac2-clock-source.yaml4 description: USB Audio Class 2 Clock Source entity
52 Sampling Frequencies, in Hz, this Clock Source Entity can generate.
Dzephyr,uac2-feature-unit.yaml4 description: USB Audio Class 2 Feature Unit entity
/Zephyr-latest/include/zephyr/usb/class/
Dusbd_uac2.h32 * @brief Get entity ID
132 * rate if the Clock Source entity supports more than one sample rate.
150 * rate for given Clock Source entity.
/Zephyr-latest/doc/
Dsubstitutions.txt10 using the same name as the html entity names (e.g., ©) for that character
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_imx_scu.c28 * entity (e.g: SCFW, Linux etc...) or set to the default in pinctrl_configure_pins()
/Zephyr-latest/samples/tfm_integration/psa_crypto/src/
Dmain.c34 /* Get the entity attestation token (requires ~1kB stack memory!). */ in main()
Dpsa_attestation.h34 * verification entity (the IAT consumer).
/Zephyr-latest/samples/drivers/espi/src/
Despi_oob_handler.h10 /* eSPI host entity address */
/Zephyr-latest/include/zephyr/net/
Dgptp.h328 * @brief This interface is used by the ClockSource entity to provide time to
329 * the ClockMaster entity of a time-aware system.
331 * @param arg Current state and parameters of the ClockSource entity.
Dptp_time.h62 * entity (e.g. a PTP Instance) and provides a common time to that entity
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c29 /* the request entity currently owns the lock */
125 * @param req Pointer to the request entity represented by mspi_dev_id.
181 * @param xfer Pointer to the MSPI transfer started by the request entity.
308 * Check the transfer context from the request entity.
310 * @param xfer Pointer to the MSPI transfer started by the request entity.
352 * @return Pointer to a mspi_emul entity if successful.
353 * @return NULL if mspi_emul entity not found.
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_data_set.h173 /** Fractional frequency offset of the Clock Source entity. */
185 /** The synchronized time computed by the ClockSlave entity. */
212 /** Time maintained by the ClockMaster entity. */
215 /** Time provided by the ClockSource entity minus the sync time. */
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst24 Entity that performs SCMI requests (e.g: gating a clock or configuring
71 Channels are **bidirectional** (exception: FastChannels), and, depending on which entity
/Zephyr-latest/include/zephyr/posix/
Dsignal.h91 typedef int sig_atomic_t; /* Atomic entity type (ANSI) */
/Zephyr-latest/include/zephyr/net/http/
Dstatus.h80 HTTP_422_UNPROCESSABLE_ENTITY = 422, /**< Unprocessable Entity */
/Zephyr-latest/doc/services/input/
Dindex.rst13 event represents a change in an individual event entity, for example the state
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst32 The endpoint is an entity the user must use to send and receive data between
/Zephyr-latest/doc/services/settings/
Dindex.rst137 This means that the newest data entity is stored after any
140 call the callback with only the newest entity.

12