Home
last modified time | relevance | path

Searched refs:ep2 (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/usbip/
Dvudc_transfer.c62 struct vep *ep2; in handle_control_request() local
101 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 …]
/drivers/usb/gadget/udc/
Ddummy_hcd.c1616 struct dummy_ep *ep2; in handle_control_request() local
1679 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 …]
/drivers/media/platform/allegro-dvt/
Dallegro-mail.h230 u32 ep2; member
Dallegro-mail.c352 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
Dallegro-core.c1329 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()