Lines Matching defs:file_priv
460 void *data, struct drm_file *file_priv)
474 property = drm_property_find(dev, file_priv, out_resp->prop_id);
613 struct drm_file *file_priv)
621 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) {
758 void *data, struct drm_file *file_priv)
787 void *data, struct drm_file *file_priv)
808 * as only the same file_priv can remove the blob; at this point, it is
809 * not associated with any file_priv. */
812 list_add_tail(&blob->head_file, &file_priv->blobs);
823 void *data, struct drm_file *file_priv)
839 list_for_each_entry(bt, &file_priv->blobs, head_file) {