Searched refs:hid_location (Results 1 – 15 of 15) sorted by relevance
| /src/sys/dev/hid/ |
| H A D | hid.h | 232 struct hid_location { struct 269 struct hid_location loc; 322 enum hid_kind kind, uint8_t index, struct hid_location *loc, 325 struct hid_location *loc); 327 struct hid_location *loc); 329 struct hid_location *loc, unsigned int value);
|
| H A D | hmt.c | 184 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 D | hid.c | 668 uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id) in hid_locate() 704 hid_get_data_sub(const uint8_t *buf, hid_size_t len, struct hid_location *loc, in hid_get_data_sub() 748 hid_get_data(const uint8_t *buf, hid_size_t len, struct hid_location *loc) in hid_get_data() 754 hid_get_udata(const uint8_t *buf, hid_size_t len, struct hid_location *loc) in hid_get_udata() 764 struct hid_location *loc, unsigned int value) in hid_put_udata()
|
| H A D | hkbd.c | 137 struct hid_location sc_loc_apple_eject; 138 struct hid_location sc_loc_apple_fn; 139 struct hid_location sc_loc_key[HKBD_NKEYCODE]; 140 struct hid_location sc_loc_numlock; 141 struct hid_location sc_loc_capslock; 142 struct hid_location sc_loc_scrolllock; 694 struct hid_location tmp_loc = sc->sc_loc_key[0]; in hkbd_intr_callback()
|
| H A D | hidbus.h | 153 struct hid_location *loc, uint32_t *flags, uint8_t *id,
|
| H A D | hidmap.h | 182 struct hid_location loc; /* HID item location */
|
| H A D | hconf.c | 97 struct hid_location loc;
|
| H A D | hms.c | 125 struct hid_location wheel_loc;
|
| H A D | ps4dshock.c | 687 struct hid_location btn_loc; 993 sc->btn_loc = (struct hid_location) { 1, 0, 49 }; in ps4dsmtp_final_cb()
|
| H A D | hidbus.c | 132 uint8_t tlc_index, uint8_t index, struct hid_location *loc, in hidbus_locate()
|
| /src/sys/dev/usb/ |
| H A D | usbhid.h | 78 struct hid_location *loc) in hid_get_data_unsigned() 83 hid_put_data_unsigned(uint8_t *buf, hid_size_t len, struct hid_location *loc, in hid_put_data_unsigned()
|
| /src/sys/dev/usb/input/ |
| H A D | wmt.c | 206 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; 207 struct hid_location cont_count_loc; 208 struct hid_location btn_loc[WMT_BTN_MAX]; 209 struct hid_location int_btn_loc; 210 struct hid_location scan_time_loc; 233 struct hid_location cont_max_loc; 236 struct hid_location btn_type_loc; 241 struct hid_location input_mode_loc;
|
| H A D | ums.c | 107 struct hid_location sc_loc_w; 108 struct hid_location sc_loc_x; 109 struct hid_location sc_loc_y; 110 struct hid_location sc_loc_z; 111 struct hid_location sc_loc_t; 112 struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
|
| H A D | ukbd.c | 143 struct hid_location sc_loc_apple_eject; 144 struct hid_location sc_loc_apple_fn; 145 struct hid_location sc_loc_key[UKBD_NKEYCODE]; 146 struct hid_location sc_loc_numlock; 147 struct hid_location sc_loc_capslock; 148 struct hid_location sc_loc_scrolllock; 767 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback()
|
| /src/sys/dev/sound/usb/ |
| H A D | uaudio.c | 335 struct hid_location volume_up_loc; 336 struct hid_location volume_down_loc; 337 struct hid_location mute_loc;
|