/Zephyr-Core-3.7.0/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 121 #define CONNECTED_ENTITY_ID(entity, phandle) \ argument 122 COND_CODE_1(DT_NODE_HAS_PROP(entity, phandle), \ 123 (ENTITY_ID(DT_PHANDLE_BY_IDX(entity, phandle, 0))), (0)) 125 #define ID_IF_TERMINAL_ASSOCIATES_WITH_TARGET(entity, target_id) \ argument 127 CONNECTED_ENTITY_ID(entity, assoc_terminal), target_id), \ 129 DT_NODE_HAS_COMPAT(entity, zephyr_uac2_input_terminal), \ 130 DT_NODE_HAS_COMPAT(entity, zephyr_uac2_output_terminal) \ 131 )), (ENTITY_ID(entity))) 142 #define FIND_ASSOCIATED_TERMINAL(entity) \ argument 143 DT_FOREACH_CHILD_VARGS(DT_PARENT(entity), \ [all …]
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/ |
D | hci_raw.rst | 10 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-Core-3.7.0/subsys/usb/device/class/audio/ |
D | audio.c | 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() 414 if (fu->bUnitID == entity->id) { in is_entity_valid() 415 entity->subtype = fu->bDescriptorSubtype; in is_entity_valid() 436 struct usb_audio_entity *entity) in get_audio_dev_data_by_entity() argument 446 if (is_entity_valid(audio_dev_data, entity)) { in get_audio_dev_data_by_entity() 716 struct usb_audio_entity entity; in handle_interface_req() local 721 entity.id = entity_id; in handle_interface_req() 733 audio_dev_data = get_audio_dev_data_by_entity(&entity); in handle_interface_req() [all …]
|
/Zephyr-Core-3.7.0/doc/ |
D | substitutions.txt | 10 using the same name as the html entity names (e.g., ©) for that character
|
D | zephyr.doxyfile.in | 140 # the entity):The $name class, The $name widget, The $name file, is, provides, 1146 # entity all documented functions referencing it will be listed. 1258 # tag works for classes, function and member names. The entity will be placed in 1259 # the alphabetical list under the first letter of the entity name that remains 2183 # will generate one additional man file for each entity documented in the real
|
/Zephyr-Core-3.7.0/ |
D | LICENSE | 12 "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. 82 institute patent litigation against any entity (including a
|
/Zephyr-Core-3.7.0/doc/services/settings/ |
D | index.rst | 125 This means that the newest data entity is stored after any 128 call the callback with only the newest entity.
|
/Zephyr-Core-3.7.0/doc/services/input/ |
D | index.rst | 13 event represents a change in an individual event entity, for example the state
|
/Zephyr-Core-3.7.0/doc/services/ipc/ipc_service/ |
D | ipc_service.rst | 32 The endpoint is an entity the user must use to send and receive data between
|
/Zephyr-Core-3.7.0/doc/services/pm/ |
D | device.rst | 128 external entity (e.g Host CPU). In this scenario, some devices have to be 130 this external entity.
|
/Zephyr-Core-3.7.0/doc/security/ |
D | reporting.rst | 59 entity, assign it to that individual, and move the
|
/Zephyr-Core-3.7.0/doc/security/standards/ |
D | etsi-303645.rst | 36 - method used to prove the authenticity of an entity. 73 - entity that creates an assembled final consumer IoT product, which is likely to contain
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 82 First, the image is uploaded to a Distributor in a mesh network by an external entity, such as a
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | Kconfig | 397 technologies. Currently this has limited use as some entity
|
/Zephyr-Core-3.7.0/kernel/ |
D | Kconfig | 883 in a fatal error condition for the running entity.
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.5.rst | 2173 * The relationship between channels and observers is mapped using a new entity called
|