Searched refs:read_prop_string (Results 1 – 1 of 1) sorted by relevance
/drivers/misc/cxl/ |
D | of.c | 20 static const __be32 *read_prop_string(const struct device_node *np, in read_prop_string() function 164 read_prop_string(np, "name"); in cxl_of_read_afu_properties() 181 read_prop_string(np, "ibm,loc-code"); in cxl_of_read_afu_properties() 182 read_prop_string(np, "device_type"); in cxl_of_read_afu_properties() 190 read_prop_string(np, "ibm,phandle"); in cxl_of_read_afu_properties() 373 read_prop_string(np, "name"); in cxl_of_read_adapter_properties() 374 read_prop_string(np, "model"); in cxl_of_read_adapter_properties() 383 read_prop_string(np, "ibm,loc-code"); in cxl_of_read_adapter_properties() 390 read_prop_string(np, "device_type"); in cxl_of_read_adapter_properties() 391 read_prop_string(np, "ibm,phandle"); in cxl_of_read_adapter_properties() [all …]
|