Searched refs:holtekff (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/hid/ |
| D | hid-holtekff.c | 87 static void holtekff_send(struct holtekff_device *holtekff, in holtekff_send() argument 94 holtekff->field->value[i] = data[i]; in holtekff_send() 99 hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT); in holtekff_send() 106 struct holtekff_device *holtekff = data; in holtekff_play() local 117 holtekff_send(holtekff, hid, stop_all6); in holtekff_play() 129 holtekff_send(holtekff, hid, buf); in holtekff_play() 130 holtekff_send(holtekff, hid, start_effect_1); in holtekff_play() 137 struct holtekff_device *holtekff; in holtekff_init() local 158 holtekff = kzalloc(sizeof(*holtekff), GFP_KERNEL); in holtekff_init() 159 if (!holtekff) in holtekff_init() [all …]
|
| D | Makefile | 54 obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o
|