Home
last modified time | relevance | path

Searched defs:ocp_driver (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/include/asm-ppc/
Docp.h132 struct ocp_driver { struct
133 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 a
139 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;