Home
last modified time | relevance | path

Searched refs:device_property_read_string_array (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/linux/
Dproperty.h46 int device_property_read_string_array(struct device *dev, const char *propname,
185 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
/Linux-v6.1/drivers/base/
Dproperty.c194 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() function
199 EXPORT_SYMBOL_GPL(device_property_read_string_array);
/Linux-v6.1/drivers/iio/multiplexer/
Diio-mux.c362 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
/Linux-v6.1/drivers/platform/mellanox/
Dmlxbf-pmc.c1441 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
/Linux-v6.1/drivers/power/supply/
Dpower_supply_core.c296 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
/Linux-v6.1/drivers/rtc/
Drtc-ds1307.c1611 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
/Linux-v6.1/drivers/iio/
Dindustrialio-core.c632 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
/Linux-v6.1/sound/soc/codecs/
Dda7219.c1778 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
Drt5682.c3089 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
Drt5682s.c2977 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()