Lines Matching refs:Drivers
48 Drivers register media device instances by calling
87 Drivers unregister media device instances by calling
104 Drivers initialize entities by calling
118 Drivers must set the direction of every pad in the pads array before calling
127 Drivers register entities with a media device by calling
132 Entities are identified by a unique positive integer ID. Drivers can provide an
134 media controller framework to assign an ID automatically. Drivers that provide
138 Drivers unregister entities by calling
148 Drivers free resources associated with an entity by calling
178 managed by the entity driver. Drivers usually embed the array in a
201 Drivers create links by calling
236 Drivers might also need to iterate over all entities in a graph that can be
245 Drivers initiate a graph traversal by calling
253 Drivers can then retrieve the next entity by calling
331 every entity in the pipeline. Drivers should embed the media_pipeline structure