Home
last modified time | relevance | path

Searched defs:hidms (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/hid/
H A Dhidms.h39 struct hidms { struct
40 struct hid_location hidms_loc_x, hidms_loc_y, hidms_loc_z, hidms_loc_w; argument
41 struct hid_location hidms_loc_btn[MAX_BUTTONS]; argument
57 uint32_t hidms_buttons; /* mouse button status */ argument
58 device_t hidms_wsmousedev; argument
64 bool hidms_setup(device_t, struct hidms *, int, void *, int); argument