Searched refs:device_property_read_string_array (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ |
D | property.h | 47 int device_property_read_string_array(struct device *dev, const char *propname,
|
/Linux-v4.19/drivers/power/supply/ |
D | power_supply_core.c | 288 nval = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies() 298 ret = device_property_read_string_array(psy->dev.parent, in power_supply_check_supplies()
|
/Linux-v4.19/drivers/base/ |
D | property.c | 453 int device_property_read_string_array(struct device *dev, const char *propname, in device_property_read_string_array() function 458 EXPORT_SYMBOL_GPL(device_property_read_string_array);
|
/Linux-v4.19/drivers/mmc/host/ |
D | dw_mmc.c | 2968 if ((device_property_read_string_array(dev, "dma-names", in dw_mci_init_dma()
|
/Linux-v4.19/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v1.c | 4962 ret = device_property_read_string_array(dev, "interrupt-names", in hns_roce_get_cfg()
|