Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/pci/
Dpci_sysfs.c44 if (!device_remove_file_self(dev, attr)) in recover_store()
/linux-4.4.14/drivers/s390/cio/
Dccwgroup.c197 if (device_remove_file_self(dev, attr)) in ccwgroup_ungroup_store()
/linux-4.4.14/drivers/base/
Dcore.c626 bool device_remove_file_self(struct device *dev, in device_remove_file_self() function
634 EXPORT_SYMBOL_GPL(device_remove_file_self);
/linux-4.4.14/drivers/s390/block/
Ddcssblk.c397 if (device_remove_file_self(dev, attr)) { in dcssblk_shared_store()
/linux-4.4.14/include/linux/
Ddevice.h595 extern bool device_remove_file_self(struct device *dev,
/linux-4.4.14/drivers/scsi/
Dscsi_sysfs.c681 if (device_remove_file_self(dev, attr)) in sdev_store_delete()
/linux-4.4.14/drivers/pci/
Dpci-sysfs.c367 if (val && device_remove_file_self(dev, attr)) in remove_store()