Searched refs:stadiaff (Results 1 – 2 of 2) sorted by relevance
29 struct stadiaff_device *stadiaff = in stadiaff_work() local39 hid_hw_request(stadiaff->hid, stadiaff->report, HID_REQ_SET_REPORT); in stadiaff_work()50 if (!stadiaff->removed) { in stadiaff_play()53 schedule_work(&stadiaff->work); in stadiaff_play()62 struct stadiaff_device *stadiaff; in stadiaff_init() local82 if (!stadiaff) in stadiaff_init()85 hid_set_drvdata(hid, stadiaff); in stadiaff_init()93 stadiaff->removed = false; in stadiaff_init()94 stadiaff->hid = hid; in stadiaff_init()95 stadiaff->report = report; in stadiaff_init()[all …]
58 obj-$(CONFIG_HID_GOOGLE_STADIA_FF) += hid-google-stadiaff.o