Searched defs:platform_driver (Results 1 – 1 of 1) sorted by relevance
27 struct platform_driver { struct28 int (*probe)(struct platform_device *);29 int (*remove)(struct platform_device *);30 void (*shutdown)(struct platform_device *);31 int (*suspend)(struct platform_device *, pm_message_t state);32 int (*resume)(struct platform_device *);33 struct device_driver driver;