Searched defs:lenovo_drvdata (Results 1 – 1 of 1) sorted by relevance
36 struct lenovo_drvdata { struct37 u8 led_report[3]; /* Must be first for proper alignment */38 int led_state;39 struct mutex led_report_mutex;40 struct led_classdev led_mute;41 struct led_classdev led_micmute;42 struct work_struct fn_lock_sync_work;43 struct hid_device *hdev;44 int press_to_select;68 struct lenovo_drvdata *data = hid_get_drvdata(hdev); in lenovo_led_set_tp10ubkbd() argument