Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dsysfs.h245 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
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-elog.c80 sysfs_remove_file_self(&elog_obj->kobj, &attr->attr); in elog_ack_store()
Dopal-dump.c96 sysfs_remove_file_self(&dump_obj->kobj, &attr->attr); in dump_ack_store()
/Linux-v4.19/fs/sysfs/
Dfile.c480 bool sysfs_remove_file_self(struct kobject *kobj, const struct attribute *attr) in sysfs_remove_file_self() function
/Linux-v4.19/drivers/base/
Dcore.c1412 return sysfs_remove_file_self(&dev->kobj, &attr->attr); in device_remove_file_self()