Home
last modified time | relevance | path

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

/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()
95 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT); in tmff_play()
116 hid_hw_request(hid, tmff->report, HID_REQ_SET_REPORT); in tmff_play()
124 struct tmff_device *tmff; in tmff_init() local
139 tmff = kzalloc(sizeof(struct tmff_device), GFP_KERNEL); in tmff_init()
140 if (!tmff) in tmff_init()
167 if (tmff->report && tmff->report != report) { in tmff_init()
172 if (tmff->ff_field && tmff->ff_field != field) { in tmff_init()
177 tmff->report = report; in tmff_init()
[all …]
DMakefile110 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o