Home | History | Annotate | Download | only in hid

Lines Matching refs:xx

88     int xx;
111 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
113 hh_cb.devices[xx].in_use = FALSE ;
114 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1064 UINT8 xx;
1066 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++)
1068 if ((hh_cb.devices[xx].in_use) && (hh_cb.devices[xx].conn.conn_state != HID_CONN_STATE_UNUSED)
1069 && ((hh_cb.devices[xx].conn.ctrl_cid == cid) || (hh_cb.devices[xx].conn.intr_cid == cid)))
1073 return (xx);