Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/peci/
Dsysfs.c63 if (res && device_remove_file_self(dev, attr)) in remove_store()
/linux-6.1.9/drivers/vfio/mdev/
Dmdev_sysfs.c248 if (val && device_remove_file_self(dev, attr)) { in remove_store()
/linux-6.1.9/drivers/s390/cio/
Dccwgroup.c182 if (device_remove_file_self(dev, attr)) in ccwgroup_ungroup_store()
/linux-6.1.9/include/linux/
Ddevice.h158 bool device_remove_file_self(struct device *dev,
/linux-6.1.9/drivers/s390/block/
Ddcssblk.c420 if (device_remove_file_self(dev, attr)) { in dcssblk_shared_store()
/linux-6.1.9/drivers/pci/
Dpci-sysfs.c491 if (val && device_remove_file_self(dev, attr)) in remove_store()
/linux-6.1.9/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-6.1.9/drivers/nvme/host/
Dcore.c3532 if (device_remove_file_self(dev, attr)) in nvme_sysfs_delete()