/Linux-v4.19/drivers/media/platform/vsp1/ |
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 …]
|
D | vsp1_pipe.c | 199 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_pipeline_reset() 202 INIT_LIST_HEAD(&pipe->entities); in vsp1_pipeline_reset() 220 INIT_LIST_HEAD(&pipe->entities); in vsp1_pipeline_init() 280 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_stop() 382 list_for_each_entry_reverse(entity, &pipe->entities, list_pipe) { in vsp1_pipeline_propagate_partition()
|
D | vsp1_drm.c | 316 &pipe->entities); in vsp1_du_pipeline_setup_brx() 327 list_add_tail(&pipe->brx->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_brx() 421 list_add_tail(&rpf->entity.list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs() 467 list_add_tail(&drm_pipe->uif->list_pipe, &pipe->entities); in vsp1_du_pipeline_setup_inputs() 544 list_for_each_entry_safe(entity, next, &pipe->entities, list_pipe) { in vsp1_du_pipeline_configure() 913 list_add_tail(&pipe->output->entity.list_pipe, &pipe->entities); in vsp1_drm_init() 916 list_add_tail(&pipe->lif->list_pipe, &pipe->entities); in vsp1_drm_init()
|
D | vsp1_pipe.h | 142 struct list_head entities; member
|
D | vsp1.h | 98 struct list_head entities; member
|
D | vsp1_video.c | 277 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_pipeline_setup_partitions() 386 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run_partition() 411 list_for_each_entry(entity, &pipe->entities, list_pipe) in vsp1_video_pipeline_run() 598 list_add_tail(&e->list_pipe, &pipe->entities); in vsp1_video_pipeline_build() 840 list_for_each_entry(entity, &pipe->entities, list_pipe) { in vsp1_video_setup_pipeline()
|
/Linux-v4.19/Documentation/media/kapi/ |
D | mc-core.rst | 16 modelled as an oriented graph of building blocks called entities connected 26 other entities. Data (not restricted to video) produced by an entity 31 on the same entity or on different entities. Data flows from a source 54 instances, although drivers can allocate entities directly. 59 Drivers register entities with a media device by calling 110 Associate two entities via their PADs. Each entity has a list that points 138 The media framework provides APIs to iterate over entities in a graph. 140 To iterate over all entities belonging to a media device, drivers can use 153 Drivers might also need to iterate over all entities in a graph that can be 207 When starting streaming, drivers must notify all entities in the pipeline to [all …]
|
/Linux-v4.19/drivers/media/platform/xilinx/ |
D | xilinx-vipp.c | 60 list_for_each_entry(entity, &xdev->entities, list) { in xvip_graph_find_entity() 297 list_for_each_entry(entity, &xdev->entities, list) { in xvip_graph_notify_complete() 326 list_for_each_entry(entity, &xdev->entities, list) { in xvip_graph_notify_bound() 391 list_add_tail(&entity->list, &xdev->entities); in xvip_graph_parse_one() 414 list_for_each_entry(entity, &xdev->entities, list) { in xvip_graph_parse() 495 list_for_each_entry_safe(entity, entityp, &xdev->entities, list) { in xvip_graph_cleanup() 543 list_for_each_entry(entity, &xdev->entities, list) in xvip_graph_init() 613 INIT_LIST_HEAD(&xdev->entities); in xvip_composite_probe()
|
D | xilinx-vipp.h | 42 struct list_head entities; member
|
/Linux-v4.19/Documentation/media/uapi/mediactl/ |
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
|
D | media-funcs.rst | 16 media-ioc-enum-entities
|
D | media-ioc-enum-entities.rst | 12 MEDIA_IOC_ENUM_ENTITIES - Enumerate entities and their properties 48 enumerate entities by calling MEDIA_IOC_ENUM_ENTITIES with increasing
|
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
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvc_driver.c | 356 list_for_each_entry(entity, &dev->entities, list) { in uvc_entity_by_id() 370 entity = list_entry(&dev->entities, struct uvc_entity, list); in uvc_entity_by_reference() 372 list_for_each_entry_continue(entity, &dev->entities, list) { in uvc_entity_by_reference() 1014 list_add_tail(&unit->list, &dev->entities); in uvc_parse_vendor_control() 1138 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control() 1174 list_add_tail(&term->list, &dev->entities); in uvc_parse_standard_control() 1199 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1232 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1263 list_add_tail(&unit->list, &dev->entities); in uvc_parse_standard_control() 1431 list_add_tail(&entity->chain, &chain->entities); in uvc_scan_chain_entity() [all …]
|
D | uvc_entity.c | 109 list_for_each_entry(entity, &chain->entities, chain) { in uvc_mc_register_entities() 118 list_for_each_entry(entity, &chain->entities, chain) { in uvc_mc_register_entities()
|
D | uvc_ctrl.c | 906 list_for_each_entry(entity, &chain->entities, chain) { in uvc_find_control() 1550 list_for_each_entry(entity, &chain->entities, chain) { in __uvc_ctrl_commit() 1859 list_for_each_entry(entity, &chain->entities, chain) { in uvc_xu_ctrl_query() 1986 list_for_each_entry(entity, &dev->entities, list) { in uvc_ctrl_restore_values() 2108 list_for_each_entry(entity, &chain->entities, chain) { in uvc_ctrl_add_mapping() 2286 list_for_each_entry(entity, &dev->entities, list) { in uvc_ctrl_init_device() 2356 list_for_each_entry(entity, &dev->entities, list) { in uvc_ctrl_cleanup_device()
|
/Linux-v4.19/include/media/ |
D | media-device.h | 143 struct list_head entities; member 371 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)
|
/Linux-v4.19/drivers/gpu/drm/scheduler/ |
D | gpu_scheduler.c | 76 INIT_LIST_HEAD(&rq->entities); in drm_sched_rq_init() 95 list_add_tail(&entity->list, &rq->entities); in drm_sched_rq_add_entity() 135 list_for_each_entry_continue(entity, &rq->entities, list) { in drm_sched_rq_select_entity() 144 list_for_each_entry(entity, &rq->entities, list) { in drm_sched_rq_select_entity() 645 list_for_each_entry_safe(entity, tmp, &rq->entities, list) { in drm_sched_hw_job_reset() 654 if (&entity->list != &rq->entities) in drm_sched_hw_job_reset()
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | xics.txt | 12 Interrupt Control Presentation (ICP) entities, also called "servers", 15 The ICP entities are created by enabling the KVM_CAP_IRQ_ARCH
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-firmware-opal-psr | 7 to shift/throttle power between different entities in
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/omap/ |
D | prcm.txt | 4 a DT hierarchy. Each TI SoC can have multiple PRCM entities listed for it,
|
/Linux-v4.19/include/drm/ |
D | gpu_scheduler.h | 107 struct list_head entities; member
|
/Linux-v4.19/Documentation/networking/ |
D | radiotap-headers.txt | 63 entities in the fixed radiotap header or the argument region means that you 65 entities. Some arches like Blackfin cannot deal with an attempt to
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | imx.rst | 85 video capture interfaces using independent entities. 137 single source pad that routes to a CSI (ipuX_csiY entities). 139 On i.MX6 solo/dual-lite, there are two video mux entities. One sits 146 On i.MX6 Quad, there are two video mux entities. One sits in front of 155 These are the CSI entities. They have a single sink pad receiving from 199 implemented in the ipuX_csiY entities at the sink pad, using the 203 width and height. This is implemented in the ipuX_csiY entities at 446 capture device interfaces inherit controls from the active entities
|
/Linux-v4.19/Documentation/filesystems/ |
D | sysv-fs.txt | 47 * Byte ordering of "short" (16 bit entities) on disk: 54 * Byte ordering of "long" (32 bit entities) on disk:
|