Lines Matching refs:attr
32 struct qdf_vfs_attr *attr) in qdf_vfs_set_file_attributes() argument
36 if (!devobj || !attr) in qdf_vfs_set_file_attributes()
40 (struct attribute_group *)attr); in qdf_vfs_set_file_attributes()
49 struct qdf_vfs_attr *attr) in qdf_vfs_clear_file_attributes() argument
51 if (!devobj || !attr) in qdf_vfs_clear_file_attributes()
55 (struct attribute_group *)attr); in qdf_vfs_clear_file_attributes()
63 qdf_vfs_create_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) in qdf_vfs_create_binfile() argument
67 if (!devobj || !attr) in qdf_vfs_create_binfile()
71 (struct bin_attribute *)attr); in qdf_vfs_create_binfile()
79 qdf_vfs_delete_binfile(struct qdf_dev_obj *devobj, struct qdf_vf_bin_attr *attr) in qdf_vfs_delete_binfile() argument
81 if (!devobj || !attr) in qdf_vfs_delete_binfile()
85 (struct bin_attribute *)attr); in qdf_vfs_delete_binfile()