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

/linux-master/drivers/hid/
H A Dhid-holtekff.c75 static void holtekff_send(struct holtekff_device *holtekff, argument
82 holtekff->field->value[i] = data[i];
87 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT);
94 struct holtekff_device *holtekff = data; local
105 holtekff_send(holtekff, hid, stop_all6);
117 holtekff_send(holtekff, hid, buf);
118 holtekff_send(holtekff, hid, start_effect_1);
125 struct holtekff_device *holtekff; local
152 holtekff = kzalloc(sizeof(*holtekff), GFP_KERNE
[all...]
H A DMakefile64 obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o

Completed in 91 milliseconds