Lines Matching refs:xx
89 int xx;
110 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) {
111 hh_cb.devices[xx].in_use = false;
112 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED;
1035 uint8_t xx;
1037 for (xx = 0; xx < HID_HOST_MAX_DEVICES; xx++) {
1038 if ((hh_cb.devices[xx].in_use) &&
1039 (hh_cb.devices[xx].conn.conn_state != HID_CONN_STATE_UNUSED) &&
1040 ((hh_cb.devices[xx].conn.ctrl_cid == cid) ||
1041 (hh_cb.devices[xx].conn.intr_cid == cid)))
1045 return (xx);