mv_gpio_pindev
static void mv_gpio_int_ack(struct mv_gpio_pindev *);
static void mv_gpio_intr_mask(struct mv_gpio_pindev *);
static void mv_gpio_intr_unmask(struct mv_gpio_pindev *);
void mv_gpio_finish_intrhandler(struct mv_gpio_pindev *);
mv_gpio_finish_intrhandler(struct mv_gpio_pindev *s)
struct mv_gpio_pindev *s;
s = malloc(sizeof(struct mv_gpio_pindev), M_DEVBUF, M_NOWAIT | M_ZERO);
mv_gpio_intr_mask(struct mv_gpio_pindev *s)
mv_gpio_intr_unmask(struct mv_gpio_pindev *s)
struct mv_gpio_pindev s = {dev, pin};
struct mv_gpio_pindev *sd;
sd = (struct mv_gpio_pindev *)malloc(sizeof(struct mv_gpio_pindev),
struct mv_gpio_pindev *s;
s = (struct mv_gpio_pindev *)arg;
mv_gpio_int_ack(struct mv_gpio_pindev *s)