Symbol: hid_location
sys/dev/bluetooth/btkbd.c
124
struct hid_location sc_modloc[MAXMOD];
sys/dev/bluetooth/btkbd.c
128
struct hid_location sc_keycodeloc;
sys/dev/bluetooth/btkbd.c
131
struct hid_location sc_numloc;
sys/dev/bluetooth/btkbd.c
132
struct hid_location sc_capsloc;
sys/dev/bluetooth/btkbd.c
133
struct hid_location sc_scroloc;
sys/dev/bluetooth/btmagic.c
1188
struct hid_location button1;
sys/dev/bluetooth/btmagic.c
1189
struct hid_location button2;
sys/dev/bluetooth/btmagic.c
1190
struct hid_location dX;
sys/dev/bluetooth/btmagic.c
1191
struct hid_location dY;
sys/dev/bluetooth/btmagic.c
1258
struct hid_location dXl;
sys/dev/bluetooth/btmagic.c
1259
struct hid_location dYl;
sys/dev/bluetooth/btmagic.c
1260
struct hid_location button1;
sys/dev/bluetooth/btmagic.c
1261
struct hid_location button2;
sys/dev/bluetooth/btmagic.c
1262
struct hid_location dXm;
sys/dev/bluetooth/btmagic.c
1263
struct hid_location dYm;
sys/dev/bluetooth/btmagic.c
1264
struct hid_location timestamp;
sys/dev/bluetooth/btmagic.c
1276
struct hid_location aW;
sys/dev/bluetooth/btmagic.c
1277
struct hid_location aZ;
sys/dev/bluetooth/btmagic.c
1278
struct hid_location major;
sys/dev/bluetooth/btmagic.c
1279
struct hid_location minor;
sys/dev/bluetooth/btmagic.c
1280
struct hid_location pressure;
sys/dev/bluetooth/btmagic.c
1281
struct hid_location id;
sys/dev/bluetooth/btmagic.c
1282
struct hid_location angle;
sys/dev/bluetooth/btmagic.c
1283
struct hid_location unknown;
sys/dev/bluetooth/btmagic.c
1284
struct hid_location phase;
sys/dev/bluetooth/btmagic.c
1451
struct hid_location button;
sys/dev/bluetooth/btmagic.c
1452
struct hid_location timestamp;
sys/dev/bluetooth/btmagic.c
1459
struct hid_location aX;
sys/dev/bluetooth/btmagic.c
1460
struct hid_location aY;
sys/dev/bluetooth/btmagic.c
1461
struct hid_location major;
sys/dev/bluetooth/btmagic.c
1462
struct hid_location minor;
sys/dev/bluetooth/btmagic.c
1463
struct hid_location pressure;
sys/dev/bluetooth/btmagic.c
1464
struct hid_location id;
sys/dev/bluetooth/btmagic.c
1465
struct hid_location angle;
sys/dev/bluetooth/btmagic.c
1466
struct hid_location unknown;
sys/dev/bluetooth/btmagic.c
1467
struct hid_location phase;
sys/dev/bluetooth/btms.c
110
struct hid_location sc_loc_x;
sys/dev/bluetooth/btms.c
111
struct hid_location sc_loc_y;
sys/dev/bluetooth/btms.c
112
struct hid_location sc_loc_z;
sys/dev/bluetooth/btms.c
113
struct hid_location sc_loc_w;
sys/dev/bluetooth/btms.c
114
struct hid_location sc_loc_button[MAX_BUTTONS];
sys/dev/bluetooth/btms.c
204
struct hid_location *zloc;
sys/dev/hid/hid.c
418
struct hid_location *loc, uint32_t *flags)
sys/dev/hid/hid.c
445
hid_get_data(const u_char *buf, const struct hid_location *loc)
sys/dev/hid/hid.c
460
hid_get_udata(const u_char *buf, const struct hid_location *loc)
sys/dev/hid/hid.h
81
struct hid_location loc;
sys/dev/hid/hid.h
91
struct hid_location *, uint32_t *);
sys/dev/hid/hid.h
92
long hid_get_data(const u_char *, const struct hid_location *);
sys/dev/hid/hid.h
93
u_long hid_get_udata(const u_char *, const struct hid_location *);
sys/dev/hid/hidkbdsc.h
45
struct hid_location loc;
sys/dev/hid/hidkbdsc.h
64
struct hid_location sc_keycodeloc;
sys/dev/hid/hidkbdsc.h
68
struct hid_location sc_numloc;
sys/dev/hid/hidkbdsc.h
69
struct hid_location sc_capsloc;
sys/dev/hid/hidkbdsc.h
70
struct hid_location sc_scroloc;
sys/dev/hid/hidkbdsc.h
71
struct hid_location sc_compose;
sys/dev/hid/hidkbdsc.h
75
struct hid_location sc_fn;
sys/dev/hid/hidms.c
80
struct hid_location *zloc;
sys/dev/hid/hidms.h
40
struct hid_location hidms_loc_x, hidms_loc_y, hidms_loc_z, hidms_loc_w;
sys/dev/hid/hidms.h
41
struct hid_location hidms_loc_btn[MAX_BUTTONS];
sys/dev/usb/ukbd.c
247
struct hid_location sc_keyloc[MAXKEYS];
sys/dev/usb/ukbd.c
251
struct hid_location sc_keycodeloc;
sys/dev/usb/ukbd.c
272
struct hid_location sc_apple_fn;
sys/dev/usb/ukbd.c
273
struct hid_location sc_numloc;
sys/dev/usb/ukbd.c
274
struct hid_location sc_capsloc;
sys/dev/usb/ukbd.c
275
struct hid_location sc_scroloc;
sys/dev/usb/ukbd.c
276
struct hid_location sc_compose;
sys/dev/usb/uts.c
78
struct hid_location sc_loc_x, sc_loc_y, sc_loc_z;
sys/dev/usb/uts.c
79
struct hid_location sc_loc_btn;