Searched defs:thinkpad_softc (Results 1 – 1 of 1) sorted by relevance
69 typedef struct thinkpad_softc { struct70 device_t sc_dev;71 device_t sc_ecdev;72 struct acpi_devnode *sc_node;73 struct sysctllog *sc_log;74 ACPI_HANDLE sc_powhdl;75 ACPI_HANDLE sc_cmoshdl;76 ACPI_INTEGER sc_ver;119 } thinkpad_softc_t; argument