Home
last modified time | relevance | path

Searched defs:thinkpad_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/acpi/
H A Dthinkpad_acpi.c69 typedef struct thinkpad_softc { struct
70 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