Searched refs:sysfs_remove_file_self (Results 1 – 5 of 5) sorted by relevance
237 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);354 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()
426 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
630 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()