Symbol: hid_location
sys/dev/hid/hconf.c
97
struct hid_location loc;
sys/dev/hid/hid.c
668
uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id)
sys/dev/hid/hid.c
704
hid_get_data_sub(const uint8_t *buf, hid_size_t len, struct hid_location *loc,
sys/dev/hid/hid.c
748
hid_get_data(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
sys/dev/hid/hid.c
754
hid_get_udata(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
sys/dev/hid/hid.c
764
struct hid_location *loc, unsigned int value)
sys/dev/hid/hid.h
271
struct hid_location loc;
sys/dev/hid/hid.h
324
enum hid_kind kind, uint8_t index, struct hid_location *loc,
sys/dev/hid/hid.h
327
struct hid_location *loc);
sys/dev/hid/hid.h
329
struct hid_location *loc);
sys/dev/hid/hid.h
331
struct hid_location *loc, unsigned int value);
sys/dev/hid/hidbus.c
132
uint8_t tlc_index, uint8_t index, struct hid_location *loc,
sys/dev/hid/hidbus.h
153
struct hid_location *loc, uint32_t *flags, uint8_t *id,
sys/dev/hid/hidmap.h
182
struct hid_location loc; /* HID item location */
sys/dev/hid/hkbd.c
146
struct hid_location sc_loc_apple_eject;
sys/dev/hid/hkbd.c
147
struct hid_location sc_loc_apple_fn;
sys/dev/hid/hkbd.c
148
struct hid_location sc_loc_key[HKBD_NKEYCODE];
sys/dev/hid/hkbd.c
149
struct hid_location sc_loc_numlock;
sys/dev/hid/hkbd.c
150
struct hid_location sc_loc_capslock;
sys/dev/hid/hkbd.c
151
struct hid_location sc_loc_scrolllock;
sys/dev/hid/hkbd.c
747
struct hid_location tmp_loc = sc->sc_loc_key[0];
sys/dev/hid/hms.c
125
struct hid_location wheel_loc;
sys/dev/hid/hmt.c
184
struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES];
sys/dev/hid/hmt.c
185
struct hid_location cont_count_loc;
sys/dev/hid/hmt.c
186
struct hid_location btn_loc[HMT_BTN_MAX];
sys/dev/hid/hmt.c
187
struct hid_location int_btn_loc;
sys/dev/hid/hmt.c
188
struct hid_location scan_time_loc;
sys/dev/hid/hmt.c
213
struct hid_location cont_max_loc;
sys/dev/hid/hmt.c
216
struct hid_location btn_type_loc;
sys/dev/hid/ps4dshock.c
687
struct hid_location btn_loc;
sys/dev/hid/ps4dshock.c
993
sc->btn_loc = (struct hid_location) { 1, 0, 49 };
sys/dev/sound/usb/uaudio.c
335
struct hid_location volume_up_loc;
sys/dev/sound/usb/uaudio.c
336
struct hid_location volume_down_loc;
sys/dev/sound/usb/uaudio.c
337
struct hid_location mute_loc;
sys/dev/usb/input/ukbd.c
152
struct hid_location sc_loc_apple_eject;
sys/dev/usb/input/ukbd.c
153
struct hid_location sc_loc_apple_fn;
sys/dev/usb/input/ukbd.c
154
struct hid_location sc_loc_key[UKBD_NKEYCODE];
sys/dev/usb/input/ukbd.c
155
struct hid_location sc_loc_numlock;
sys/dev/usb/input/ukbd.c
156
struct hid_location sc_loc_capslock;
sys/dev/usb/input/ukbd.c
157
struct hid_location sc_loc_scrolllock;
sys/dev/usb/input/ukbd.c
824
struct hid_location tmp_loc = sc->sc_loc_key[0];
sys/dev/usb/input/ums.c
107
struct hid_location sc_loc_w;
sys/dev/usb/input/ums.c
108
struct hid_location sc_loc_x;
sys/dev/usb/input/ums.c
109
struct hid_location sc_loc_y;
sys/dev/usb/input/ums.c
110
struct hid_location sc_loc_z;
sys/dev/usb/input/ums.c
111
struct hid_location sc_loc_t;
sys/dev/usb/input/ums.c
112
struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
sys/dev/usb/input/wmt.c
206
struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES];
sys/dev/usb/input/wmt.c
207
struct hid_location cont_count_loc;
sys/dev/usb/input/wmt.c
208
struct hid_location btn_loc[WMT_BTN_MAX];
sys/dev/usb/input/wmt.c
209
struct hid_location int_btn_loc;
sys/dev/usb/input/wmt.c
210
struct hid_location scan_time_loc;
sys/dev/usb/input/wmt.c
233
struct hid_location cont_max_loc;
sys/dev/usb/input/wmt.c
236
struct hid_location btn_type_loc;
sys/dev/usb/input/wmt.c
241
struct hid_location input_mode_loc;
sys/dev/usb/usbhid.h
78
struct hid_location *loc)
sys/dev/usb/usbhid.h
83
hid_put_data_unsigned(uint8_t *buf, hid_size_t len, struct hid_location *loc,