Searched refs:holtekff (Results 1 – 2 of 2) sorted by relevance
82 holtekff->field->value[i] = data[i]; in holtekff_send()94 struct holtekff_device *holtekff = data; in holtekff_play() local105 holtekff_send(holtekff, hid, stop_all6); in holtekff_play()117 holtekff_send(holtekff, hid, buf); in holtekff_play()125 struct holtekff_device *holtekff; in holtekff_init() local152 holtekff = kzalloc(sizeof(*holtekff), GFP_KERNEL); in holtekff_init()153 if (!holtekff) in holtekff_init()158 holtekff->field = report->field[0]; in holtekff_init()161 holtekff_send(holtekff, hid, stop_all4); in holtekff_init()162 holtekff_send(holtekff, hid, stop_all6); in holtekff_init()[all …]
64 obj-$(CONFIG_HID_HOLTEK) += hid-holtekff.o