Home
last modified time | relevance | path

Searched refs:entities (Results 1 – 25 of 72) sorted by relevance

123

/linux/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c58 for (i = 0; i < ARRAY_SIZE(ctx->entities); i++) { in __msm_context_destroy()
59 if (!ctx->entities[i]) in __msm_context_destroy()
62 drm_sched_entity_destroy(ctx->entities[i]); in __msm_context_destroy()
63 kfree(ctx->entities[i]); in __msm_context_destroy()
144 if (WARN_ON(idx >= ARRAY_SIZE(ctx->entities))) in get_sched_entity()
149 if (!ctx->entities[idx]) { in get_sched_entity()
154 entity = kzalloc_obj(*ctx->entities[idx]); in get_sched_entity()
163 ctx->entities[idx] = entity; in get_sched_entity()
168 return ctx->entities[idx]; in get_sched_entity()
/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst7 ``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:
/linux/sound/soc/sdca/
H A Dsdca_regmap.c26 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 Dsdca_functions.c1533 struct sdca_entity *entities; in find_sdca_entities() local
1550 entities = devm_kcalloc(dev, num_entities + 1, sizeof(*entities), GFP_KERNEL); in find_sdca_entities()
1551 if (!entities) in find_sdca_entities()
1563 entities[i].id = entity_list[i]; in find_sdca_entities()
1572 "mipi-sdca-entity-id-0x%X-subproperties", entities[i].id); in find_sdca_entities()
1582 entity_node, &entities[i]); in find_sdca_entities()
1592 entities[num_entities].label = "entity0"; in find_sdca_entities()
1594 ret = find_sdca_entity_controls(dev, function_node, &entities[num_entities]); in find_sdca_entities()
1599 function->entities = entities; in find_sdca_entities()
1611 entity = &function->entities[i]; in find_sdca_entity_by_label()
[all …]
H A Dsdca_asoc.c105 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_count_component()
732 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_dapm()
735 * Some entities need to add controls "early" as they are in sdca_asoc_populate_dapm()
736 * referenced by other entities. in sdca_asoc_populate_dapm()
750 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_dapm()
1086 struct sdca_entity *entity = &function->entities[i]; in width_find_mask()
1269 struct sdca_entity *entity = &function->entities[i]; in sdca_asoc_populate_component()
1409 struct sdca_entity *entity = &function->entities[dai->id]; in sdca_asoc_get_port()
1499 struct sdca_entity *entity = &function->entities[dai->id]; in set_cluster()
1699 struct sdca_entity *entity = &function->entities[da
[all...]
H A Dsdca_interrupts.c438 struct sdca_entity *entity = &function->entities[i]; in sdca_irq_populate_early()
504 struct sdca_entity *entity = &function->entities[i]; in sdca_irq_populate()
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-controller-model.rst22 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 Dmedia-ioc-g-topology.rst38 ``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 Dmedia-funcs.rst18 media-ioc-enum-entities
H A Dmedia-ioc-enum-entities.rst13 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 Dmc-core.rst18 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 …]
/linux/Documentation/admin-guide/media/
H A Drkisp1.rst63 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/drivers/gpu/drm/scheduler/
H A Dsched_main.c186 INIT_LIST_HEAD(&rq->entities); in drm_sched_rq_init()
210 list_add_tail(&entity->list, &rq->entities); in drm_sched_rq_add_entity()
265 list_for_each_entry_continue(entity, &rq->entities, list) { in drm_sched_rq_select_entity_rr()
271 list_for_each_entry(entity, &rq->entities, list) { in drm_sched_rq_select_entity_rr()
1477 list_for_each_entry_safe(entity, tmp, &rq->entities, list) { in drm_sched_increase_karma()
1486 if (&entity->list != &rq->entities) in drm_sched_increase_karma()
/linux/Documentation/driver-api/hte/
H A Dhte.rst65 The total number of entities requested from the given provider,
72 The total number of entities supported by the provider.
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.h61 struct drm_sched_entity *entities[AMDGPU_CS_GANG_SIZE]; member
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-intel-wmi-sbl-fw-update6 Allow user space entities to trigger update of Slim
H A Dsysfs-firmware-opal-psr7 to shift/throttle power between different entities in
H A Dsysfs-class-fc13 entities can utilize the application id and FC traffic
/linux/Documentation/virt/kvm/devices/
H A Dxics.rst33 Interrupt Control Presentation (ICP) entities, also called "servers",
36 The ICP entities are created by enabling the KVM_CAP_IRQ_ARCH
/linux/Documentation/networking/
H A Dskbuff.rst18 :c:member:`sk_buff.users` is a simple refcount allowing multiple entities
H A Dradiotap-headers.rst68 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/Documentation/devicetree/bindings/arm/omap/
H A Dprcm.txt4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c265 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run_partition()
290 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run()
477 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build()
708 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions()
774 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()
/linux/tools/usb/usbip/
H A DREADME62 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/drivers/media/usb/uvc/
H A Duvc_ctrl.c1221 list_for_each_entry(entity, &chain->entities, chain) { in uvc_find_control()
2330 list_for_each_entry(entity, &chain->entities, chain) { in __uvc_ctrl_commit()
2844 list_for_each_entry(iter, &chain->entities, chain) { in uvc_xu_ctrl_query()
2974 list_for_each_entry(entity, &dev->entities, list) { in uvc_ctrl_restore_values()
3128 list_for_each_entry(entity, &chain->entities, chain) { in uvc_ctrl_add_mapping()
3315 list_for_each_entry(entity, &chain->entities, chain) { in uvc_ctrl_init_chain()
3389 list_for_each_entry(entity, &handle->chain->dev->entities, list) { in uvc_ctrl_cleanup_fh()
3431 list_for_each_entry(entity, &dev->entities, list) { in uvc_ctrl_cleanup_device()

123