Home | History | Annotate | Download | only in i2c

Lines Matching defs:max77620_softc

56 struct max77620_softc {
64 struct max77620_softc *pin_sc;
76 max77620_read(struct max77620_softc *sc, uint8_t reg, int flags)
90 max77620_write(struct max77620_softc *sc, uint8_t reg, uint8_t val, int flags)
106 max77620_gpio_config(struct max77620_softc *sc, int pin, int flags)
144 struct max77620_softc * const sc = device_private(dev);
186 struct max77620_softc * const sc = device_private(dev);
199 struct max77620_softc * const sc = device_private(dev);
229 struct max77620_softc * const sc = device_private(dev);
257 max77620_gpio_attach(struct max77620_softc *sc)
278 struct max77620_softc * const sc = device_private(self);
292 CFATTACH_DECL_NEW(max77620pmic, sizeof(struct max77620_softc),