Lines Matching refs:mv_gpio_pindev
97 struct mv_gpio_pindev { struct
128 static void mv_gpio_int_ack(struct mv_gpio_pindev *);
132 static void mv_gpio_intr_mask(struct mv_gpio_pindev *);
133 static void mv_gpio_intr_unmask(struct mv_gpio_pindev *);
135 void mv_gpio_finish_intrhandler(struct mv_gpio_pindev *);
389 mv_gpio_finish_intrhandler(struct mv_gpio_pindev *s) in mv_gpio_finish_intrhandler()
409 struct mv_gpio_pindev *s; in mv_gpio_setup_intrhandler()
412 s = malloc(sizeof(struct mv_gpio_pindev), M_DEVBUF, M_NOWAIT | M_ZERO); in mv_gpio_setup_intrhandler()
445 mv_gpio_intr_mask(struct mv_gpio_pindev *s) in mv_gpio_intr_mask()
475 mv_gpio_intr_unmask(struct mv_gpio_pindev *s) in mv_gpio_intr_unmask()
689 struct mv_gpio_pindev s = {dev, pin}; in mv_gpio_debounce_start()
690 struct mv_gpio_pindev *sd; in mv_gpio_debounce_start()
707 sd = (struct mv_gpio_pindev *)malloc(sizeof(struct mv_gpio_pindev), in mv_gpio_debounce_start()
727 struct mv_gpio_pindev *s; in mv_gpio_debounce()
729 s = (struct mv_gpio_pindev *)arg; in mv_gpio_debounce()
996 mv_gpio_int_ack(struct mv_gpio_pindev *s) in mv_gpio_int_ack()