Searched refs:device_property_read_string_array (Results 1 – 14 of 14) sorted by relevance
/linux/include/linux/ |
A D | property.h | 46 int device_property_read_string_array(struct device *dev, const char *propname, 180 return device_property_read_string_array(dev, propname, NULL, 0); in device_property_string_array_count()
|
/linux/drivers/base/ |
A D | property.c | 177 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() function 182 EXPORT_SYMBOL_GPL(device_property_read_string_array);
|
/linux/drivers/power/supply/ |
A 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()
|
/linux/drivers/platform/mellanox/ |
A D | mlxbf-pmc.c | 1441 ret = device_property_read_string_array(dev, "block_name", in mlxbf_pmc_probe()
|
/linux/drivers/iio/ |
A D | industrialio-core.c | 632 err = device_property_read_string_array(dev, "mount-matrix", matrix->rotation, len); in iio_read_mount_matrix()
|
/linux/drivers/rtc/ |
A D | rtc-ds1307.c | 1611 device_property_read_string_array(ds1307->dev, "clock-output-names", in ds3231_clks_register()
|
/linux/sound/soc/codecs/ |
A D | da7219.c | 1772 if (device_property_read_string_array(dev, "clock-output-names", in da7219_fw_to_pdata()
|
A D | rt5682.c | 3093 if (device_property_read_string_array(dev, "clock-output-names", in rt5682_parse_dt()
|
A D | rt5682s.c | 2892 if (device_property_read_string_array(dev, "clock-output-names", in rt5682s_parse_dt()
|
/linux/drivers/mmc/host/ |
A D | dw_mmc.c | 3010 if ((device_property_read_string_array(dev, "dma-names", in dw_mci_init_dma()
|
/linux/drivers/infiniband/hw/hns/ |
A D | hns_roce_hw_v1.c | 4570 ret = device_property_read_string_array(dev, "interrupt-names", in hns_roce_get_cfg()
|
/linux/ |
A D | vmlinux.symvers | 3125 0x00000000 device_property_read_string_array vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 31181 ffff800010808c20 T device_property_read_string_array
|
A D | .tmp_System.map | 31181 ffff800010808c20 T device_property_read_string_array
|
Completed in 356 milliseconds