Lines Matching refs:out_cables
1450 if (ep_info->out_cables & (1 << i)) {
1795 if (endpoints[i].out_cables) {
1811 if (endpoints[i].out_cables & (1 << j)) {
1918 endpoints[epidx].out_cables =
2079 endpoints[i].out_cables = 0x0001;
2117 endpoint->out_cables =
2118 (endpoint->out_cables << 1) | 1;
2121 if (!endpoint->in_cables && !endpoint->out_cables)
2155 endpoint->out_cables = (1 << cs_desc[5]) - 1;
2195 if (intfd->bNumEndpoints < (endpoint->out_cables > 0x0001 ? 5 : 3)) {
2210 if (endpoint->out_cables > 0x0001) {
2223 ep_info.out_cables = endpoint->out_cables & 0x5555;
2238 if (endpoint->out_cables > 0x0001) {
2241 ep_info.out_cables = endpoint->out_cables & 0xaaaa;
2249 if (endpoint->out_cables & (1 << cable))
2472 endpoints[1].out_cables = 0;
2502 out_ports += hweight16(endpoints[i].out_cables);