axff               34 drivers/hid/hid-axff.c 	struct axff_device *axff = data;
axff               35 drivers/hid/hid-axff.c 	struct hid_report *report = axff->report;
axff               57 drivers/hid/hid-axff.c 	hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT);
axff               64 drivers/hid/hid-axff.c 	struct axff_device *axff;
axff               99 drivers/hid/hid-axff.c 	axff = kzalloc(sizeof(struct axff_device), GFP_KERNEL);
axff              100 drivers/hid/hid-axff.c 	if (!axff)
axff              105 drivers/hid/hid-axff.c 	error = input_ff_create_memless(dev, axff, axff_play);
axff              109 drivers/hid/hid-axff.c 	axff->report = report;
axff              110 drivers/hid/hid-axff.c 	hid_hw_request(hid, axff->report, HID_REQ_SET_REPORT);
axff              117 drivers/hid/hid-axff.c 	kfree(axff);