Searched refs:ep2 (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/kconfig/ |
| H A D | expr.c | 101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 110 __expr_eliminate_eq(type, &l, ep2); in __expr_eliminate_eq() 111 __expr_eliminate_eq(type, &r, ep2); in __expr_eliminate_eq() 115 if ((*ep2)->type == type) { in __expr_eliminate_eq() 116 l = (*ep2)->left.expr; in __expr_eliminate_eq() 117 r = (*ep2)->right.expr; in __expr_eliminate_eq() 120 *ep2 = expr_alloc_two(type, l, r); in __expr_eliminate_eq() 126 if ((*ep1)->type == E_SYMBOL && (*ep2)->type == E_SYMBOL && in __expr_eliminate_eq() 127 (*ep1)->left.sym == (*ep2)->left.sym && in __expr_eliminate_eq() 130 if (!expr_eq(*ep1, *ep2)) in __expr_eliminate_eq() [all …]
|
| H A D | expr.h | 304 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
| /linux/drivers/usb/usbip/ |
| H A 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/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 1624 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 …]
|
| /linux/net/sctp/ |
| H A D | input.c | 746 struct sctp_endpoint *ep2; in __sctp_hash_endpoint() local 755 sctp_for_each_hentry(ep2, &head->chain) { in __sctp_hash_endpoint() 756 struct sock *sk2 = ep2->base.sk; in __sctp_hash_endpoint()
|
| H A D | socket.c | 8481 struct sctp_endpoint *ep2 = sp2->ep; in sctp_get_port_local() local 8492 sctp_bind_addr_conflict(&ep2->base.bind_addr, in sctp_get_port_local()
|
| /linux/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-mail.h | 232 u32 ep2; member
|
| H A D | allegro-mail.c | 349 dst[i++] = msg->ep2; in allegro_enc_encode_frame()
|