Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dproperty.h49 int device_property_read_string_array(const struct device *dev, const char *propname,
260 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
/linux-6.14.4/drivers/base/
Dproperty.c244 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-6.14.4/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.c877 return device_property_read_string_array(dev, in gpio_virtuser_get_ids()
Dgpiolib.c555 ret = device_property_read_string_array(dev, "gpio-line-names", in gpiochip_set_names()
/linux-6.14.4/sound/soc/codecs/
Daudio-iio-aux.c261 ret = device_property_read_string_array(dev, "io-channel-names", in audio_iio_aux_probe()
Dda7219.c1781 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
Drt5682.c3100 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
Drt5682s.c2979 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
/linux-6.14.4/drivers/iio/multiplexer/
Diio-mux.c369 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
/linux-6.14.4/drivers/platform/mellanox/
Dmlxbf-pmc.c2167 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
/linux-6.14.4/drivers/power/supply/
Dpower_supply_core.c327 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
/linux-6.14.4/drivers/rtc/
Drtc-ds1307.c1616 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
/linux-6.14.4/drivers/iio/
Dindustrialio-core.c624 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
/linux-6.14.4/drivers/bluetooth/
Dhci_qca.c2347 device_property_read_string_array(&serdev->dev, "firmware-name", in qca_serdev_probe()