Symbol: hid_location
sys/dev/hid/hid.c
545
struct hid_location *loc, uint32_t *flags)
sys/dev/hid/hid.c
574
hid_get_data_sub(const uint8_t *buf, int len, struct hid_location *loc,
sys/dev/hid/hid.c
618
hid_get_data(const uint8_t *buf, int len, struct hid_location *loc)
sys/dev/hid/hid.c
624
hid_get_udata(const uint8_t *buf, int len, struct hid_location *loc)
sys/dev/hid/hid.h
82
struct hid_location loc;
sys/dev/hid/hid.h
92
struct hid_location *, uint32_t *);
sys/dev/hid/hid.h
93
int32_t hid_get_data(const uint8_t *buf, int, struct hid_location *);
sys/dev/hid/hid.h
94
uint32_t hid_get_udata(const uint8_t *buf, int, struct hid_location *);
sys/dev/hid/hidkbdsc.h
43
struct hid_location loc;
sys/dev/hid/hidkbdsc.h
62
struct hid_location sc_keycodeloc;
sys/dev/hid/hidkbdsc.h
66
struct hid_location sc_numloc;
sys/dev/hid/hidkbdsc.h
67
struct hid_location sc_capsloc;
sys/dev/hid/hidkbdsc.h
68
struct hid_location sc_scroloc;
sys/dev/hid/hidkbdsc.h
69
struct hid_location sc_compose;
sys/dev/hid/hidkbdsc.h
73
struct hid_location sc_fn;
sys/dev/hid/hidms.c
156
struct hid_location *loc_pad_btn)
sys/dev/hid/hidms.c
178
struct hid_location loc_pad_btn[MAX_BUTTONS];
sys/dev/hid/hidms.c
179
struct hid_location loc_stylus_btn[MAX_BUTTONS];
sys/dev/hid/hidms.c
228
sizeof(struct hid_location));
sys/dev/hid/hidms.c
234
sizeof(struct hid_location));
sys/dev/hid/hidms.c
66
struct hid_location *loc_stylus_btn)
sys/dev/hid/hidmsvar.h
75
struct hid_location sc_loc_x;
sys/dev/hid/hidmsvar.h
76
struct hid_location sc_loc_y;
sys/dev/hid/hidmsvar.h
77
struct hid_location sc_loc_z;
sys/dev/hid/hidmsvar.h
78
struct hid_location sc_loc_w;
sys/dev/hid/hidmsvar.h
79
struct hid_location sc_loc_btn[MAX_BUTTONS];
sys/dev/hid/hidmt.c
115
struct hid_location cap;
sys/dev/hid/hidmt.c
229
memcpy(&input->loc, &h.loc, sizeof(struct hid_location));
sys/dev/hid/hidmtvar.h
20
struct hid_location loc;
sys/dev/usb/uwacom.c
44
struct hid_location sc_loc_tip_press;