Lines Matching refs:in_cables
1802 if (endpoints[i].in_cables) {
1818 if (endpoints[i].in_cables & (1 << j)) {
1935 endpoints[epidx].in_cables =
2081 endpoints[i].in_cables = 0x0001;
2114 endpoint->in_cables =
2115 (endpoint->in_cables << 1) | 1;
2121 if (!endpoint->in_cables && !endpoint->out_cables)
2154 endpoint->in_cables = (1 << cs_desc[4]) - 1;
2232 ep_info.in_cables = endpoint->in_cables;
2254 if (endpoint->in_cables & (1 << cable))
2503 in_ports += hweight16(endpoints[i].in_cables);