#include <linux/sysfs.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/stat.h>
#include <linux/slab.h>
#include <linux/idr.h>
#include <linux/spinlock.h>
#include <linux/sys_soc.h>
#include <linux/err.h>
Go to the source code of this file.
core_initcall |
( |
soc_bus_register |
| ) |
|
module_exit |
( |
soc_bus_unregister |
| ) |
|
soc_device_register - register SoC as a device : Attributes passed from platform to be attributed to a SoC
Definition at line 113 of file soc.c.
soc_device_to_device - helper function to fetch struct device : Previously registered SoC device container
Definition at line 40 of file soc.c.
soc_device_unregister - unregister SoC device : SoC device to be unregistered
Definition at line 162 of file soc.c.