Linux Kernel
3.7.1
|
#include <gpio-core.h>
Data Fields | |
void(* | save )(struct samsung_gpio_chip *chip) |
void(* | resume )(struct samsung_gpio_chip *chip) |
struct samsung_gpio_pm - power management (suspend/resume) information : Routine to save the state of the GPIO block : Routine to resume the GPIO block.
Definition at line 35 of file gpio-core.h.
void(* resume)(struct samsung_gpio_chip *chip) |
Definition at line 37 of file gpio-core.h.
void(* save)(struct samsung_gpio_chip *chip) |
Definition at line 36 of file gpio-core.h.