Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dsys_soc.h31 void soc_device_unregister(struct soc_device *soc_dev);
/Linux-v5.4/drivers/base/
Dsoc.c170 void soc_device_unregister(struct soc_device *soc_dev) in soc_device_unregister() function
177 EXPORT_SYMBOL_GPL(soc_device_unregister);
/Linux-v5.4/drivers/soc/fsl/
Dguts.c199 soc_device_unregister(soc_dev); in fsl_guts_remove()
/Linux-v5.4/drivers/soc/qcom/
Dsocinfo.c457 soc_device_unregister(qs->soc_dev); in qcom_socinfo_remove()