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

/linux-4.1.27/fs/sysfs/
H A Dfile.c418 * sysfs_remove_file_self - remove an object attribute from its own method
424 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) sysfs_remove_file_self() function
/linux-4.1.27/include/linux/
H A Dsysfs.h227 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr);
341 static inline bool sysfs_remove_file_self(struct kobject *kobj, sysfs_remove_file_self() function
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal-elog.c79 sysfs_remove_file_self(&elog_obj->kobj, &attr->attr); elog_ack_store()
H A Dopal-dump.c95 sysfs_remove_file_self(&dump_obj->kobj, &attr->attr); dump_ack_store()
/linux-4.1.27/drivers/base/
H A Dcore.c584 return sysfs_remove_file_self(&dev->kobj, &attr->attr); device_remove_file_self()

Completed in 99 milliseconds