subsys_interface
static int sq_dev_add(struct device *dev, struct subsys_interface *sif)
static void sq_dev_remove(struct device *dev, struct subsys_interface *sif)
static struct subsys_interface sq_interface = {
int subsys_interface_register(struct subsys_interface *sif)
void subsys_interface_unregister(struct subsys_interface *sif)
struct subsys_interface *sif;
struct subsys_interface *sif;
static int cpufreq_add_dev(struct device *dev, struct subsys_interface *sif)
static void cpufreq_remove_dev(struct device *dev, struct subsys_interface *sif)
static struct subsys_interface cpufreq_interface = {
static void rionet_remove_dev(struct device *dev, struct subsys_interface *sif)
static int rionet_add_dev(struct device *dev, struct subsys_interface *sif)
static struct subsys_interface rionet_interface = {
static int riocm_add_dev(struct device *dev, struct subsys_interface *sif)
static void riocm_remove_dev(struct device *dev, struct subsys_interface *sif)
static struct subsys_interface riocm_interface = {
int (*add_dev)(struct device *dev, struct subsys_interface *sif);
void (*remove_dev)(struct device *dev, struct subsys_interface *sif);
int subsys_interface_register(struct subsys_interface *sif);
void subsys_interface_unregister(struct subsys_interface *sif);