Searched refs:sysfs_remove_file_self (Results 1 – 5 of 5) sorted by relevance
227 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);341 static inline bool sysfs_remove_file_self(struct kobject *kobj, in sysfs_remove_file_self() function
79 sysfs_remove_file_self(&elog_obj->kobj, &attr->attr); in elog_ack_store()
95 sysfs_remove_file_self(&dump_obj->kobj, &attr->attr); in dump_ack_store()
424 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
584 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()