Lines Matching refs:out_cables
1434 if (ep_info->out_cables & (1 << i)) {
1861 if (endpoints[i].out_cables) {
1877 if (endpoints[i].out_cables & (1 << j)) {
1986 endpoints[epidx].out_cables =
2155 endpoints[i].out_cables = 0x0001;
2193 endpoint->out_cables =
2194 (endpoint->out_cables << 1) | 1;
2197 if (!endpoint->in_cables && !endpoint->out_cables)
2231 endpoint->out_cables = (1 << cs_desc[5]) - 1;
2271 if (intfd->bNumEndpoints < (endpoint->out_cables > 0x0001 ? 5 : 3)) {
2286 if (endpoint->out_cables > 0x0001) {
2299 ep_info.out_cables = endpoint->out_cables & 0x5555;
2314 if (endpoint->out_cables > 0x0001) {
2317 ep_info.out_cables = endpoint->out_cables & 0xaaaa;
2325 if (endpoint->out_cables & (1 << cable))
2553 endpoints[1].out_cables = 0;
2583 out_ports += hweight16(endpoints[i].out_cables);