| /linux/Documentation/networking/devlink/ |
| H A D | devlink-reload.rst | 7 ``devlink-reload`` provides mechanism to reinit driver entities, applying 23 - Devlink driver entities re-initialization, including applying 24 new values to devlink entities which are used during driver 30 Other devlink entities may stay over the re-initialization: 35 The rest of the devlink entities have to be removed and readded. 81 # Run reload command for devlink driver entities re-initialization:
|
| H A D | devlink-linecard.rst | 40 * Manipulate of line card entities even without line card
|
| /linux/sound/soc/sdca/ |
| H A D | sdca_regmap.c | 26 if (SDW_SDCA_CTL_ENT(reg) == function->entities[i].id) in function_find_entity() 27 return &function->entities[i]; in function_find_entity() 218 struct sdca_entity *entity = &function->entities[i]; in sdca_regmap_count_constants() 253 struct sdca_entity *entity = &function->entities[i]; in sdca_regmap_populate_constants() 351 struct sdca_entity *entity = &function->entities[i];
|
| H A D | sdca_functions.c | 1534 struct sdca_entity *entities; in find_sdca_entities() local 1551 entities = devm_kcalloc(dev, num_entities + 1, sizeof(*entities), GFP_KERNEL); in find_sdca_entities() 1552 if (!entities) in find_sdca_entities() 1564 entities[i].id = entity_list[i]; in find_sdca_entities() 1573 "mipi-sdca-entity-id-0x%X-subproperties", entities[i].id); in find_sdca_entities() 1583 entity_node, &entities[i]); in find_sdca_entities() 1593 entities[num_entities].label = "entity0"; in find_sdca_entities() 1595 ret = find_sdca_entity_controls(dev, function_node, &entities[num_entities]); in find_sdca_entities() 1600 function->entities = entities; in find_sdca_entities() 1618 entity = &function->entities[i]; in sdca_find_entity_by_label() [all …]
|
| H A D | sdca_asoc.c | 105 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_count_component() 780 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_dapm() 798 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_dapm() 1134 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_controls() 1318 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_dais() 1458 struct sdca_entity *entity = &function->entities[dai->id]; in sdca_asoc_set_constraints() 1548 struct sdca_entity *entity = &function->entities[dai->id]; in sdca_asoc_get_port() 1748 struct sdca_entity *entity = &function->entities[dai->id]; in sdca_asoc_hw_params()
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-controller-model.rst | 22 controls one or more entities in the graph. 25 interact with other entities. Data (not restricted to video) produced 31 pads, either on the same entity or on different entities. Data flows 38 entities form a single logical unit. For example this could represent the
|
| H A D | media-funcs.rst | 18 media-ioc-enum-entities
|
| H A D | media-ioc-g-topology.rst | 38 ``topology_version`` and the total number of entities, interfaces, pads 66 - Number of entities in the graph 74 - A pointer to a memory area where the entities array will be 76 the ioctl won't store the entities. It will just update
|
| H A D | media-ioc-enum-entities.rst | 13 MEDIA_IOC_ENUM_ENTITIES - Enumerate entities and their properties 48 enumerate entities by calling MEDIA_IOC_ENUM_ENTITIES with increasing
|
| /linux/Documentation/driver-api/media/ |
| H A D | mc-core.rst | 18 modelled as an oriented graph of building blocks called entities connected 28 other entities. Data (not restricted to video) produced by an entity 33 on the same entity or on different entities. Data flows from a source 63 instances, although drivers can allocate entities directly. 68 Drivers register entities with a media device by calling 119 Associate two entities via their PADs. Each entity has a list that points 148 entities and links. 150 To iterate over all entities belonging to a media device, drivers can use 205 When starting streaming, drivers must notify all entities in the pipeline to 222 When stopping the stream, drivers must notify the entities with [all …]
|
| H A D | v4l2-intro.rst | 76 will automatically appear in the media framework as entities.
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 263 if (cmpxchg(&ctx->entities[hw_ip][ring], NULL, entity)) in amdgpu_ctx_init_entity() 423 spend = amdgpu_ctx_fini_entity(adev, ctx->entities[i][j]); in amdgpu_ctx_fini() 466 if (ctx->entities[hw_ip][ring] == NULL) { in amdgpu_ctx_get_entity() 472 ctx_entity = &ctx->entities[hw_ip][ring]->entity; in amdgpu_ctx_get_entity() 559 ctx_entity = ctx->entities[i][j]; in amdgpu_ctx_guilty() 831 if (!ctx->entities[i][j]) in amdgpu_ctx_priority_override() 834 amdgpu_ctx_set_entity_priority(ctx, ctx->entities[i][j], in amdgpu_ctx_priority_override() 891 if (!ctx->entities[i][j]) in amdgpu_ctx_mgr_entity_flush() 894 entity = &ctx->entities[i][j]->entity; in amdgpu_ctx_mgr_entity_flush() 940 centity = ctx->entities[hw_ip][i]; in amdgpu_ctx_mgr_usage()
|
| H A D | amdgpu_cs.h | 61 struct drm_sched_entity *entities[AMDGPU_CS_GANG_SIZE]; member
|
| H A D | amdgpu_cs.c | 104 if (p->entities[i] == entity) in amdgpu_cs_job_idx() 111 p->entities[i] = entity; in amdgpu_cs_job_idx() 293 ret = amdgpu_job_alloc(p->adev, vm, p->entities[i], vm, in amdgpu_cs_pass1() 1122 struct drm_sched_entity *entity = p->entities[i]; in amdgpu_cs_vm_handling() 1214 r = amdgpu_ctx_wait_prev_fence(p->ctx, p->entities[p->gang_leader_idx]); in amdgpu_cs_sync_rings() 1358 seq = amdgpu_ctx_add_fence(p->ctx, p->entities[p->gang_leader_idx], in amdgpu_cs_submit()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rkisp1.rst | 63 Those entities are the DMA engines that write the frames to memory. 75 Those are resizer entities for the mainpath and the selfpath. Those entities 78 The resizers entities can only operate on YUV:4:2:2 format 89 connected to the sensor and on source pad 2 connected to the resizer entities. 200 Note that the resizer and capture entities will always report
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-intel-wmi-sbl-fw-update | 6 Allow user space entities to trigger update of Slim
|
| H A D | sysfs-firmware-opal-psr | 7 to shift/throttle power between different entities in
|
| H A D | sysfs-class-fc | 13 entities can utilize the application id and FC traffic
|
| /linux/Documentation/driver-api/hte/ |
| H A D | hte.rst | 65 The total number of entities requested from the given provider, 72 The total number of entities supported by the provider.
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xics.rst | 33 Interrupt Control Presentation (ICP) entities, also called "servers", 36 The ICP entities are created by enabling the KVM_CAP_IRQ_ARCH
|
| /linux/Documentation/devicetree/bindings/arm/omap/ |
| H A D | prcm.txt | 4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
|
| /linux/Documentation/networking/ |
| H A D | radiotap-headers.rst | 68 entities in the fixed radiotap header or the argument region means that you 70 entities. Some arches like Blackfin cannot deal with an attempt to
|
| /linux/tools/usb/usbip/ |
| H A D | README | 62 On a server side there are two entities which can be shared. 82 Second of shareable entities is USB Gadget created using USB Gadget Subsystem
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | ti-syscon-reset.txt | 9 allow multiple entities to access their relevant registers in the common
|
| /linux/Documentation/networking/pse-pd/ |
| H A D | introduction.rst | 60 These entities enable power delivery using the same generic cabling as for data
|