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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-tmff.c88 struct tmff_device *tmff = data; local
89 struct hid_field *ff_field = tmff->ff_field;
105 usbhid_submit_report(hid, tmff->report, USB_DIR_OUT);
119 usbhid_submit_report(hid, tmff->report, USB_DIR_OUT);
127 struct tmff_device *tmff; local
136 tmff = kzalloc(sizeof(struct tmff_device), GFP_KERNEL);
137 if (!tmff)
167 if (tmff->report && tmff->report != report) {
173 if (tmff
[all...]
H A DMakefile61 obj-$(CONFIG_HID_THRUSTMASTER) += hid-tmff.o

Completed in 158 milliseconds