Searched refs:holtekff (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hid/ |
H A D | hid-holtekff.c | 91 static void holtekff_send(struct holtekff_device *holtekff, holtekff_send() argument 98 holtekff->field->value[i] = data[i]; holtekff_send() 103 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT); holtekff_send() 110 struct holtekff_device *holtekff = data; holtekff_play() local 121 holtekff_send(holtekff, hid, stop_all6); holtekff_play() 133 holtekff_send(holtekff, hid, buf); holtekff_play() 134 holtekff_send(holtekff, hid, start_effect_1); holtekff_play() 141 struct holtekff_device *holtekff; holtekff_init() local 162 holtekff = kzalloc(sizeof(*holtekff), GFP_KERNEL); holtekff_init() 163 if (!holtekff) holtekff_init() 168 holtekff->field = report->field[0]; holtekff_init() 171 holtekff_send(holtekff, hid, stop_all4); holtekff_init() 172 holtekff_send(holtekff, hid, stop_all6); holtekff_init() 174 error = input_ff_create_memless(dev, holtekff, holtekff_play); holtekff_init() 176 kfree(holtekff); holtekff_init()
|
H A D | Makefile | 46 obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o
|
Completed in 61 milliseconds