Lines Matching refs:be

33 not be confused with physical pins at chip boundaries.
53 registration. The following fields must be set:
58 - model must be filled with the device model name as a NUL-terminated UTF-8
59 string. The device/model revision must not be stored in this field.
65 doesn't provide a unique serial number this field must be left empty.
68 NUL-terminated ASCII string. For PCI/PCIe devices bus_info must be set to
70 the usb_make_path() function must be used. This field is used by
75 When possible the revision should be formatted with the KERNEL_VERSION
79 minor must be incremented when new features are added to the userspace API
80 without breaking binary compatibility. The version major must be
109 The media_entity name, type, flags, revision and group_id fields can be
124 number of extra links. The links array will be reallocated if it grows beyond
135 IDs manually must ensure that all IDs are unique. IDs are not guaranteed to be
143 ID will never be reused for a newly registered entity.
152 This function must be called during the cleanup phase after unregistering the
153 entity. Note that the media_entity instance itself must be freed explicitly by
159 This can be used to report the default audio and video devices or the
162 Logical entity groups can be defined by setting the group ID of all member
190 One and only one of MEDIA_PAD_FL_SINK and MEDIA_PAD_FL_SOURCE must be set for
212 MEDIA_LNK_FL_ENABLED indicates that the link is enabled and can be used
214 one of them can be enabled at a time.
215 MEDIA_LNK_FL_IMMUTABLE indicates that the link enabled state can't be
217 MEDIA_LNK_FL_ENABLED must also be set since an immutable link is always
236 Drivers might also need to iterate over all entities in a graph that can be
259 Graph traversal can be interrupted at any moment. No cleanup function call is
260 required and the graph structure can be freed normally.
262 Helper functions can be used to find a link between two given pads, or a pad
281 The use_count field is owned by media drivers and must not be touched by entity
282 drivers. Access to the field must be protected by the media device graph_mutex
289 Link properties can be modified at runtime by calling
296 link. Links marked with the IMMUTABLE link flag can not be enabled or disabled.
303 Media device drivers can be notified of link setup operations by setting the
305 notification callback will be called before enabling and after disabling
310 the configuration information to be applied later.
330 The media_pipeline instance pointed to by the pipe argument will be stored in
335 Calls to media_entity_pipeline_start() can be nested. The pipeline pointer must
336 be identical for all nested calls to the function.
350 a streaming entity. Links that can be modified while streaming must be marked
353 If other operations need to be disallowed on streaming entities (such as
356 operation must be done with the media_device graph_mutex held.