Searched refs:device_property_read_string_array (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | property.h | 52 int device_property_read_string_array(struct device *dev, const char *propname, 199 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
|
/linux-6.3-rc2/drivers/base/ |
A D | property.c | 201 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() function 206 EXPORT_SYMBOL_GPL(device_property_read_string_array);
|
/linux-6.3-rc2/drivers/iio/multiplexer/ |
A D | iio-mux.c | 362 ret = device_property_read_string_array(dev, "channels", labels, all_children); in mux_probe()
|
/linux-6.3-rc2/drivers/platform/mellanox/ |
A D | mlxbf-pmc.c | 1441 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | power_supply_core.c | 296 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
|
/linux-6.3-rc2/drivers/iio/ |
A D | industrialio-core.c | 604 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-ds1307.c | 1611 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | da7219.c | 1778 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
|
A D | rt5682.c | 3091 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
|
A D | rt5682s.c | 2985 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib.c | 398 ret = device_property_read_string_array(dev, "gpio-line-names", in devprop_gpiochip_set_names()
|
Completed in 48 milliseconds