Searched refs:axff (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-axff.c45 struct axff_device *axff = data; local
56 axff->report->field[0]->value[0] = left;
57 axff->report->field[1]->value[0] = right;
58 axff->report->field[2]->value[0] = left;
59 axff->report->field[3]->value[0] = right;
61 usbhid_submit_report(hid, axff->report, USB_DIR_OUT);
68 struct axff_device *axff; local
87 axff = kzalloc(sizeof(struct axff_device), GFP_KERNEL);
88 if (!axff)
93 error = input_ff_create_memless(dev, axff, axff_pla
[all...]
H A DMakefile27 obj-$(CONFIG_HID_ACRUX_FF) += hid-axff.o

Completed in 56 milliseconds