Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dproperty.h52 int device_property_read_string_array(const struct device *dev, const char *propname,
244 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
/openbmc/linux/drivers/base/
H A Dproperty.c205 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array() function
210 EXPORT_SYMBOL_GPL(device_property_read_string_array);
/openbmc/linux/sound/soc/codecs/
H A Daudio-iio-aux.c280 ret = device_property_read_string_array(dev, "io-channel-names", in audio_iio_aux_probe()
H A Dda7219.c1778 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
H A Drt5682.c3096 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
H A Drt5682s.c2975 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
/openbmc/linux/drivers/iio/multiplexer/
H A Diio-mux.c362 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c1439 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_core.c296 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
/openbmc/linux/drivers/rtc/
H A Drtc-ds1307.c1611 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c617 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
/openbmc/linux/drivers/gpio/
H A Dgpiolib.c417 ret = device_property_read_string_array(dev, "gpio-line-names", in gpiochip_set_names()