Lines Matching refs:rv3032_softc
152 struct rv3032_softc { struct
174 rv3032_update_register(struct rv3032_softc *sc, uint8_t reg, uint8_t value, uint8_t mask) in rv3032_update_register() argument
189 rv3032_eeprom_wait(struct rv3032_softc *sc) in rv3032_eeprom_wait()
212 rv3032_eeprom_disable(struct rv3032_softc *sc) in rv3032_eeprom_disable()
224 rv3032_eeprom_update(struct rv3032_softc *sc) in rv3032_eeprom_update()
238 rv3032_eeprom_enable(struct rv3032_softc *sc) in rv3032_eeprom_enable()
251 rv3032_update_cfg(struct rv3032_softc *sc) in rv3032_update_cfg()
265 rv3032_temp_read(struct rv3032_softc *sc, int *temp) in rv3032_temp_read()
289 struct rv3032_softc *sc; in rv3032_temp_sysctl()
291 sc = (struct rv3032_softc *)arg1; in rv3032_temp_sysctl()
302 struct rv3032_softc *sc; in rv3032_init()
308 sc = (struct rv3032_softc*)arg; in rv3032_init()
350 struct rv3032_softc *sc; in rv3032_attach()
375 struct rv3032_softc *sc; in rv3032_gettime()
404 struct rv3032_softc *sc; in rv3032_settime()
449 sizeof(struct rv3032_softc),