Lines Matching refs:propname
386 const char *propname, const bool is_steinhart, in __ltc2983_custom_sensor_new() argument
400 n_entries = fwnode_property_count_u32(fn, propname); in __ltc2983_custom_sensor_new()
402 n_entries = fwnode_property_count_u64(fn, propname); in __ltc2983_custom_sensor_new()
445 ret = fwnode_property_read_u32_array(fn, propname, new_custom->table, n_entries); in __ltc2983_custom_sensor_new()
451 ret = fwnode_property_read_u64_array(fn, propname, new_custom->table, n_entries); in __ltc2983_custom_sensor_new()
678 const char *propname = "adi,custom-thermocouple"; in ltc2983_thermocouple_new() local
681 propname, false, in ltc2983_thermocouple_new()
923 const char *propname; in ltc2983_thermistor_new() local
927 propname = "adi,custom-steinhart"; in ltc2983_thermistor_new()
929 propname = "adi,custom-thermistor"; in ltc2983_thermistor_new()
933 propname, in ltc2983_thermistor_new()