Home
last modified time | relevance | path

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

/drivers/usb/usbip/
A 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/
A Ddummy_hcd.c1624 struct dummy_ep *ep2; in handle_control_request() local
1687 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1688 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request()
1692 ep2->halted = 1; in handle_control_request()
1735 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1736 if (!ep2) { in handle_control_request()
1740 if (!ep2->wedged) in handle_control_request()
1741 ep2->halted = 0; in handle_control_request()
1759 ep2 = find_endpoint(dum, w_index); in handle_control_request()
1760 if (!ep2) { in handle_control_request()
[all …]
/drivers/media/platform/allegro-dvt/
A Dallegro-mail.h232 u32 ep2; member
A Dallegro-mail.c349 dst[i++] = msg->ep2; in allegro_enc_encode_frame()

Completed in 19 milliseconds