Home
last modified time | relevance | path

Searched refs:device_remove_file_self (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/s390/pci/
Dpci_sysfs.c56 if (!device_remove_file_self(dev, attr)) in recover_store()
/Linux-v5.4/drivers/vfio/mdev/
Dmdev_sysfs.c233 if (val && device_remove_file_self(dev, attr)) { in remove_store()
/Linux-v5.4/drivers/s390/cio/
Dccwgroup.c198 if (device_remove_file_self(dev, attr)) in ccwgroup_ungroup_store()
/Linux-v5.4/drivers/s390/block/
Ddcssblk.c422 if (device_remove_file_self(dev, attr)) { in dcssblk_shared_store()
/Linux-v5.4/drivers/base/
Dcore.c1623 bool device_remove_file_self(struct device *dev, in device_remove_file_self() function
1631 EXPORT_SYMBOL_GPL(device_remove_file_self);
/Linux-v5.4/drivers/pci/
Dpci-sysfs.c477 if (val && device_remove_file_self(dev, attr)) in remove_store()
/Linux-v5.4/include/linux/
Ddevice.h859 extern bool device_remove_file_self(struct device *dev,
/Linux-v5.4/drivers/nvme/host/
Dcore.c3184 if (device_remove_file_self(dev, attr)) in nvme_sysfs_delete()