Lines Matching defs:thinkpad_softc_t
119 } thinkpad_softc_t;
189 static ACPI_STATUS thinkpad_mask_init(thinkpad_softc_t *, uint32_t);
193 static void thinkpad_sensors_init(thinkpad_softc_t *);
198 static void thinkpad_uwb_toggle(thinkpad_softc_t *);
199 static void thinkpad_wwan_toggle(thinkpad_softc_t *);
200 static void thinkpad_bluetooth_toggle(thinkpad_softc_t *);
205 static uint8_t thinkpad_brightness_read(thinkpad_softc_t *);
206 static void thinkpad_cmos(thinkpad_softc_t *, uint8_t);
211 CFATTACH_DECL3_NEW(thinkpad, sizeof(thinkpad_softc_t),
253 thinkpad_softc_t *sc = device_private(self);
469 thinkpad_softc_t *sc;
488 thinkpad_softc_t *sc = (thinkpad_softc_t *)opaque;
710 thinkpad_mask_init(thinkpad_softc_t *sc, uint32_t mask)
747 thinkpad_sensors_init(thinkpad_softc_t *sc)
817 thinkpad_softc_t *sc = sme->sme_cookie;
842 thinkpad_softc_t *sc = sme->sme_cookie;
873 thinkpad_bluetooth_toggle(thinkpad_softc_t *sc)
905 thinkpad_wwan_toggle(thinkpad_softc_t *sc)
932 thinkpad_uwb_toggle(thinkpad_softc_t *sc)
959 thinkpad_brightness_read(thinkpad_softc_t *sc)
972 thinkpad_softc_t *sc = device_private(self);
983 thinkpad_softc_t *sc = device_private(self);
992 thinkpad_cmos(thinkpad_softc_t *sc, uint8_t cmd)
1009 thinkpad_softc_t *sc = device_private(self);
1042 thinkpad_softc_t *sc = device_private(self);
1197 thinkpad_softc_t *sc = device_private(self);
1235 thinkpad_softc_t *sc = device_private(self);
1293 thinkpad_softc_t *sc = device_private(dv);