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