Searched refs:sysfs_remove_file_self (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/fs/sysfs/
H A Dfile.c420 * sysfs_remove_file_self - remove an object attribute from its own method
426 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) sysfs_remove_file_self() function
/linux-4.4.14/include/linux/
H A Dsysfs.h237 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
354 static inline bool sysfs_remove_file_self(struct kobject *kobj, sysfs_remove_file_self() function
/linux-4.4.14/arch/powerpc/platforms/powernv/
H A Dopal-elog.c80 sysfs_remove_file_self(&elog_obj->kobj, &attr->attr); elog_ack_store()
H A Dopal-dump.c96 sysfs_remove_file_self(&dump_obj->kobj, &attr->attr); dump_ack_store()
/linux-4.4.14/drivers/base/
H A Dcore.c630 return sysfs_remove_file_self(&dev->kobj, &attr->attr); device_remove_file_self()

Completed in 235 milliseconds