Searched refs:ep2 (Results 1 – 5 of 5) sorted by relevance
62 struct vep *ep2; in handle_control_request() local101 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request()102 if (!ep2 || ep2->ep.name == udc->ep[0].ep.name) { in handle_control_request()106 ep2->halted = 1; in handle_control_request()134 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request()135 if (!ep2) { in handle_control_request()139 if (!ep2->wedged) in handle_control_request()140 ep2->halted = 0; in handle_control_request()158 ep2 = vudc_find_endpoint(udc, w_index); in handle_control_request()159 if (!ep2) { in handle_control_request()[all …]
1616 struct dummy_ep *ep2; in handle_control_request() local1679 ep2 = find_endpoint(dum, w_index); in handle_control_request()1680 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request()1684 ep2->halted = 1; in handle_control_request()1727 ep2 = find_endpoint(dum, w_index); in handle_control_request()1728 if (!ep2) { in handle_control_request()1732 if (!ep2->wedged) in handle_control_request()1733 ep2->halted = 0; in handle_control_request()1751 ep2 = find_endpoint(dum, w_index); in handle_control_request()1752 if (!ep2) { in handle_control_request()[all …]
230 u32 ep2; member
352 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
1329 msg.ep2 = 0x0; in allegro_mcu_send_encode_frame()1330 msg.ep2_v = to_mcu_addr(dev, msg.ep2); in allegro_mcu_send_encode_frame()