Searched refs:tctrl_softc (Results 1 – 1 of 1) sorted by relevance
119 struct tctrl_softc { struct185 static void tctrl_write(struct tctrl_softc *, bus_size_t, uint8_t); argument186 static uint8_t tctrl_read(struct tctrl_softc *, bus_size_t);187 static void tctrl_write_data(struct tctrl_softc *, uint8_t);188 static uint8_t tctrl_read_data(struct tctrl_softc *);193 static void tctrl_read_event_status(struct tctrl_softc *);194 static int tctrl_apm_record_event(struct tctrl_softc *, u_int);197 static void tctrl_sensor_setup(struct tctrl_softc *);201 static void tctrl_lid_state(struct tctrl_softc *);202 static void tctrl_ac_state(struct tctrl_softc *);[all …]