Home
last modified time | relevance | path

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

/drivers/base/
Dproperty.c206 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array() function
211 EXPORT_SYMBOL_GPL(device_property_read_string_array);
/drivers/gpio/
Dgpio-sloppy-logic-analyzer.c251 ret = device_property_read_string_array(dev, "probe-names", gpio_names, in gpio_la_poll_probe()
Dgpio-virtuser.c885 return device_property_read_string_array(dev, in gpio_virtuser_get_ids()
Dgpiolib.c556 ret = device_property_read_string_array(dev, "gpio-line-names", in gpiochip_set_names()
/drivers/iio/multiplexer/
Diio-mux.c361 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
/drivers/power/supply/
Dpower_supply_core.c310 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
/drivers/platform/mellanox/
Dmlxbf-pmc.c2077 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
/drivers/iio/
Dindustrialio-core.c624 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
/drivers/rtc/
Drtc-ds1307.c1627 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()