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

/linux-master/drivers/hid/
H A Dhid-axff.c34 struct axff_device *axff = data; local
35 struct hid_report *report = axff->report;
57 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT);
64 struct axff_device *axff; local
99 axff = kzalloc(sizeof(struct axff_device), GFP_KERNEL);
100 if (!axff)
105 error = input_ff_create_memless(dev, axff, axff_play);
109 axff->report = report;
110 hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT);
117 kfree(axff);
[all...]
H A DMakefile29 obj-$(CONFIG_HID_ACRUX) += hid-axff.o

Completed in 101 milliseconds