| /linux-6.15/drivers/hid/ |
| H A D | hid-roccat-common.h | 74 .read_new = roccat_common2_sysfs_read_ ## thingy, \ 83 .read_new = roccat_common2_sysfs_read_ ## thingy, \
|
| H A D | hid-roccat-koneplus.c | 156 .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 D | hid-roccat-pyra.c | 157 .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 D | hid-roccat-kovaplus.c | 199 .read_new = kovaplus_sysfs_read_ ## thingy, \ 255 .read_new = kovaplus_sysfs_read_profilex_settings, \ 261 .read_new = kovaplus_sysfs_read_profilex_buttons, \
|
| H A D | hid-roccat-isku.c | 184 .read_new = isku_sysfs_read_ ## thingy, \ 193 .read_new = isku_sysfs_read_ ## thingy, \
|
| H A D | hid-roccat-lua.c | 91 .read_new = lua_sysfs_read_ ## thingy, \
|
| /linux-6.15/fs/sysfs/ |
| H A D | file.c | 100 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 D | i915_sysfs.c | 143 .read_new = i915_l3_read, 152 .read_new = i915_l3_read,
|
| /linux-6.15/kernel/bpf/ |
| H A D | sysfs_btf.c | 17 .read_new = sysfs_bin_attr_simple_read,
|
| /linux-6.15/drivers/firmware/google/ |
| H A D | memconsole.c | 31 .read_new = memconsole_read,
|
| H A D | vpd.c | 124 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 D | qlcnic_sysfs.c | 1198 .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 D | ultravisor.c | 43 .read_new = uv_msglog_read
|
| H A D | opal-msglog.c | 105 .read_new = opal_msglog_read
|
| /linux-6.15/drivers/w1/slaves/ |
| H A D | w1_ds2433.c | 279 .read_new = eeprom_read, 286 .read_new = eeprom_read,
|
| H A D | w1_ds2406.c | 105 .read_new = w1_f12_read_state,
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | ksysfs.c | 43 .read_new = boot_params_data_read, 253 .read_new = setup_data_data_read,
|
| /linux-6.15/drivers/zorro/ |
| H A D | zorro-sysfs.c | 107 .read_new = zorro_read_config,
|
| /linux-6.15/kernel/module/ |
| H A D | sysfs.c | 104 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 D | sysfs.c | 124 .read_new = wl1271_sysfs_read_fwlog,
|
| /linux-6.15/drivers/of/ |
| H A D | kobj.c | 80 pp->attr.read_new = of_node_property_read; in __of_add_property_sysfs()
|
| /linux-6.15/drivers/misc/eeprom/ |
| H A D | max6875.c | 130 .read_new = max6875_read,
|
| /linux-6.15/drivers/scsi/qedf/ |
| H A D | qedf_attr.c | 169 .read_new = qedf_sysfs_read_grcdump,
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | mokvar-table.c | 343 mokvar_sysfs->bin_attr.read_new = efi_mokvar_sysfs_read; in efi_mokvar_sysfs_init()
|
| /linux-6.15/drivers/i2c/ |
| H A D | i2c-slave-eeprom.c | 168 eeprom->bin.read_new = i2c_slave_eeprom_bin_read; in i2c_slave_eeprom_probe()
|