/src/sys/dev/hid/ |
hidms.c | 80 struct hid_location *zloc; local in function:hidms_setup 135 zloc = &ms->hidms_loc_z; 147 zloc = &ms->hidms_loc_w; 156 zloc, 170 zloc, 178 zloc->size = 0; /* Bad Z coord, ignore it */
|
hidms.c | 80 struct hid_location *zloc; local in function:hidms_setup 135 zloc = &ms->hidms_loc_z; 147 zloc = &ms->hidms_loc_w; 156 zloc, 170 zloc, 178 zloc->size = 0; /* Bad Z coord, ignore it */
|
/src/sys/dev/bluetooth/ |
btms.c | 204 struct hid_location *zloc; local in function:btms_attach 249 zloc = &sc->sc_loc_z; 261 zloc = &sc->sc_loc_w; 270 zloc, 284 zloc, 290 zloc->size = 0; /* ignore Z */
|
btms.c | 204 struct hid_location *zloc; local in function:btms_attach 249 zloc = &sc->sc_loc_z; 261 zloc = &sc->sc_loc_w; 270 zloc, 284 zloc, 290 zloc->size = 0; /* ignore Z */
|