Searched refs:device_property_read_string_array (Results 1 – 20 of 20) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | property.h | 45 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-6.6/include/linux/ |
| D | property.h | 52 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()
|
| /kernel/linux/linux-6.6/drivers/base/ |
| D | property.c | 205 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);
|
| /kernel/linux/linux-5.10/drivers/base/ |
| D | property.c | 178 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-6.6/sound/soc/codecs/ |
| D | audio-iio-aux.c | 280 ret = device_property_read_string_array(dev, "io-channel-names", in audio_iio_aux_probe()
|
| D | da7219.c | 1781 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
|
| D | rt5682.c | 3098 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
|
| D | rt5682s.c | 2977 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
|
| /kernel/linux/linux-6.6/drivers/iio/multiplexer/ |
| D | iio-mux.c | 362 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
|
| /kernel/linux/linux-5.10/drivers/power/supply/ |
| D | power_supply_core.c | 285 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-6.6/drivers/platform/mellanox/ |
| D | mlxbf-pmc.c | 1439 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
|
| /kernel/linux/linux-6.6/drivers/power/supply/ |
| D | power_supply_core.c | 296 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
|
| /kernel/linux/linux-5.10/drivers/iio/ |
| D | industrialio-core.c | 574 err = device_property_read_string_array(dev, propname, in iio_read_mount_matrix()
|
| /kernel/linux/linux-6.6/drivers/rtc/ |
| D | rtc-ds1307.c | 1611 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
|
| /kernel/linux/linux-6.6/drivers/iio/ |
| D | industrialio-core.c | 617 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | da7219.c | 1776 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
|
| D | rt5682.c | 2999 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | dw_mmc.c | 2938 if ((device_property_read_string_array(dev, "dma-names", in dw_mci_init_dma()
|
| /kernel/linux/linux-6.6/drivers/gpio/ |
| D | gpiolib.c | 417 ret = device_property_read_string_array(dev, "gpio-line-names", in gpiochip_set_names()
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v1.c | 4584 ret = device_property_read_string_array(dev, "interrupt-names", in hns_roce_get_cfg()
|