Home
last modified time | relevance | path

Searched refs:device_create_bin_file (Results 1 – 18 of 18) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/i915/
Di915_sysfs.c164 ret = device_create_bin_file(kdev, &dpf_attrs); in i915_setup_sysfs()
170 ret = device_create_bin_file(kdev, in i915_setup_sysfs()
/linux-6.14.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c1341 if (device_create_bin_file(dev, &bin_attr_port_stats)) in qlcnic_create_diag_entries()
1348 if (device_create_bin_file(dev, &bin_attr_crb)) in qlcnic_create_diag_entries()
1350 if (device_create_bin_file(dev, &bin_attr_mem)) in qlcnic_create_diag_entries()
1356 if (device_create_bin_file(dev, &bin_attr_pci_config)) in qlcnic_create_diag_entries()
1364 if (device_create_bin_file(dev, &bin_attr_esw_config)) in qlcnic_create_diag_entries()
1368 if (device_create_bin_file(dev, &bin_attr_npar_config)) in qlcnic_create_diag_entries()
1370 if (device_create_bin_file(dev, &bin_attr_pm_config)) in qlcnic_create_diag_entries()
1372 if (device_create_bin_file(dev, &bin_attr_esw_stats)) in qlcnic_create_diag_entries()
/linux-6.14.4/drivers/net/wireless/ti/wlcore/
Dsysfs.c146 ret = device_create_bin_file(wl->dev, &fwlog_attr); in wlcore_sysfs_init()
/linux-6.14.4/drivers/hwmon/occ/
Dp9_sbe.c159 rc = device_create_bin_file(occ->bus_dev, &bin_attr_ffdc); in p9_sbe_occ_probe()
/linux-6.14.4/drivers/misc/ocxl/
Dsysfs.c160 rc = device_create_bin_file(&info->dev, &info->attr_global_mmio); in ocxl_sysfs_register_afu()
/linux-6.14.4/drivers/gpu/drm/i915/gvt/
Dfirmware.c100 ret = device_create_bin_file(&pdev->dev, &bin_attr_gvt_firmware); in expose_firmware_sysfs()
/linux-6.14.4/drivers/misc/
Dsram.c90 return device_create_bin_file(sram->dev, &part->battr); in sram_add_export()
/linux-6.14.4/drivers/media/pci/solo6x10/
Dsolo6x10-core.c438 if (device_create_bin_file(dev, sdram_attr)) { in solo_sysfs_init()
/linux-6.14.4/drivers/thermal/intel/int340x_thermal/
Dint3400_thermal.c617 result = device_create_bin_file(&pdev->dev, &bin_attr_data_vault); in int3400_thermal_probe()
/linux-6.14.4/drivers/pci/
Dpci-sysfs.c1014 error = device_create_bin_file(&b->dev, b->legacy_io); in pci_create_legacy_files()
1029 error = device_create_bin_file(&b->dev, b->legacy_mem); in pci_create_legacy_files()
/linux-6.14.4/drivers/misc/cxl/
Dsysfs.c698 rc = device_create_bin_file(&afu->dev, &afu->attr_eb); in cxl_sysfs_afu_add()
/linux-6.14.4/include/linux/
Ddevice.h279 int __must_check device_create_bin_file(struct device *dev,
/linux-6.14.4/drivers/media/i2c/
Dimx208.c996 ret = device_create_bin_file(&client->dev, &bin_attr_otp); in imx208_probe()
/linux-6.14.4/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_main.c3121 if (device_create_bin_file(dev, &bin_attr_crb)) in netxen_create_diag_entries()
3123 if (device_create_bin_file(dev, &bin_attr_mem)) in netxen_create_diag_entries()
3125 if (device_create_bin_file(dev, &bin_attr_dimm)) in netxen_create_diag_entries()
/linux-6.14.4/drivers/fsi/
Dfsi-core.c1101 rc = device_create_bin_file(&slave->dev, &fsi_slave_raw_attr); in fsi_slave_init()
/linux-6.14.4/drivers/base/
Dcore.c3074 int device_create_bin_file(struct device *dev, in device_create_bin_file() function
3082 EXPORT_SYMBOL_GPL(device_create_bin_file);
/linux-6.14.4/drivers/video/fbdev/
Dudlfb.c1714 retval = device_create_bin_file(info->dev, &edid_attr); in dlfb_usb_probe()
/linux-6.14.4/drivers/nvmem/
Dcore.c439 rval = device_create_bin_file(nvmem->base_dev, &nvmem->eeprom); in nvmem_sysfs_setup_compat()