Lines Matching defs:asus_laptop
236 struct asus_laptop { struct
237 char *name; /* laptop name */
239 struct acpi_table_header *dsdt_info;
240 struct platform_device *platform_device;
241 struct acpi_device *device; /* the device we are in */
242 struct backlight_device *backlight_device;
244 struct input_dev *inputdev;
245 struct key_entry *keymap;
246 struct input_dev *pega_accel_poll;
248 struct asus_led wled;
249 struct asus_led bled;
250 struct asus_led mled;
251 struct asus_led tled;
252 struct asus_led rled;
253 struct asus_led pled;
254 struct asus_led gled;
255 struct asus_led kled;
256 struct workqueue_struct *led_workqueue;
258 int wled_type;
259 int bled_type;
260 int wireless_status;
261 bool have_rsts;
262 bool is_pega_lucid;
263 bool pega_acc_live;
264 int pega_acc_x;
265 int pega_acc_y;
266 int pega_acc_z;
268 struct asus_rfkill wlan;
269 struct asus_rfkill bluetooth;
270 struct asus_rfkill wwan;
271 struct asus_rfkill wimax;
272 struct asus_rfkill gps;
274 acpi_handle handle; /* the handle of the hotk device */
275 u32 ledd_status; /* status of the LED display */
276 u8 light_level; /* light sensor level */
277 u8 light_switch; /* light sensor switch value */
278 u16 event_count[128]; /* count for each event TODO make this better */