Lines Matching defs:file_priv
458 void *data, struct drm_file *file_priv)
472 property = drm_property_find(dev, file_priv, out_resp->prop_id);
610 struct drm_file *file_priv)
618 list_for_each_entry_safe(blob, bt, &file_priv->blobs, head_file) {
755 void *data, struct drm_file *file_priv)
784 void *data, struct drm_file *file_priv)
805 * as only the same file_priv can remove the blob; at this point, it is
806 * not associated with any file_priv. */
809 list_add_tail(&blob->head_file, &file_priv->blobs);
820 void *data, struct drm_file *file_priv)
836 list_for_each_entry(bt, &file_priv->blobs, head_file) {