OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_rep
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/qbus/
qd.c
2298
struct mouse_report *
new_rep
;
local in function:qdiint
2311
new_rep
= ¤t_rep[unit];
2397
++
new_rep
->bytcnt; /* bump report byte count */
2403
new_rep
->state = data;
2404
if (
new_rep
->bytcnt > 1) {
2406
new_rep
->bytcnt = 1;
2415
else if (
new_rep
->bytcnt == 2) {
2416
new_rep
->dx = data & 0x00FF;
2422
else if (
new_rep
->bytcnt == 3) {
2424
new_rep
->dy = data & 0x00FF
[
all
...]
qd.c
2298
struct mouse_report *
new_rep
;
local in function:qdiint
2311
new_rep
= ¤t_rep[unit];
2397
++
new_rep
->bytcnt; /* bump report byte count */
2403
new_rep
->state = data;
2404
if (
new_rep
->bytcnt > 1) {
2406
new_rep
->bytcnt = 1;
2415
else if (
new_rep
->bytcnt == 2) {
2416
new_rep
->dx = data & 0x00FF;
2422
else if (
new_rep
->bytcnt == 3) {
2424
new_rep
->dy = data & 0x00FF
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Sep 24 15:09:51 GMT 2025