Home
last modified time | relevance | path

Searched refs:sysfs_create_bin_file (Results 1 – 25 of 66) sorted by relevance

123

/Linux-v4.19/drivers/firmware/google/
Dmemconsole.c49 return sysfs_create_bin_file(firmware_kobj, &memconsole_bin_attr); in memconsole_sysfs_init()
Dvpd.c139 ret = sysfs_create_bin_file(sec->kobj, &info->bin_attr); in vpd_section_attrib_add()
215 err = sysfs_create_bin_file(vpd_kobj, &sec->bin_attr); in vpd_section_init()
/Linux-v4.19/drivers/scsi/arcmsr/
Darcmsr_attr.c225 error = sysfs_create_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_read_attr); in arcmsr_alloc_sysfs_attr()
230 error = sysfs_create_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_write_attr); in arcmsr_alloc_sysfs_attr()
235 error = sysfs_create_bin_file(&host->shost_dev.kobj, &arcmsr_sysfs_message_clear_attr); in arcmsr_alloc_sysfs_attr()
/Linux-v4.19/tools/power/pm-graph/config/
Dcgskip.txt60 sysfs_create_bin_file
/Linux-v4.19/drivers/firmware/
Ddell_rbu.c709 rc = sysfs_create_bin_file(&rbu_device->dev.kobj, &rbu_data_attr); in dcdrbu_init()
712 rc = sysfs_create_bin_file(&rbu_device->dev.kobj, &rbu_image_type_attr); in dcdrbu_init()
715 rc = sysfs_create_bin_file(&rbu_device->dev.kobj, in dcdrbu_init()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-msglog.c140 if (sysfs_create_bin_file(opal_kobj, &opal_msglog_attr) != 0) in opal_msglog_sysfs_init()
/Linux-v4.19/drivers/uio/
Duio_hv_generic.c172 ret = sysfs_create_bin_file(&new_sc->kobj, &ring_buffer_bin_attr); in hv_uio_new_channel()
296 ret = sysfs_create_bin_file(&dev->channel->kobj, &ring_buffer_bin_attr); in hv_uio_probe()
/Linux-v4.19/drivers/rtc/
Dnvmem.c67 err = sysfs_create_bin_file(&rtc->dev.parent->kobj, in rtc_nvram_register()
/Linux-v4.19/drivers/platform/x86/
Dwmi-bmof.c86 ret = sysfs_create_bin_file(&wdev->dev.kobj, &priv->bmof_bin_attr); in wmi_bmof_probe()
/Linux-v4.19/drivers/misc/
Dpch_phub.c728 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
763 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
790 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
808 ret = sysfs_create_bin_file(&pdev->dev.kobj, &pch_bin_attr); in pch_phub_probe()
Dds1682.c222 rc = sysfs_create_bin_file(&client->dev.kobj, &ds1682_eeprom_attr); in ds1682_probe()
/Linux-v4.19/drivers/w1/slaves/
Dw1_ds2406.c125 err = sysfs_create_bin_file( in w1_f12_add_slave()
Dw1_ds2805.c278 return sysfs_create_bin_file(&sl->dev.kobj, &w1_f0d_bin_attr); in w1_f0d_add_slave()
/Linux-v4.19/drivers/s390/char/
Dsclp_config.c157 rc = sysfs_create_bin_file(&ofb_kset->kobj, &ofb_bin_attr); in sclp_ofb_setup()
/Linux-v4.19/include/linux/
Dsysfs.h248 int __must_check sysfs_create_bin_file(struct kobject *kobj,
384 static inline int sysfs_create_bin_file(struct kobject *kobj, in sysfs_create_bin_file() function
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_dbg.c132 ret = sysfs_create_bin_file(&shost->shost_gendev.kobj, in qedi_create_sysfs_attr()
/Linux-v4.19/drivers/i2c/
Di2c-slave-eeprom.c128 ret = sysfs_create_bin_file(&client->dev.kobj, &eeprom->bin); in i2c_slave_eeprom_probe()
/Linux-v4.19/drivers/of/
Dkobj.c82 rc = sysfs_create_bin_file(&np->kobj, &pp->attr); in __of_add_property_sysfs()
/Linux-v4.19/drivers/misc/eeprom/
Dmax6875.c166 err = sysfs_create_bin_file(&client->dev.kobj, &user_eeprom_attr); in max6875_probe()
Deeprom.c188 return sysfs_create_bin_file(&client->dev.kobj, &eeprom_attr); in eeprom_probe()
/Linux-v4.19/drivers/scsi/esas2r/
Desas2r_main.c478 if (sysfs_create_bin_file(&host->shost_dev.kobj, &bin_attr_fw)) in esas2r_probe()
484 if (sysfs_create_bin_file(&host->shost_dev.kobj, &bin_attr_fs)) in esas2r_probe()
490 if (sysfs_create_bin_file(&host->shost_dev.kobj, &bin_attr_vda)) in esas2r_probe()
496 if (sysfs_create_bin_file(&host->shost_dev.kobj, &bin_attr_hw)) in esas2r_probe()
502 if (sysfs_create_bin_file(&host->shost_dev.kobj, &bin_attr_live_nvram)) in esas2r_probe()
508 if (sysfs_create_bin_file(&host->shost_dev.kobj, in esas2r_probe()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_dbg.c181 ret = sysfs_create_bin_file(&shost->shost_gendev.kobj, in qedf_create_sysfs_attr()
/Linux-v4.19/fs/sysfs/
Dfile.c534 int sysfs_create_bin_file(struct kobject *kobj, in sysfs_create_bin_file() function
546 EXPORT_SYMBOL_GPL(sysfs_create_bin_file);
/Linux-v4.19/drivers/hid/
Dhid-roccat-lua.c102 return sysfs_create_bin_file(&intf->dev.kobj, &lua_control_attr); in LUA_BIN_ATTRIBUTE_RW()
/Linux-v4.19/kernel/
Dksysfs.c256 error = sysfs_create_bin_file(kernel_kobj, &notes_attr); in ksysfs_init()

123