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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dadbhid.c2 * drivers/macintosh/adbhid.c
204 struct adbhid { struct
221 static struct adbhid *adbhid[16]; variable in typeref:struct:adbhid
260 if (!adbhid[id]) {
277 struct adbhid *ahid = adbhid[id];
339 if (adbhid[id]->keycode[keycode]) {
340 input_report_key(adbhid[id]->input,
341 adbhid[i
589 struct adbhid *adbhid = input_get_drvdata(dev); local
[all...]
H A DMakefile11 obj-$(CONFIG_INPUT_ADBHID) += adbhid.o

Completed in 47 milliseconds