Home
last modified time | relevance | path

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

12

/Linux-v5.15/drivers/scsi/arcmsr/
Darcmsr_attr.c242 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_write_attr); in arcmsr_alloc_sysfs_attr()
244 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_read_attr); in arcmsr_alloc_sysfs_attr()
253 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_clear_attr); in arcmsr_free_sysfs_attr()
254 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_write_attr); in arcmsr_free_sysfs_attr()
255 sysfs_remove_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_read_attr); in arcmsr_free_sysfs_attr()
/Linux-v5.15/drivers/w1/slaves/
Dw1_ds2406.c128 sysfs_remove_bin_file(&sl->dev.kobj, in w1_f12_add_slave()
137 sysfs_remove_bin_file(&sl->dev.kobj, in w1_f12_remove_slave()
Dw1_ds2805.c281 sysfs_remove_bin_file(&sl->dev.kobj, &w1_f0d_bin_attr); in w1_f0d_remove_slave()
/Linux-v5.15/drivers/firmware/google/
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()
Dmemconsole.c48 sysfs_remove_bin_file(firmware_kobj, &memconsole_bin_attr); in memconsole_exit()
Dgsmi.c1041 sysfs_remove_bin_file(gsmi_kobj, &eventlog_bin_attr); in gsmi_init()
1067 sysfs_remove_bin_file(gsmi_kobj, &eventlog_bin_attr); in gsmi_exit()
/Linux-v5.15/kernel/
Dkheaders.c58 sysfs_remove_bin_file(kernel_kobj, &kheaders_attr); in ikheaders_cleanup()
/Linux-v5.15/drivers/i2c/
Di2c-slave-eeprom.c177 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe()
189 sysfs_remove_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_remove()
/Linux-v5.15/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c65 return sysfs_remove_bin_file(kernel_kobj, &bin_attr_bpf_testmod_file); in bpf_testmod_exit()
/Linux-v5.15/arch/alpha/kernel/
Dpci-sysfs.c125 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()
131 sysfs_remove_bin_file(&pdev->dev.kobj, res_attr); in pci_remove_resource_files()
/Linux-v5.15/drivers/scsi/esas2r/
Desas2r_init.c459 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_fw); in esas2r_adapter_power_down()
464 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_fs); in esas2r_adapter_power_down()
469 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_vda); in esas2r_adapter_power_down()
474 sysfs_remove_bin_file(&a->host->shost_dev.kobj, &bin_attr_hw); in esas2r_adapter_power_down()
479 sysfs_remove_bin_file(&a->host->shost_dev.kobj, in esas2r_adapter_power_down()
485 sysfs_remove_bin_file(&a->host->shost_dev.kobj, in esas2r_adapter_power_down()
/Linux-v5.15/drivers/platform/x86/
Dwmi-bmof.c93 sysfs_remove_bin_file(&wdev->dev.kobj, &priv->bmof_bin_attr); in wmi_bmof_remove()
/Linux-v5.15/drivers/scsi/qedi/
Dqedi_dbg.c126 sysfs_remove_bin_file(&shost->shost_gendev.kobj, iter->attr); in qedi_remove_sysfs_attr()
/Linux-v5.15/drivers/firmware/efi/
Defivars.c579 sysfs_remove_bin_file(&efivars_kset->kobj, efivars_new_var); in create_efivars_bin_attributes()
632 sysfs_remove_bin_file(&efivars_kset->kobj, efivars_new_var); in efivars_sysfs_exit()
634 sysfs_remove_bin_file(&efivars_kset->kobj, efivars_del_var); in efivars_sysfs_exit()
/Linux-v5.15/drivers/misc/eeprom/
Dmax6875.c182 sysfs_remove_bin_file(&client->dev.kobj, &user_eeprom_attr); in max6875_remove()
Deeprom.c188 sysfs_remove_bin_file(&client->dev.kobj, &eeprom_attr); in eeprom_remove()
/Linux-v5.15/drivers/of/
Dkobj.c92 sysfs_remove_bin_file(&np->kobj, &prop->attr); in __of_sysfs_remove_bin_file()
/Linux-v5.15/drivers/scsi/qedf/
Dqedf_dbg.c174 sysfs_remove_bin_file(&shost->shost_gendev.kobj, iter->attr); in qedf_remove_sysfs_attr()
/Linux-v5.15/drivers/misc/
Dds1682.c233 sysfs_remove_bin_file(&client->dev.kobj, &ds1682_eeprom_attr); in ds1682_remove()
/Linux-v5.15/drivers/hid/
Dhid-roccat-lua.c104 sysfs_remove_bin_file(&intf->dev.kobj, &lua_control_attr); in lua_remove_sysfs_attributes()
/Linux-v5.15/include/linux/
Dsysfs.h274 void sysfs_remove_bin_file(struct kobject *kobj,
433 static inline void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file() function
/Linux-v5.15/fs/sysfs/
Dfile.c568 void sysfs_remove_bin_file(struct kobject *kobj, in sysfs_remove_bin_file() function
573 EXPORT_SYMBOL_GPL(sysfs_remove_bin_file);
/Linux-v5.15/drivers/platform/x86/intel/pmt/
Dclass.c319 sysfs_remove_bin_file(entry->kobj, &entry->pmt_bin_attr); in intel_pmt_dev_destroy()
/Linux-v5.15/drivers/misc/cxl/
Dsysfs.c639 sysfs_remove_bin_file(&cr->kobj, &cr->config_attr); in cxl_sysfs_afu_new_cr()
666 sysfs_remove_bin_file(&cr->kobj, &cr->config_attr); in cxl_sysfs_afu_remove()
/Linux-v5.15/drivers/pci/hotplug/
Dacpiphp_ibm.c485 sysfs_remove_bin_file(sysdir, &ibm_apci_table_attr); in ibm_acpiphp_exit()

12