Lines Matching defs:eeepc_laptop
159 struct eeepc_laptop { struct
160 acpi_handle handle; /* the handle of the acpi device */
161 u32 cm_supported; /* the control methods supported
163 bool cpufv_disabled;
164 bool hotplug_disabled;
165 u16 event_count[128]; /* count for each event */
167 struct platform_device *platform_device;
168 struct acpi_device *device; /* the device we are in */
169 struct backlight_device *backlight_device;
171 struct input_dev *inputdev;
173 struct rfkill *wlan_rfkill;
174 struct rfkill *bluetooth_rfkill;
175 struct rfkill *wwan3g_rfkill;
176 struct rfkill *wimax_rfkill;
178 struct hotplug_slot *hotplug_slot;
179 struct mutex hotplug_lock;
181 struct led_classdev tpd_led;
182 int tpd_led_wk;
183 struct workqueue_struct *led_workqueue;
184 struct work_struct tpd_led_work;