Lines Matching refs:mv_gpio_softc
73 struct mv_gpio_softc { struct
184 sizeof(struct mv_gpio_softc),
210 mv_gpio_setup_interrupts(struct mv_gpio_softc *sc, phandle_t node) in mv_gpio_setup_interrupts()
296 struct mv_gpio_softc *sc; in mv_gpio_attach()
300 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_attach()
358 struct mv_gpio_softc *sc; in mv_gpio_intr()
359 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_intr()
410 struct mv_gpio_softc *sc; in mv_gpio_setup_intrhandler()
411 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_setup_intrhandler()
447 struct mv_gpio_softc *sc; in mv_gpio_intr_mask()
448 sc = (struct mv_gpio_softc *)device_get_softc(s->dev); in mv_gpio_intr_mask()
477 struct mv_gpio_softc *sc; in mv_gpio_intr_unmask()
478 sc = (struct mv_gpio_softc *)device_get_softc(s->dev); in mv_gpio_intr_unmask()
500 struct mv_gpio_softc *sc; in mv_gpio_exec_intr_handlers()
501 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_exec_intr_handlers()
526 struct mv_gpio_softc *sc; in mv_gpio_intr_handler()
527 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_intr_handler()
547 struct mv_gpio_softc *sc; in mv_gpio_configure()
548 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_configure()
603 struct mv_gpio_softc *sc __unused; in mv_gpio_double_edge_init()
604 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_double_edge_init()
620 struct mv_gpio_softc *sc; in mv_gpio_debounce_setup()
622 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounce_setup()
642 struct mv_gpio_softc *sc; in mv_gpio_debounce_prepare()
644 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounce_prepare()
664 struct mv_gpio_softc *sc; in mv_gpio_debounce_init()
666 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounce_init()
691 struct mv_gpio_softc *sc; in mv_gpio_debounce_start()
692 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounce_start()
726 struct mv_gpio_softc *sc; in mv_gpio_debounce()
732 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounce()
787 struct mv_gpio_softc *sc; in mv_gpio_debounced_state_set()
788 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounced_state_set()
808 struct mv_gpio_softc *sc; in mv_gpio_debounced_state_get()
809 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_debounced_state_get()
825 struct mv_gpio_softc *sc; in mv_gpio_out()
826 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_out()
840 struct mv_gpio_softc *sc; in mv_gpio_in()
841 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_in()
864 struct mv_gpio_softc *sc; in mv_gpio_reg_read()
865 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_reg_read()
873 struct mv_gpio_softc *sc; in mv_gpio_reg_write()
874 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_reg_write()
903 struct mv_gpio_softc *sc; in mv_gpio_out_en()
904 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_out_en()
921 struct mv_gpio_softc *sc; in mv_gpio_blink()
922 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_blink()
939 struct mv_gpio_softc *sc; in mv_gpio_polarity()
940 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_polarity()
963 struct mv_gpio_softc *sc; in mv_gpio_level()
964 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_level()
981 struct mv_gpio_softc *sc; in mv_gpio_edge()
982 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_edge()
999 struct mv_gpio_softc *sc; in mv_gpio_int_ack()
1000 sc = (struct mv_gpio_softc *)device_get_softc(s->dev); in mv_gpio_int_ack()
1015 struct mv_gpio_softc *sc; in mv_gpio_value_get()
1016 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_value_get()
1037 struct mv_gpio_softc *sc; in mv_gpio_value_set()
1038 sc = (struct mv_gpio_softc *)device_get_softc(dev); in mv_gpio_value_set()
1060 struct mv_gpio_softc *sc; in mv_gpio_pin_max()
1073 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_getcaps()
1090 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_getflags()
1107 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_getname()
1125 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_setflags()
1141 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_set()
1155 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_get()
1172 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_pin_toggle()
1189 struct mv_gpio_softc *sc = device_get_softc(dev); in mv_gpio_get_bus()
1198 struct mv_gpio_softc *sc = device_get_softc(bus); in mv_gpio_map_gpios()