Searched refs:hid_location (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/bus/u4b/ |
| HD | usbhid.h | 186 struct hid_location { struct 219 struct hid_location loc; 230 enum hid_kind kind, uint8_t index, struct hid_location *loc, 233 struct hid_location *loc); 235 struct hid_location *loc); 237 struct hid_location *loc, unsigned int value);
|
| HD | usb_hid.c | 612 uint8_t index, struct hid_location *loc, uint32_t *flags, uint8_t *id) in hid_locate() 645 hid_get_data_sub(const uint8_t *buf, usb_size_t len, struct hid_location *loc, in hid_get_data_sub() 689 hid_get_data(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data() 695 hid_get_data_unsigned(const uint8_t *buf, usb_size_t len, struct hid_location *loc) in hid_get_data_unsigned() 705 struct hid_location *loc, unsigned int value) in hid_put_data_unsigned()
|
| /dragonfly/sys/bus/u4b/input/ |
| HD | ukbd.c | 148 struct hid_location sc_loc_apple_eject; 149 struct hid_location sc_loc_apple_fn; 150 struct hid_location sc_loc_ctrl_l; 151 struct hid_location sc_loc_ctrl_r; 152 struct hid_location sc_loc_shift_l; 153 struct hid_location sc_loc_shift_r; 154 struct hid_location sc_loc_alt_l; 155 struct hid_location sc_loc_alt_r; 156 struct hid_location sc_loc_win_l; 157 struct hid_location sc_loc_win_r; [all …]
|
| HD | ums.c | 99 struct hid_location sc_loc_w; 100 struct hid_location sc_loc_x; 101 struct hid_location sc_loc_y; 102 struct hid_location sc_loc_z; 103 struct hid_location sc_loc_t; 104 struct hid_location sc_loc_btn[UMS_BUTTON_MAX];
|
| /dragonfly/sys/bus/u4b/audio/ |
| HD | uaudio.c | 299 struct hid_location volume_up_loc; 300 struct hid_location volume_down_loc; 301 struct hid_location mute_loc;
|