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