Home
last modified time | relevance | path

Searched refs:tmff (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/hid/
Dhid-tmff.c77 struct tmff_device *tmff = data; in tmff_play() local
78 struct hid_field *ff_field = tmff->ff_field; in tmff_play()
94 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT); in tmff_play()
112 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT); in tmff_play()
120 struct tmff_device *tmff; in tmff_init() local
135 tmff = kzalloc(sizeof(struct tmff_device), GFP_KERNEL); in tmff_init()
136 if (!tmff) in tmff_init()
163 if (tmff->report && tmff->report != report) { in tmff_init()
168 if (tmff->ff_field && tmff->ff_field != field) { in tmff_init()
173 tmff->report = report; in tmff_init()
[all …]
DMakefile129 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o hid-thrustmaster.o