Searched refs:hid_location (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/dev/hid/ |
H A D | hidkbdsc.h | 43 struct hid_location loc; 62 struct hid_location sc_keycodeloc; 66 struct hid_location sc_numloc; 67 struct hid_location sc_capsloc; 68 struct hid_location sc_scroloc; 69 struct hid_location sc_compose; 73 struct hid_location sc_fn;
|
H A D | hidmsvar.h | 75 struct hid_location sc_loc_x; 76 struct hid_location sc_loc_y; 77 struct hid_location sc_loc_z; 78 struct hid_location sc_loc_w; 79 struct hid_location sc_loc_btn[MAX_BUTTONS];
|
H A D | hid.h | 49 struct hid_location { struct 82 struct hid_location loc; 92 struct hid_location *, uint32_t *); 93 int32_t hid_get_data(const uint8_t *buf, int, struct hid_location *); 94 uint32_t hid_get_udata(const uint8_t *buf, int, struct hid_location *);
|
H A D | hidms.c | 66 struct hid_location *loc_stylus_btn) in hidms_stylus_hid_parse() 156 struct hid_location *loc_pad_btn) in hidms_pad_buttons_hid_parse() 178 struct hid_location loc_pad_btn[MAX_BUTTONS]; in hidms_wacom_setup() 179 struct hid_location loc_stylus_btn[MAX_BUTTONS]; in hidms_wacom_setup() 228 sizeof(struct hid_location)); in hidms_wacom_setup() 234 sizeof(struct hid_location)); in hidms_wacom_setup()
|
H A D | hidmtvar.h | 20 struct hid_location loc;
|
H A D | hid.c | 549 struct hid_location *loc, uint32_t *flags) in hid_locate() 578 hid_get_data_sub(const uint8_t *buf, int len, struct hid_location *loc, in hid_get_data_sub() 622 hid_get_data(const uint8_t *buf, int len, struct hid_location *loc) in hid_get_data() 628 hid_get_udata(const uint8_t *buf, int len, struct hid_location *loc) in hid_get_udata()
|
H A D | hidmt.c | 112 struct hid_location cap; in hidmt_setup() 214 memcpy(&input->loc, &h.loc, sizeof(struct hid_location)); in hidmt_setup()
|
/openbsd/sys/dev/usb/ |
H A D | uwacom.c | 44 struct hid_location sc_loc_tip_press;
|