Searched refs:hid_location (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/dev/usb/
H A Dusbhid.h78 struct hid_location *loc)
83 hid_put_data_unsigned(uint8_t *buf, hid_size_t len, struct hid_location *loc,
/freebsd-current/sys/dev/hid/
H A Dhid.h228 struct hid_location { struct
265 struct hid_location loc;
318 enum hid_kind kind, uint8_t index, struct hid_location *loc,
321 struct hid_location *loc);
323 struct hid_location *loc);
325 struct hid_location *loc, unsigned int value);
H A Dhmt.c184 struct hid_location locs[MAX_MT_SLOTS][HMT_N_USAGES];
185 struct hid_location cont_count_loc;
186 struct hid_location btn_loc[HMT_BTN_MAX];
187 struct hid_location int_btn_loc;
188 struct hid_location scan_time_loc;
213 struct hid_location cont_max_loc;
216 struct hid_location btn_type_loc;
H A Dhidbus.h153 struct hid_location *loc, uint32_t *flags, uint8_t *id,
H A Dhid.c663 uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id)
699 hid_get_data_sub(const uint8_t *buf, hid_size_t len, struct hid_location *loc,
743 hid_get_data(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
749 hid_get_udata(const uint8_t *buf, hid_size_t len, struct hid_location *loc)
759 struct hid_location *loc, unsigned int value)
H A Dhidmap.h182 struct hid_location loc; /* HID item location */
H A Dhconf.c97 struct hid_location loc;
H A Dhkbd.c135 struct hid_location sc_loc_apple_eject;
136 struct hid_location sc_loc_apple_fn;
137 struct hid_location sc_loc_key[HKBD_NKEYCODE];
138 struct hid_location sc_loc_numlock;
139 struct hid_location sc_loc_capslock;
140 struct hid_location sc_loc_scrolllock;
692 struct hid_location tmp_loc = sc->sc_loc_key[0];
H A Dps4dshock.c685 struct hid_location btn_loc;
970 sc->btn_loc = (struct hid_location) { 1, 0, 49 };
H A Dhidbus.c132 uint8_t tlc_index, uint8_t index, struct hid_location *loc,
/freebsd-current/sys/dev/usb/input/
H A Dwmt.c207 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES];
208 struct hid_location cont_count_loc;
209 struct hid_location btn_loc[WMT_BTN_MAX];
210 struct hid_location int_btn_loc;
211 struct hid_location scan_time_loc;
234 struct hid_location cont_max_loc;
237 struct hid_location btn_type_loc;
242 struct hid_location input_mode_loc;
H A Dums.c108 struct hid_location sc_loc_w;
109 struct hid_location sc_loc_x;
110 struct hid_location sc_loc_y;
111 struct hid_location sc_loc_z;
112 struct hid_location sc_loc_t;
113 struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
H A Dukbd.c142 struct hid_location sc_loc_apple_eject;
143 struct hid_location sc_loc_apple_fn;
144 struct hid_location sc_loc_key[UKBD_NKEYCODE];
145 struct hid_location sc_loc_numlock;
146 struct hid_location sc_loc_capslock;
147 struct hid_location sc_loc_scrolllock;
718 struct hid_location tmp_loc = sc->sc_loc_key[0];
/freebsd-current/sys/dev/sound/usb/
H A Duaudio.c336 struct hid_location volume_up_loc;
337 struct hid_location volume_down_loc;
338 struct hid_location mute_loc;

Completed in 229 milliseconds