Symbol: hid_location
sys/bus/u4b/audio/uaudio.c
299
struct hid_location volume_up_loc;
sys/bus/u4b/audio/uaudio.c
300
struct hid_location volume_down_loc;
sys/bus/u4b/audio/uaudio.c
301
struct hid_location mute_loc;
sys/bus/u4b/input/ukbd.c
148
struct hid_location sc_loc_apple_eject;
sys/bus/u4b/input/ukbd.c
149
struct hid_location sc_loc_apple_fn;
sys/bus/u4b/input/ukbd.c
150
struct hid_location sc_loc_ctrl_l;
sys/bus/u4b/input/ukbd.c
151
struct hid_location sc_loc_ctrl_r;
sys/bus/u4b/input/ukbd.c
152
struct hid_location sc_loc_shift_l;
sys/bus/u4b/input/ukbd.c
153
struct hid_location sc_loc_shift_r;
sys/bus/u4b/input/ukbd.c
154
struct hid_location sc_loc_alt_l;
sys/bus/u4b/input/ukbd.c
155
struct hid_location sc_loc_alt_r;
sys/bus/u4b/input/ukbd.c
156
struct hid_location sc_loc_win_l;
sys/bus/u4b/input/ukbd.c
157
struct hid_location sc_loc_win_r;
sys/bus/u4b/input/ukbd.c
158
struct hid_location sc_loc_events;
sys/bus/u4b/input/ukbd.c
159
struct hid_location sc_loc_numlock;
sys/bus/u4b/input/ukbd.c
160
struct hid_location sc_loc_capslock;
sys/bus/u4b/input/ukbd.c
161
struct hid_location sc_loc_scrolllock;
sys/bus/u4b/input/ums.c
100
struct hid_location sc_loc_x;
sys/bus/u4b/input/ums.c
101
struct hid_location sc_loc_y;
sys/bus/u4b/input/ums.c
102
struct hid_location sc_loc_z;
sys/bus/u4b/input/ums.c
103
struct hid_location sc_loc_t;
sys/bus/u4b/input/ums.c
104
struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
sys/bus/u4b/input/ums.c
99
struct hid_location sc_loc_w;
sys/bus/u4b/usb_hid.c
612
uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id)
sys/bus/u4b/usb_hid.c
645
hid_get_data_sub(const uint8_t *buf, usb_size_t len, struct hid_location *loc,
sys/bus/u4b/usb_hid.c
689
hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc)
sys/bus/u4b/usb_hid.c
695
hid_get_data_unsigned(const uint8_t *buf, usb_size_t len, struct hid_location *loc)
sys/bus/u4b/usb_hid.c
705
struct hid_location *loc, unsigned int value)
sys/bus/u4b/usbhid.h
219
struct hid_location loc;
sys/bus/u4b/usbhid.h
230
enum hid_kind kind, uint8_t index, struct hid_location *loc,
sys/bus/u4b/usbhid.h
233
struct hid_location *loc);
sys/bus/u4b/usbhid.h
235
struct hid_location *loc);
sys/bus/u4b/usbhid.h
237
struct hid_location *loc, unsigned int value);