Lines Matching defs:toshiba_acpi_dev
162 struct toshiba_acpi_dev { struct
163 struct acpi_device *acpi_dev;
164 const char *method_hci;
165 struct input_dev *hotkey_dev;
166 struct work_struct hotkey_work;
167 struct backlight_device *backlight_dev;
168 struct led_classdev led_dev;
169 struct led_classdev kbd_led;
170 struct led_classdev eco_led;
171 struct miscdevice miscdev;
173 int force_fan;
174 int last_key_event;
175 int key_event_valid;
176 int kbd_type;
177 int kbd_mode;
178 int kbd_time;
179 int usbsc_bat_level;
180 int usbsc_mode_base;
181 int hotkey_event_type;
183 unsigned int illumination_supported:1;
184 unsigned int video_supported:1;
208 static struct toshiba_acpi_dev *toshiba_acpi; argument