Searched refs:device_remove_bin_file (Results 1 – 6 of 6) sorted by relevance
/drivers/s390/cio/ |
D | chp.c | 218 device_remove_bin_file(&chp->dev, &chp_measurement_chars_attr); in chp_remove_cmg_attr() 219 device_remove_bin_file(&chp->dev, &chp_measurement_attr); in chp_remove_cmg_attr() 231 device_remove_bin_file(&chp->dev, &chp_measurement_chars_attr); in chp_add_cmg_attr()
|
/drivers/pci/ |
D | pci-sysfs.c | 538 device_remove_bin_file(&b->dev, b->legacy_io); in pci_create_legacy_files() 551 device_remove_bin_file(&b->dev, b->legacy_io); in pci_remove_legacy_files() 552 device_remove_bin_file(&b->dev, b->legacy_mem); in pci_remove_legacy_files()
|
/drivers/power/ |
D | olpc_battery.c | 446 device_remove_bin_file(olpc_bat.dev, &olpc_bat_eeprom); in olpc_bat_exit()
|
/drivers/base/ |
D | core.c | 468 void device_remove_bin_file(struct device *dev, struct bin_attribute *attr) in device_remove_bin_file() function 473 EXPORT_SYMBOL_GPL(device_remove_bin_file);
|
/drivers/usb/core/ |
D | sysfs.c | 655 device_remove_bin_file(dev, &dev_bin_attr_descriptors); in usb_remove_sysfs_dev_files()
|
/drivers/misc/c2port/ |
D | core.c | 963 device_remove_bin_file(c2dev->dev, &c2port_bin_attrs); in c2port_device_unregister()
|