Lines Matching defs:toshiba_acpi_dev
109 struct toshiba_acpi_dev { struct
110 struct acpi_device *acpi_dev;
111 const char *method_hci;
112 struct rfkill *bt_rfk;
113 struct input_dev *hotkey_dev;
114 struct backlight_device *backlight_dev;
115 struct led_classdev led_dev;
117 int force_fan;
118 int last_key_event;
119 int key_event_valid;
121 int illumination_supported:1;
122 int video_supported:1;
123 int fan_supported:1;
124 int system_event_supported:1;
126 struct mutex mutex;