Searched defs:steam_device (Results 1 – 1 of 1) sorted by relevance
401 struct steam_device { struct402 struct list_head list;403 spinlock_t lock;404 struct hid_device *hdev, *client_hdev;405 struct mutex report_mutex;406 struct mutex registration_mutex;407 unsigned long client_opened;408 struct input_dev __rcu *input;409 struct input_dev __rcu *sensors;433 static int steam_recv_report_id(struct steam_device *steam, in steam_recv_report_id() argument