Searched refs:device_property_read_string_array (Results 1 – 16 of 16) sorted by relevance
/linux/drivers/dpll/zl3073x/ |
H A D | prop.c | 342 count = device_property_read_string_array(zldev->dev, "dpll-types", in zl3073x_prop_dpll_type_get()
|
/linux/include/linux/ |
H A D | property.h | 50 int device_property_read_string_array(const struct device *dev, const char *propname, 286 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
|
/linux/drivers/base/ |
H A D | property.c | 244 int device_property_read_string_array(const struct device *dev, const char *propname, in device_property_read_string_array() function 249 EXPORT_SYMBOL_GPL(device_property_read_string_array);
|
/linux/sound/soc/codecs/ |
H A D | audio-iio-aux.c | 261 ret = device_property_read_string_array(dev, "io-channel-names", in audio_iio_aux_probe()
|
H A D | da7219.c | 1781 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
|
H A D | rt5682.c | 3102 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
|
H A D | rt5682s.c | 2981 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
|
/linux/drivers/gpio/ |
H A D | gpio-sloppy-logic-analyzer.c | 251 ret = device_property_read_string_array(dev, "probe-names", gpio_names, in gpio_la_poll_probe()
|
H A D | gpio-virtuser.c | 884 return device_property_read_string_array(dev, in gpio_virtuser_get_ids()
|
H A D | gpiolib.c | 631 ret = device_property_read_string_array(dev, "gpio-line-names", in gpiochip_set_names()
|
/linux/drivers/iio/multiplexer/ |
H A D | iio-mux.c | 369 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
|
/linux/drivers/power/supply/ |
H A D | power_supply_core.c | 326 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
|
/linux/drivers/platform/mellanox/ |
H A D | mlxbf-pmc.c | 2317 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
|
/linux/drivers/iio/ |
H A D | industrialio-core.c | 630 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
|
/linux/drivers/rtc/ |
H A D | rtc-ds1307.c | 1632 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
|
/linux/drivers/bluetooth/ |
H A D | hci_qca.c | 2348 device_property_read_string_array(&serdev->dev, "firmware-name", in qca_serdev_probe()
|