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