Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/peci/
Dsysfs.c63 if (res && device_remove_file_self(dev, attr)) in remove_store()
/Linux-v6.1/drivers/vfio/mdev/
Dmdev_sysfs.c248 if (val && device_remove_file_self(dev, attr)) { in remove_store()
/Linux-v6.1/drivers/s390/cio/
Dccwgroup.c182 if (device_remove_file_self(dev, attr)) in ccwgroup_ungroup_store()
/Linux-v6.1/include/linux/
Ddevice.h158 bool device_remove_file_self(struct device *dev,
/Linux-v6.1/drivers/s390/block/
Ddcssblk.c420 if (device_remove_file_self(dev, attr)) { in dcssblk_shared_store()
/Linux-v6.1/drivers/pci/
Dpci-sysfs.c491 if (val && device_remove_file_self(dev, attr)) in remove_store()
/Linux-v6.1/drivers/base/
Dcore.c2902 bool device_remove_file_self(struct device *dev, in device_remove_file_self() function
2910 EXPORT_SYMBOL_GPL(device_remove_file_self);
/Linux-v6.1/drivers/nvme/host/
Dcore.c3512 if (device_remove_file_self(dev, attr)) in nvme_sysfs_delete()