Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dproperty.h45 int device_property_read_string_array(struct device *dev, const char *propname,
176 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
/kernel/linux/linux-5.10/drivers/base/
Dproperty.c178 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() function
183 EXPORT_SYMBOL_GPL(device_property_read_string_array);
/kernel/linux/linux-5.10/drivers/power/supply/
Dpower_supply_core.c285 nval = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
295 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
/kernel/linux/linux-5.10/drivers/iio/
Dindustrialio-core.c574 err = device_property_read_string_array(dev, propname, in iio_read_mount_matrix()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dda7219.c1776 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
Drt5682.c2999 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc.c2938 if ((device_property_read_string_array(dev, "dma-names", in dw_mci_init_dma()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_hw_v1.c4517 ret = device_property_read_string_array(dev, "interrupt-names", in hns_roce_get_cfg()