| /Zephyr-latest/subsys/usb/device_next/class/ | 
| D | usbd_uac2_macros.h | 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))) 145 #define FIND_ASSOCIATED_TERMINAL(entity)					\  argument 146 	DT_FOREACH_CHILD_VARGS(DT_PARENT(entity),				\ [all …] 
 | 
| /Zephyr-latest/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-latest/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() 717 	struct usb_audio_entity entity;  in handle_interface_req()  local 722 	entity.id = entity_id;  in handle_interface_req() 734 	audio_dev_data = get_audio_dev_data_by_entity(&entity);  in handle_interface_req() [all …] 
 | 
| /Zephyr-latest/doc/ | 
| D | substitutions.txt | 10    using the same name as the html entity names (e.g., ©) for that character
  | 
| D | zephyr.doxyfile.in | 146 # the entity):The $name class, The $name widget, The $name file, is, provides, 1195 # entity all documented functions referencing it will be listed. 1307 # tag works for classes, function and member names. The entity will be placed in 1308 # the alphabetical list under the first letter of the entity name that remains 2273 # will generate one additional man file for each entity documented in the real
  | 
| /Zephyr-latest/ | 
| 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-latest/cmake/compiler/iar/ | 
| D | compiler_flags.cmake | 31 …--diag_warning=Pe144   # a value of type "void *" cannot be used to initialize an entity of type [… 55 …--diag_suppress=Pe513) # a value of type "void *" cannot be assigned to an entity of type "int (*)…
  | 
| /Zephyr-latest/doc/services/input/ | 
| D | index.rst | 13 event represents a change in an individual event entity, for example the state
  | 
| /Zephyr-latest/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-latest/doc/services/storage/settings/ | 
| D | index.rst | 152 This means that the newest data entity is stored after any 155 call the callback with only the newest entity.
  | 
| /Zephyr-latest/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-latest/doc/security/ | 
| D | reporting.rst | 59   entity, assign it to that individual, and move the
  | 
| /Zephyr-latest/doc/hardware/arch/ | 
| D | arm-scmi.rst | 71 Channels are **bidirectional** (exception: FastChannels), and, depending on which entity
  | 
| /Zephyr-latest/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-latest/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-latest/subsys/net/ip/ | 
| D | Kconfig | 567 	  technologies. Currently this has limited use as some entity
  | 
| /Zephyr-latest/kernel/ | 
| D | Kconfig | 905 	  in a fatal error condition for the running entity.
  | 
| /Zephyr-latest/doc/releases/ | 
| D | release-notes-3.5.rst | 2173   * The relationship between channels and observers is mapped using a new entity called
  |