Searched defs:ocp_driver (Results 1 – 1 of 1) sorted by relevance
132 struct ocp_driver { struct133 const char *name;134 const struct ocp_device_id *id_table; /* NULL if wants all devices */136 int (*probe) (struct ocp_device *dev); /* New device inserted */137 void (*remove) (struct ocp_device *dev); /* Device removed (NULL if not a139 int (*save_state) (struct ocp_device *dev, u32 state); /* Save Device Context */140 int (*suspend) (struct ocp_device *dev, u32 state); /* Device suspended */141 int (*resume) (struct ocp_device *dev); /* Device woken up */142 int (*enable_wake) (struct ocp_device *dev, u32 state, int enable);144 struct list_head link;