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

  /src/sys/dev/acpi/wmi/
wmi_hp.c 150 struct wmi_hp_softc { struct
166 static bool wmi_hp_method(struct wmi_hp_softc *);
167 static bool wmi_hp_method_read(struct wmi_hp_softc *, uint8_t);
168 static bool wmi_hp_method_write(struct wmi_hp_softc *, uint8_t, uint32_t);
170 static void wmi_hp_sensor_init(struct wmi_hp_softc *);
174 static void sysctl_wmi_hp_setup(struct wmi_hp_softc *);
178 static struct wmi_hp_softc *wmi_hp_sc = NULL; /* XXX */
180 CFATTACH_DECL_NEW(wmihp, sizeof(struct wmi_hp_softc),
192 struct wmi_hp_softc *sc = device_private(self);
223 struct wmi_hp_softc *sc = device_private(self)
    [all...]

Completed in 11 milliseconds