Searched refs:mtk_gpio_softc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_gpio_v1.c90 struct mtk_gpio_softc { struct
159 mtk_pic_register_isrcs(struct mtk_gpio_softc *sc)
182 mtk_gpio_pin_set_direction(struct mtk_gpio_softc *sc, uint32_t pin,
204 mtk_gpio_pin_set_invert(struct mtk_gpio_softc *sc, uint32_t pin, uint32_t val)
221 mtk_gpio_pin_probe(struct mtk_gpio_softc *sc, uint32_t pin)
260 struct mtk_gpio_softc *sc;
338 struct mtk_gpio_softc *sc = device_get_softc(dev);
353 struct mtk_gpio_softc *sc = device_get_softc(dev);
361 struct mtk_gpio_softc *sc = device_get_softc(dev);
371 struct mtk_gpio_softc *s
[all...]
H A Dmtk_gpio_v2.c76 struct mtk_gpio_softc { struct
150 mtk_pic_register_isrcs(struct mtk_gpio_softc *sc)
173 mtk_gpio_pin_set_direction(struct mtk_gpio_softc *sc, uint32_t pin,
195 mtk_gpio_pin_set_invert(struct mtk_gpio_softc *sc, uint32_t pin, uint32_t val)
212 mtk_gpio_pin_probe(struct mtk_gpio_softc *sc, uint32_t pin)
251 struct mtk_gpio_softc *sc;
329 struct mtk_gpio_softc *sc = device_get_softc(dev);
344 struct mtk_gpio_softc *sc = device_get_softc(dev);
352 struct mtk_gpio_softc *sc = device_get_softc(dev);
362 struct mtk_gpio_softc *s
[all...]

Completed in 170 milliseconds