Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/
H A Dsoc.c112 static struct soc_device_attribute *early_soc_dev_attr; variable
121 if (early_soc_dev_attr) in soc_device_register()
123 early_soc_dev_attr = soc_dev_attr; in soc_device_register()
175 early_soc_dev_attr = NULL; in soc_device_unregister()
187 if (early_soc_dev_attr) in soc_bus_register()
188 return PTR_ERR(soc_device_register(early_soc_dev_attr)); in soc_bus_register()
255 if (ret < 0 && early_soc_dev_attr) in soc_device_match()
256 ret = soc_device_match_attr(early_soc_dev_attr, in soc_device_match()
/kernel/linux/linux-6.6/drivers/base/
H A Dsoc.c126 static struct soc_device_attribute *early_soc_dev_attr; variable
137 if (early_soc_dev_attr) in soc_device_register()
139 early_soc_dev_attr = soc_dev_attr; in soc_device_register()
191 early_soc_dev_attr = NULL; in soc_device_unregister()
204 if (early_soc_dev_attr) in soc_bus_register()
205 return PTR_ERR(soc_device_register(early_soc_dev_attr)); in soc_bus_register()
270 if (ret < 0 && early_soc_dev_attr) in soc_device_match()
271 ret = soc_device_match_attr(early_soc_dev_attr, in soc_device_match()

Completed in 2 milliseconds