Home | History | Annotate | Download | only in hid

Lines Matching refs:xx

87     int xx;
110 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
112 hh_cb.devices[xx].in_use = FALSE ;
113 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1001 UINT8 xx;
1003 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
1005 if ((hh_cb.devices[xx].in_use) && (hh_cb.devices[xx].conn.conn_state != HID_CONN_STATE_UNUSED)
1006 && ((hh_cb.devices[xx].conn.ctrl_cid == cid) || (hh_cb.devices[xx].conn.intr_cid == cid)))
1010 return (xx);