holtekff 75 drivers/hid/hid-holtekff.c static void holtekff_send(struct holtekff_device *holtekff, holtekff 82 drivers/hid/hid-holtekff.c holtekff->field->value[i] = data[i]; holtekff 87 drivers/hid/hid-holtekff.c hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT); holtekff 94 drivers/hid/hid-holtekff.c struct holtekff_device *holtekff = data; holtekff 105 drivers/hid/hid-holtekff.c holtekff_send(holtekff, hid, stop_all6); holtekff 117 drivers/hid/hid-holtekff.c holtekff_send(holtekff, hid, buf); holtekff 118 drivers/hid/hid-holtekff.c holtekff_send(holtekff, hid, start_effect_1); holtekff 125 drivers/hid/hid-holtekff.c struct holtekff_device *holtekff; holtekff 152 drivers/hid/hid-holtekff.c holtekff = kzalloc(sizeof(*holtekff), GFP_KERNEL); holtekff 153 drivers/hid/hid-holtekff.c if (!holtekff) holtekff 158 drivers/hid/hid-holtekff.c holtekff->field = report->field[0]; holtekff 161 drivers/hid/hid-holtekff.c holtekff_send(holtekff, hid, stop_all4); holtekff 162 drivers/hid/hid-holtekff.c holtekff_send(holtekff, hid, stop_all6); holtekff 164 drivers/hid/hid-holtekff.c error = input_ff_create_memless(dev, holtekff, holtekff_play); holtekff 166 drivers/hid/hid-holtekff.c kfree(holtekff);