HomeSort by: relevance | last modified time | path
    Searched defs:thinkpad_softc_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/acpi/
thinkpad_acpi.c 119 } thinkpad_softc_t; typedef in typeref:struct:thinkpad_softc
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)
    [all...]
thinkpad_acpi.c 119 } thinkpad_softc_t; typedef in typeref:struct:thinkpad_softc
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)
    [all...]
thinkpad_acpi.c 119 } thinkpad_softc_t; typedef in typeref:struct:thinkpad_softc
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)
    [all...]

Completed in 33 milliseconds