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