Searched refs:hid_location (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/dev/usb/ |
| HD | usbhid.h | 210 struct hid_location { struct 243 struct hid_location loc; 254 enum hid_kind kind, uint8_t index, struct hid_location *loc, 257 struct hid_location *loc); 259 struct hid_location *loc); 261 struct hid_location *loc, unsigned int value);
|
| HD | usb_hid.c | 618 uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id) in hid_locate() 651 hid_get_data_sub(const uint8_t *buf, usb_size_t len, struct hid_location *loc, in hid_get_data_sub() 695 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data() 701 hid_get_data_unsigned(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data_unsigned() 711 struct hid_location *loc, unsigned int value) in hid_put_data_unsigned()
|
| /freebsd-11-stable/sys/dev/usb/input/ |
| HD | ums.c | 105 struct hid_location sc_loc_w; 106 struct hid_location sc_loc_x; 107 struct hid_location sc_loc_y; 108 struct hid_location sc_loc_z; 109 struct hid_location sc_loc_t; 110 struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
|
| HD | 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; 734 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback()
|
| HD | wmt.c | 194 struct hid_location locs[MAX_MT_SLOTS][WMT_N_USAGES]; 195 struct hid_location nconts_loc; 207 struct hid_location cont_max_loc;
|
| /freebsd-11-stable/sys/dev/sound/usb/ |
| HD | uaudio.c | 331 struct hid_location volume_up_loc; 332 struct hid_location volume_down_loc; 333 struct hid_location mute_loc;
|