Searched refs:ep2 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/usb/usbip/ |
D | vudc_transfer.c | 62 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 …]
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1600 struct dummy_ep *ep2; in handle_control_request() local 1663 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1664 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1668 ep2->halted = 1; in handle_control_request() 1711 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1712 if (!ep2) { in handle_control_request() 1716 if (!ep2->wedged) in handle_control_request() 1717 ep2->halted = 0; in handle_control_request() 1735 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1736 if (!ep2) { in handle_control_request() [all …]
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.c | 139 #define e2 (*ep2) 149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 220 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 227 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 234 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 591 #define e2 (*ep2) in expr_eliminate_dups1()
|
D | expr.h | 302 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/Linux-v4.19/net/sctp/ |
D | socket.c | 7754 struct sctp_endpoint *ep2; in sctp_get_port_local() local 7755 ep2 = sctp_sk(sk2)->ep; in sctp_get_port_local() 7762 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, addr, in sctp_get_port_local()
|