Home
last modified time | relevance | path

Searched refs:sysfs_remove_bin_file (Results 1 – 25 of 41) sorted by relevance

12

/linux/drivers/scsi/arcmsr/
H A Darcmsr_attr.c240 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_write_attr); in arcmsr_alloc_sysfs_attr()
242 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_read_attr); in arcmsr_alloc_sysfs_attr()
251 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_clear_attr); in arcmsr_free_sysfs_attr()
252 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_write_attr); in arcmsr_free_sysfs_attr()
253 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_read_attr); in arcmsr_free_sysfs_attr()
/linux/drivers/w1/slaves/
H A Dw1_ds2406.c120 sysfs_remove_bin_file(&sl->dev.kobj, in w1_f12_add_slave()
130 sysfs_remove_bin_file(&sl->dev.kobj, in w1_f12_remove_slave()
H A Dw1_ds2805.c281 sysfs_remove_bin_file(&sl->dev.kobj, &w1_f0d_bin_attr); in w1_f0d_remove_slave()
/linux/drivers/firmware/google/
H A Dvpd.c152 sysfs_remove_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_destroy()
225 sysfs_remove_bin_file(vpd_kobj, &sec->bin_attr); in vpd_section_init()
238 sysfs_remove_bin_file(vpd_kobj, &sec->bin_attr); in vpd_section_destroy()
H A Dmemconsole.c48 sysfs_remove_bin_file(firmware_kobj, &memconsole_bin_attr); in memconsole_exit()
H A Dgsmi.c1052 sysfs_remove_bin_file(gsmi_kobj, &eventlog_bin_attr); in gsmi_init()
1079 sysfs_remove_bin_file(gsmi_kobj, &eventlog_bin_attr); in gsmi_exit()
/linux/drivers/i2c/
H A Di2c-slave-eeprom.c178 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe()
190 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_remove()
/linux/drivers/scsi/esas2r/
H A Desas2r_init.c458 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_fw); in esas2r_adapter_power_down()
463 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_fs); in esas2r_adapter_power_down()
468 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_vda); in esas2r_adapter_power_down()
473 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_hw); in esas2r_adapter_power_down()
478 sysfs_remove_bin_file(&a->host->shost_dev.kobj, in esas2r_adapter_power_down()
484 sysfs_remove_bin_file(&a->host->shost_dev.kobj, in esas2r_adapter_power_down()
/linux/drivers/platform/x86/intel/pmt/
H A Dclass.c359 sysfs_remove_bin_file(entry->kobj, &entry->pmt_bin_attr); in intel_pmt_dev_register()
402 sysfs_remove_bin_file(entry->kobj, &entry->pmt_bin_attr); in intel_pmt_dev_destroy()
/linux/drivers/of/
H A Dkobj.c92 sysfs_remove_bin_file(&np->kobj, &prop->attr); in __of_sysfs_remove_bin_file()
/linux/drivers/misc/eeprom/
H A Dmax6875.c181 sysfs_remove_bin_file(&client->dev.kobj, &user_eeprom_attr); in max6875_remove()
/linux/drivers/scsi/qedf/
H A Dqedf_dbg.c174 sysfs_remove_bin_file(&shost->shost_gendev.kobj, iter->attr); in qedf_remove_sysfs_attr()
/linux/drivers/hid/
H A Dhid-roccat-lua.c104 sysfs_remove_bin_file(&intf->dev.kobj, &lua_control_attr); in lua_remove_sysfs_attributes()
/linux/drivers/misc/
H A Dds1682.c269 sysfs_remove_bin_file(&client->dev.kobj, &ds1682_eeprom_attr); in ds1682_remove()
/linux/include/linux/
H A Dsysfs.h425 void sysfs_remove_bin_file(struct kobject *kobj,
588 static inline void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file() function
/linux/fs/sysfs/
H A Dfile.c611 void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file() function
616 EXPORT_SYMBOL_GPL(sysfs_remove_bin_file);
/linux/drivers/pci/hotplug/
H A Dacpiphp_ibm.c486 sysfs_remove_bin_file(sysdir, &ibm_apci_table_attr); in ibm_acpiphp_exit()
/linux/drivers/net/phy/
H A Dspi_ks8995.c484 sysfs_remove_bin_file(&spi->dev.kobj, &ks->regs_attr); in ks8995_remove()
/linux/drivers/scsi/qla4xxx/
H A Dql4_attr.c147 sysfs_remove_bin_file(&host->shost_gendev.kobj, in qla4_8xxx_free_sysfs_attr()
/linux/net/bridge/
H A Dbr_sysfs_br.c1072 sysfs_remove_bin_file(&dev->dev.kobj, &bridge_forward); in br_sysfs_addbr()
1086 sysfs_remove_bin_file(kobj, &bridge_forward); in br_sysfs_delbr()
/linux/drivers/gpu/drm/lima/
H A Dlima_drv.c453 sysfs_remove_bin_file(&ldev->dev->kobj, &lima_error_state_attr); in lima_pdev_remove()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c600 sysfs_remove_bin_file(kernel_kobj, &bin_attr_bpf_testmod_uprobe_file); in unregister_bpf_testmod_uprobe()
1590 sysfs_remove_bin_file(kernel_kobj, &bin_attr_bpf_testmod_file); in bpf_testmod_exit()
/linux/arch/powerpc/platforms/powernv/
H A Dopal-core.c434 sysfs_remove_bin_file(mpipl_kobj, &opal_core_attr); in opalcore_cleanup()
/linux/drivers/scsi/
H A Dipr.h1698 #define ipr_remove_trace_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
1706 #define ipr_remove_dump_file(kobj, attr) sysfs_remove_bin_file(kobj, attr)
/linux/drivers/pci/
H A Dpci-sysfs.c1181 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()
1187 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()

12