Lines Matching refs:in_cables
1868 if (endpoints[i].in_cables) {
1885 if (endpoints[i].in_cables & (1 << j)) {
2007 endpoints[epidx].in_cables =
2157 endpoints[i].in_cables = 0x0001;
2190 endpoint->in_cables =
2191 (endpoint->in_cables << 1) | 1;
2197 if (!endpoint->in_cables && !endpoint->out_cables)
2230 endpoint->in_cables = (1 << cs_desc[4]) - 1;
2308 ep_info.in_cables = endpoint->in_cables;
2331 if (endpoint->in_cables & (1 << cable))
2584 in_ports += hweight16(endpoints[i].in_cables);