Home
last modified time | relevance | path

Searched refs:read_new (Results 1 – 25 of 75) sorted by relevance

123

/linux-6.15/drivers/hid/
H A Dhid-roccat-common.h74 .read_new = roccat_common2_sysfs_read_ ## thingy, \
83 .read_new = roccat_common2_sysfs_read_ ## thingy, \
H A Dhid-roccat-koneplus.c156 .read_new = koneplus_sysfs_read_ ## thingy, \
165 .read_new = koneplus_sysfs_read_ ## thingy, \
225 .read_new = koneplus_sysfs_read_profilex_settings, \
231 .read_new = koneplus_sysfs_read_profilex_buttons, \
H A Dhid-roccat-pyra.c157 .read_new = pyra_sysfs_read_ ## thingy, \
166 .read_new = pyra_sysfs_read_ ## thingy, \
222 .read_new = pyra_sysfs_read_profilex_settings, \
228 .read_new = pyra_sysfs_read_profilex_buttons, \
H A Dhid-roccat-kovaplus.c199 .read_new = kovaplus_sysfs_read_ ## thingy, \
255 .read_new = kovaplus_sysfs_read_profilex_settings, \
261 .read_new = kovaplus_sysfs_read_profilex_buttons, \
H A Dhid-roccat-isku.c184 .read_new = isku_sysfs_read_ ## thingy, \
193 .read_new = isku_sysfs_read_ ## thingy, \
H A Dhid-roccat-lua.c91 .read_new = lua_sysfs_read_ ## thingy, \
/linux-6.15/fs/sysfs/
H A Dfile.c100 if (!battr->read && !battr->read_new) in sysfs_kf_bin_read()
103 if (battr->read_new) in sysfs_kf_bin_read()
104 return battr->read_new(of->file, kobj, battr, buf, pos, count); in sysfs_kf_bin_read()
338 if (battr->read && battr->read_new) in sysfs_add_bin_file_mode_ns()
346 else if ((battr->read || battr->read_new) && (battr->write || battr->write_new)) in sysfs_add_bin_file_mode_ns()
348 else if (battr->read || battr->read_new) in sysfs_add_bin_file_mode_ns()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_sysfs.c143 .read_new = i915_l3_read,
152 .read_new = i915_l3_read,
/linux-6.15/kernel/bpf/
H A Dsysfs_btf.c17 .read_new = sysfs_bin_attr_simple_read,
/linux-6.15/drivers/firmware/google/
H A Dmemconsole.c31 .read_new = memconsole_read,
H A Dvpd.c124 info->bin_attr.read_new = vpd_attrib_read; in vpd_section_attrib_add()
204 sec->bin_attr.read_new = vpd_section_read; in vpd_section_init()
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sysfs.c1198 .read_new = qlcnic_sysfs_read_crb,
1205 .read_new = qlcnic_sysfs_read_mem,
1212 .read_new = qlcnic_sysfs_read_npar_config,
1219 .read_new = qlcnic_sysfs_read_pci_config,
1225 .read_new = qlcnic_sysfs_get_port_stats,
1232 .read_new = qlcnic_sysfs_get_esw_stats,
1239 .read_new = qlcnic_sysfs_read_esw_config,
1246 .read_new = qlcnic_sysfs_read_pm_config,
1253 .read_new = qlcnic_83xx_sysfs_flash_read_handler,
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dultravisor.c43 .read_new = uv_msglog_read
H A Dopal-msglog.c105 .read_new = opal_msglog_read
/linux-6.15/drivers/w1/slaves/
H A Dw1_ds2433.c279 .read_new = eeprom_read,
286 .read_new = eeprom_read,
H A Dw1_ds2406.c105 .read_new = w1_f12_read_state,
/linux-6.15/arch/x86/kernel/
H A Dksysfs.c43 .read_new = boot_params_data_read,
253 .read_new = setup_data_data_read,
/linux-6.15/drivers/zorro/
H A Dzorro-sysfs.c107 .read_new = zorro_read_config,
/linux-6.15/kernel/module/
H A Dsysfs.c104 sattr->read_new = module_sect_read; in add_sect_attrs()
193 nattr->read_new = sysfs_bin_attr_simple_read; in add_notes_attrs()
/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c124 .read_new = wl1271_sysfs_read_fwlog,
/linux-6.15/drivers/of/
H A Dkobj.c80 pp->attr.read_new = of_node_property_read; in __of_add_property_sysfs()
/linux-6.15/drivers/misc/eeprom/
H A Dmax6875.c130 .read_new = max6875_read,
/linux-6.15/drivers/scsi/qedf/
H A Dqedf_attr.c169 .read_new = qedf_sysfs_read_grcdump,
/linux-6.15/drivers/firmware/efi/
H A Dmokvar-table.c343 mokvar_sysfs->bin_attr.read_new = efi_mokvar_sysfs_read; in efi_mokvar_sysfs_init()
/linux-6.15/drivers/i2c/
H A Di2c-slave-eeprom.c168 eeprom->bin.read_new = i2c_slave_eeprom_bin_read; in i2c_slave_eeprom_probe()

123