| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_drv.c | 97 list_for_each_entry(source, &vsp1->entities, list_dev) { in vsp1_create_sink_links() 138 list_for_each_entry(entity, &vsp1->entities, list_dev) { in vsp1_uapi_create_links() 216 list_for_each_entry_safe(entity, _entity, &vsp1->entities, list_dev) { in vsp1_destroy_entities() 275 list_add_tail(&vsp1->brs->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 285 list_add_tail(&vsp1->bru->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 295 list_add_tail(&vsp1->clu->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 304 list_add_tail(&vsp1->hsi->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 312 list_add_tail(&vsp1->hst->entity.list_dev, &vsp1->entities); in vsp1_create_entities() 322 &vsp1->entities); in vsp1_create_entities() 333 &vsp1->entities); in vsp1_create_entities() [all …]
|
| H A D | vsp1_pipe.c | 261 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_pipeline_reset() 264 INIT_LIST_HEAD(&pipe->entities); in vsp1_pipeline_reset() 282 INIT_LIST_HEAD(&pipe->entities); in vsp1_pipeline_init() 342 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop() 444 list_for_each_entry_reverse(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_propagate_partition()
|
| H A D | vsp1_drm.c | 318 &pipe->entities); in vsp1_du_pipeline_setup_brx() 329 list_add_tail(&pipe->brx->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_brx() 423 list_add_tail(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs() 469 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs() 552 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure() 964 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init() 967 list_add_tail(&pipe->lif->list_pipe, &pipe->entities); in vsp1_drm_init()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/media_enquiry/media_enquiry/ |
| H A D | media_enquiry.cpp | 27 struct media_entity *entities[7]; member 172 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 179 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 187 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 193 entity = &device->entities[j]; in get_isp_dev_info_by_name() 218 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 232 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 239 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 245 pipeline->entities[pipeline->entity_num] = entity; in get_isp_dev_info_by_name() 251 pipeline->entities[pipeline->entity_num] = sensor_entity; in get_isp_dev_info_by_name() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 132 ctx->entities[hw_ip][ring] = entity; in amdgpu_ctx_init_entity() 194 amdgpu_ctx_fini_entity(ctx->entities[i][j]); in amdgpu_ctx_fini() 195 ctx->entities[i][j] = NULL; in amdgpu_ctx_fini() 224 if (ctx->entities[hw_ip][ring] == NULL) { in amdgpu_ctx_get_entity() 230 *entity = &ctx->entities[hw_ip][ring]->entity; in amdgpu_ctx_get_entity() 275 if (!ctx->entities[i][j]) in amdgpu_ctx_do_release() 278 drm_sched_entity_destroy(&ctx->entities[i][j]->entity); in amdgpu_ctx_do_release() 527 if (!ctx->entities[i][j]) in amdgpu_ctx_priority_override() 530 amdgpu_ctx_set_entity_priority(ctx, ctx->entities[i][j], in amdgpu_ctx_priority_override() 580 if (!ctx->entities[i][j]) in amdgpu_ctx_mgr_entity_flush() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq_3A_server/common/mediactl/ |
| H A D | mediactl.c | 81 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_name() 102 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_id() 122 return &media->entities[index]; in media_get_entity() 289 struct media_entity *entity = &media->entities[i]; in media_reset_links() 339 struct media_entity *entity = &media->entities[id - 1]; in media_enum_links() 517 size = (media->entities_count + 1) * sizeof(*media->entities); in media_enum_entities() 518 media->entities = realloc(media->entities, size); in media_enum_entities() 520 entity = &media->entities[media->entities_count]; in media_enum_entities() 585 if (media->entities) in media_device_enumerate() 711 struct media_entity *entity = &media->entities[i]; in media_device_unref() [all …]
|
| H A D | mediactl-priv.h | 47 struct media_entity *entities; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/mediactl/ |
| H A D | mediactl.c | 83 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_name() 104 struct media_entity *entity = &media->entities[i]; in media_get_entity_by_id() 124 return &media->entities[index]; in media_get_entity() 292 struct media_entity *entity = &media->entities[i]; in media_reset_links() 342 struct media_entity *entity = &media->entities[id - 1]; in media_enum_links() 520 size = (media->entities_count + 1) * sizeof(*media->entities); in media_enum_entities() 521 media->entities = realloc(media->entities, size); in media_enum_entities() 523 entity = &media->entities[media->entities_count]; in media_enum_entities() 588 if (media->entities) in media_device_enumerate() 714 struct media_entity *entity = &media->entities[i]; in media_device_unref() [all …]
|
| /OK3568_Linux_fs/kernel/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 56 instances, although drivers can allocate entities directly. 61 Drivers register entities with a media device by calling 112 Associate two entities via their PADs. Each entity has a list that points 140 The media framework provides APIs to iterate over entities in a graph. 142 To iterate over all entities belonging to a media device, drivers can use 155 Drivers might also need to iterate over all entities in a graph that can be 209 When starting streaming, drivers must notify all entities in the pipeline to [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/ |
| H A D | 0001-docs-Disable-manual-validation.patch | 13 | <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | CVE-2022-40304.patch | 25 entities.c | 55 ++++++++++++++++-------------------------------------- 28 diff --git a/entities.c b/entities.c 30 --- a/entities.c 31 +++ b/entities.c
|
| /OK3568_Linux_fs/kernel/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 72 # Run reload command for devlink driver entities re-initialization:
|
| H A D | mlx5.rst | 36 steering entities are created and managed through firmware. 38 steering entities are created and manage through the driver without
|
| /OK3568_Linux_fs/kernel/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
|
| 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/ |
| H A D | sched_main.c | 76 INIT_LIST_HEAD(&rq->entities); in drm_sched_rq_init() 96 list_add_tail(&entity->list, &rq->entities); in drm_sched_rq_add_entity() 137 list_for_each_entry_continue(entity, &rq->entities, list) { in drm_sched_rq_select_entity() 147 list_for_each_entry(entity, &rq->entities, list) { in drm_sched_rq_select_entity() 347 list_for_each_entry_safe(entity, tmp, &rq->entities, list) { in drm_sched_increase_karma() 358 if (&entity->list != &rq->entities) in drm_sched_increase_karma() 903 list_for_each_entry(s_entity, &rq->entities, list) in drm_sched_fini()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/uvc/ |
| H A D | uvc_driver.c | 421 list_for_each_entry(entity, &dev->entities, list) { in uvc_entity_by_id() 435 entity = list_entry(&dev->entities, struct uvc_entity, list); in uvc_entity_by_reference() 437 list_for_each_entry_continue(entity, &dev->entities, list) { in uvc_entity_by_reference() 1136 list_add_tail(&unit->list, &dev->entities); in uvc_parse_vendor_control() 1268 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control() 1304 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control() 1329 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1362 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1393 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1561 list_add_tail(&entity->chain, &chain->entities); in uvc_scan_chain_entity() [all …]
|
| H A D | uvc_entity.c | 139 list_for_each_entry(entity, &chain->entities, chain) { in uvc_mc_register_entities() 148 list_for_each_entry(entity, &chain->entities, chain) { in uvc_mc_register_entities()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | rkisp1.rst | 47 Those entities are the DMA engines that write the frames to memory. 59 Those are resizer entities for the mainpath and the selfpath. Those entities 62 The resizers entities can only operate on YUV:4:2:2 format 73 connected to the sensor and on source pad 2 connected to the resizer entities. 177 Note that the resizer and capture entities will always report
|
| /OK3568_Linux_fs/buildroot/package/poke/ |
| H A D | Config.in | 12 limited to editing basic entities such as bits and bytes, 17 search, inspect, create, shuffle and modify abstract entities
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 409 + const std::vector<MediaEntity *> &entities = media->entities(); 412 + auto iter = std::find_if(entities.begin(), entities.end(), 419 + return iter == entities.end() ? NULL : *iter; 421 + auto iter = std::find_if(entities.begin(), entities.end(), 425 + return iter == entities.end() ? NULL : *iter;
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | media-device.h | 161 struct list_head entities; member 392 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.cpp | 71 static const Entity entities[NUM_ENTITIES] = variable 210 if ( strncmp( p + 1, entities[i].pattern, entities[i].length ) == 0 in GetStr() 211 && *(p + entities[i].length + 1) == ';' ) in GetStr() 214 *q = entities[i].value; in GetStr() 216 p += entities[i].length + 2; in GetStr() 1710 TIXMLASSERT( entities[i].value < ENTITY_RANGE ); in XMLPrinter() 1711 if ( entities[i].value < ENTITY_RANGE ) { in XMLPrinter() 1712 entityFlag[ (int)entities[i].value ] = true; in XMLPrinter() 1785 if ( entities[i].value == *q ) { in PrintString() 1786 Print( "&%s;", entities[i].pattern ); in PrintString()
|
| /OK3568_Linux_fs/u-boot/doc/DocBook/ |
| H A D | .gitignore | 15 media-entities.tmpl
|
| /OK3568_Linux_fs/buildroot/package/python-pathpy/ |
| H A D | Config.in | 6 entities, allowing common operations on files to
|