Searched refs:of_property_read_u64_index (Results 1 – 3 of 3) sorted by relevance
/drivers/vfio/pci/ |
D | vfio_pci_nvlink2.c | 426 if (of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", nvlink_index, in vfio_pci_ibm_npu2_init() 428 if (of_property_read_u64_index(hose->dn, "ibm,mmio-atsd", 0, in vfio_pci_ibm_npu2_init()
|
/drivers/of/ |
D | property.c | 177 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() function 191 EXPORT_SYMBOL_GPL(of_property_read_u64_index);
|
/drivers/iio/temperature/ |
D | ltc2983.c | 440 of_property_read_u64_index(np, propname, index, &temp); in __ltc2983_custom_sensor_new()
|