Lines Matching refs:xx
100 int xx; in hidh_conn_reg() local
129 for (xx = 0; xx < kHID_HOST_MAX_DEVICES; xx++) { in hidh_conn_reg()
130 hh_cb.devices[xx].in_use = false; in hidh_conn_reg()
131 hh_cb.devices[xx].conn.conn_state = HID_CONN_STATE_UNUSED; in hidh_conn_reg()
930 uint8_t xx; in find_conn_by_cid() local
932 for (xx = 0; xx < kHID_HOST_MAX_DEVICES; xx++) { in find_conn_by_cid()
933 if ((hh_cb.devices[xx].in_use) && in find_conn_by_cid()
934 (hh_cb.devices[xx].conn.conn_state != HID_CONN_STATE_UNUSED) && in find_conn_by_cid()
935 ((hh_cb.devices[xx].conn.ctrl_cid == cid) || in find_conn_by_cid()
936 (hh_cb.devices[xx].conn.intr_cid == cid))) in find_conn_by_cid()
940 return (xx); in find_conn_by_cid()