Lines Matching defs:toshiba_acpi_dev
171 struct toshiba_acpi_dev { struct
172 struct acpi_device *acpi_dev;
173 const char *method_hci;
174 struct input_dev *hotkey_dev;
175 struct work_struct hotkey_work;
176 struct backlight_device *backlight_dev;
177 struct led_classdev led_dev;
178 struct led_classdev kbd_led;
179 struct led_classdev eco_led;
180 struct miscdevice miscdev;
181 struct rfkill *wwan_rfk;
182 struct iio_dev *indio_dev;
184 struct device *hwmon_device;
187 int force_fan;
188 int last_key_event;
189 int key_event_valid;
190 int kbd_type;
191 int kbd_mode;
192 int kbd_time;
193 int usbsc_bat_level;
194 int usbsc_mode_base;
195 int hotkey_event_type;
196 int max_cooling_method;
198 unsigned int illumination_supported:1;
199 unsigned int video_supported:1;
200 unsigned int fan_supported:1;
201 unsigned int fan_rpm_supported:1;
202 unsigned int system_event_supported:1;
226 static struct toshiba_acpi_dev *toshiba_acpi; argument