gpio_driver
struct gpio_driver *gpd;
gpd = kmalloc(sizeof(struct gpio_driver),
struct gpio_driver *gpd;
LIST_ENTRY(gpio_driver) link;
static LIST_HEAD(, gpio_driver) gpio_driverlist = LIST_HEAD_INITIALIZER(&gpio_driverlist);