Searched defs:sysdev_driver (Results 1 – 1 of 1) sorted by relevance
37 struct sysdev_driver { struct38 struct list_head entry;39 int (*add)(struct sys_device *);40 int (*remove)(struct sys_device *);41 int (*shutdown)(struct sys_device *);42 int (*suspend)(struct sys_device *, pm_message_t state);43 int (*resume)(struct sys_device *);