Searched refs:tmff (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-tmff.c | 77 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 in tmff_init() [all...] |
H A D | Makefile | 114 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-tmff.c | 77 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 in tmff_init() [all...] |
H A D | Makefile | 129 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o hid-thrustmaster.o
|
Completed in 2 milliseconds