Searched refs:sysfs_remove_file_self (Results 1 – 5 of 5) sorted by relevance
245 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);373 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
80 sysfs_remove_file_self(&elog_obj->kobj, &attr->attr); in elog_ack_store()
96 sysfs_remove_file_self(&dump_obj->kobj, &attr->attr); in dump_ack_store()
480 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
1412 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()