Lines Matching full:objects
3 * Media device request objects
32 * request objects are being added,
57 * @objects: List of @struct media_request_object request objects
58 * @num_incomplete_objects: The number of incomplete objects in the request
69 struct list_head objects; member
78 * media_request_lock_for_access - Lock the request to access its objects
122 * media_request_lock_for_update - Lock the request for updating its objects
314 * Since this function needs to walk the list of objects it takes
347 * request is released all completed objects will be unbound by the
350 * Buffer objects will be added to the end of the request's object
351 * list, non-buffer objects will be added to the front of the list.
352 * This ensures that all buffer objects are at the end of the list
353 * and that all non-buffer objects that they depend on are processed
375 * Mark the media request object as complete. Only bound objects can