Searched defs:max77620_softc (Results 1 – 1 of 1) sorted by relevance
199 struct max77620_softc { struct200 device_t dev;201 struct sx lock;202 int bus_addr;203 struct resource *irq_res;204 void *irq_h;206 int shutdown_fps[MAX77620_FPS_COUNT];230 int max77620_read(struct max77620_softc *sc, uint8_t reg, uint8_t *val); argument