Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hil/ | |
hildevs.h | 33 int maxid; member in struct:hildevice |
/src/sys/dev/bluetooth/ | |
bthidev.c | 194 int maxid, rep, dlen; local in function:bthidev_attach 283 maxid = -1; 287 if ((int)h.report_ID > maxid) 288 maxid = h.report_ID; 292 if (maxid < 0) { 305 for (rep = 0 ; rep <= maxid ; rep++) { |
/src/sys/dev/i2c/ | |
ihidev.c | 915 int maxid; local in function:ihidev_maxrepid 917 maxid = -1; 920 if ((int)h.report_ID > maxid) 921 maxid = h.report_ID; 924 return (maxid); |
/src/sys/dev/usb/ | |
uhidev.c | 445 int maxid; local in function:uhidev_maxrepid 447 maxid = -1; 450 if ((int)h.report_ID > maxid) 451 maxid = h.report_ID; 453 return MIN(maxid, UHIDEV_MAXREPID); |