Searched defs:lenovo_drvdata (Results 1 – 1 of 1) sorted by relevance
49 struct lenovo_drvdata { struct50 u8 led_report[3]; /* Must be first for proper alignment */51 int led_state;52 struct mutex led_report_mutex;53 struct led_classdev led_mute;54 struct led_classdev led_micmute;55 struct work_struct fn_lock_sync_work;56 struct hid_device *hdev;57 int press_to_select;58 int dragging;[all …]