Lines Matching refs:nct_softc
104 struct nct_softc { struct
766 nct_io_set_group(struct nct_softc *sc, uint8_t grpnum) in nct_io_set_group()
780 nct_io_read(struct nct_softc *sc, uint8_t grpnum, uint8_t reg) in nct_io_read()
793 nct_io_write(struct nct_softc *sc, uint8_t grpnum, uint8_t reg, uint8_t val) in nct_io_write()
803 nct_get_ioreg(struct nct_softc *sc, reg_t reg, uint8_t grpnum) in nct_get_ioreg()
826 nct_read_reg(struct nct_softc *sc, reg_t reg, uint8_t grpnum) in nct_read_reg()
845 nct_get_pin_cache(struct nct_softc *sc, uint32_t pin_num, uint8_t *cache) in nct_get_pin_cache()
861 nct_write_reg(struct nct_softc *sc, reg_t reg, uint8_t grpnum, uint8_t val) in nct_write_reg()
881 nct_set_pin_reg(struct nct_softc *sc, reg_t reg, uint32_t pin_num, bool val) in nct_set_pin_reg()
914 nct_set_pin_input(struct nct_softc *sc, uint32_t pin_num, bool val) in nct_set_pin_input()
923 nct_pin_is_input(struct nct_softc *sc, uint32_t pin_num) in nct_pin_is_input()
932 nct_set_pin_inverted(struct nct_softc *sc, uint32_t pin_num, bool val) in nct_set_pin_inverted()
938 nct_pin_is_inverted(struct nct_softc *sc, uint32_t pin_num) in nct_pin_is_inverted()
951 nct_write_pin(struct nct_softc *sc, uint32_t pin_num, bool val) in nct_write_pin()
974 nct_get_pin_reg(struct nct_softc *sc, reg_t reg, uint32_t pin_num) in nct_get_pin_reg()
1008 nct_read_pin(struct nct_softc *sc, uint32_t pin_num) in nct_read_pin()
1042 nct_ppod_reg(struct nct_softc *sc, uint32_t pin_num) in nct_ppod_reg()
1055 nct_set_pin_opendrain(struct nct_softc *sc, uint32_t pin_num) in nct_set_pin_opendrain()
1067 nct_set_pin_pushpull(struct nct_softc *sc, uint32_t pin_num) in nct_set_pin_pushpull()
1079 nct_pin_is_opendrain(struct nct_softc *sc, uint32_t pin_num) in nct_pin_is_opendrain()
1134 struct nct_softc *sc; in nct_attach()
1274 struct nct_softc *sc; in nct_detach()
1290 struct nct_softc *sc; in nct_gpio_get_bus()
1300 struct nct_softc *sc; in nct_gpio_pin_max()
1310 struct nct_softc *sc; in nct_gpio_pin_set()
1331 struct nct_softc *sc; in nct_gpio_pin_get()
1349 struct nct_softc *sc; in nct_gpio_pin_toggle()
1375 struct nct_softc *sc; in nct_gpio_pin_getcaps()
1393 struct nct_softc *sc; in nct_gpio_pin_getflags()
1411 struct nct_softc *sc; in nct_gpio_pin_getname()
1429 struct nct_softc *sc; in nct_gpio_pin_setflags()
1511 sizeof(struct nct_softc)