Searched refs:read_string (Results 1 – 25 of 54) sorted by relevance
123
/linux-6.12.1/tools/perf/util/ |
D | trace-event-read.c | 101 static char *read_string(void) in read_string() function 325 sys = read_string(); in read_event_files() 408 version = read_string(); in trace_report()
|
/linux-6.12.1/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_drvinfo.c | 113 .read_string = aq_hwmon_read_string,
|
/linux-6.12.1/drivers/vdpa/solidrun/ |
D | snet_hwmon.c | 159 .read_string = snet_hwmon_read_string
|
/linux-6.12.1/drivers/hwmon/ |
D | nzxt-kraken2.c | 86 .read_string = kraken2_read_string,
|
D | surface_temp.c | 174 .read_string = ssam_temp_hwmon_read_string,
|
D | powr1220.c | 273 .read_string = powr1220_read_string,
|
D | powerz.c | 206 .read_string = powerz_read_string,
|
D | cros_ec_hwmon.c | 179 .read_string = cros_ec_hwmon_read_string,
|
D | gigabyte_waterforce.c | 235 .read_string = waterforce_read_string
|
D | scmi-hwmon.c | 131 .read_string = scmi_hwmon_read_string,
|
D | max6621.c | 471 .read_string = max6621_read_string,
|
D | lochnagar-hwmon.c | 318 .read_string = lochnagar_read_string,
|
D | smpro-hwmon.c | 427 .read_string = smpro_read_string,
|
D | tmp421.c | 430 .read_string = tmp421_read_string,
|
D | tps23861.c | 367 .read_string = tps23861_read_string,
|
D | axi-fan-control.c | 409 .read_string = axi_fan_control_read_labels,
|
D | gsc-hwmon.c | 244 .read_string = gsc_hwmon_read_string,
|
D | k10temp.c | 379 .read_string = k10temp_read_labels,
|
D | hwmon.c | 450 ret = hattr->ops->read_string(dev, hattr->type, hattr->attr, in hwmon_attr_show_string() 513 if ((mode & 0444) && ((is_string && !ops->read_string) || in hwmon_genattr()
|
D | lenovo-ec-sensors.c | 407 .read_string = lenovo_ec_hwmon_read_string,
|
D | asus_rog_ryujin.c | 389 .read_string = rog_ryujin_read_string,
|
/linux-6.12.1/drivers/nvme/host/ |
D | hwmon.c | 217 .read_string = nvme_hwmon_read_string,
|
/linux-6.12.1/drivers/power/supply/ |
D | power_supply_hwmon.c | 312 .read_string = power_supply_hwmon_read_string,
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | hwmon.c | 158 .read_string = mlx5_hwmon_read_string,
|
/linux-6.12.1/include/linux/ |
D | hwmon.h | 419 int (*read_string)(struct device *dev, enum hwmon_sensor_types type, member
|
123