Home
last modified time | relevance | path

Searched refs:early_soc_dev_attr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/base/
Dsoc.c112 static struct soc_device_attribute *early_soc_dev_attr; variable
120 if (early_soc_dev_attr) in soc_device_register()
122 early_soc_dev_attr = soc_dev_attr; in soc_device_register()
167 early_soc_dev_attr = NULL; in soc_device_unregister()
178 if (early_soc_dev_attr) in soc_bus_register()
179 return PTR_ERR(soc_device_register(early_soc_dev_attr)); in soc_bus_register()
246 if (ret < 0 && early_soc_dev_attr) in soc_device_match()
247 ret = soc_device_match_attr(early_soc_dev_attr, in soc_device_match()