Searched refs:device_remove_file_self (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/peci/
H A Dsysfs.c63 if (res && device_remove_file_self(dev, attr))
/linux-master/drivers/vfio/mdev/
H A Dmdev_sysfs.c249 if (val && device_remove_file_self(dev, attr)) {
/linux-master/drivers/s390/cio/
H A Dccwgroup.c182 if (device_remove_file_self(dev, attr))
/linux-master/drivers/s390/block/
H A Ddcssblk.c422 if (device_remove_file_self(dev, attr)) {
/linux-master/drivers/cdx/
H A Dcdx.c406 if (device_remove_file_self(dev, attr)) {
/linux-master/drivers/nvme/host/
H A Dsysfs.c346 if (device_remove_file_self(dev, attr))
/linux-master/include/linux/
H A Ddevice.h262 bool device_remove_file_self(struct device *dev,
/linux-master/drivers/pci/
H A Dpci-sysfs.c490 if (val && device_remove_file_self(dev, attr))
/linux-master/drivers/base/
H A Dcore.c3107 * device_remove_file_self - remove sysfs attribute file from its own method.
3113 bool device_remove_file_self(struct device *dev, function
3121 EXPORT_SYMBOL_GPL(device_remove_file_self); variable

Completed in 163 milliseconds