Searched refs:ep2 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | expr.c | 16 static struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2); 17 static struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); 18 … void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 134 #define e2 (*ep2) 136 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 170 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 177 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 184 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 510 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 513 #define e2 (*ep2) in expr_eliminate_dups1() [all …]
|
D | expr.h | 208 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1483 struct dummy_ep *ep2; in handle_control_request() local 1546 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1547 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1551 ep2->halted = 1; in handle_control_request() 1594 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1595 if (!ep2) { in handle_control_request() 1599 if (!ep2->wedged) in handle_control_request() 1600 ep2->halted = 0; in handle_control_request() 1618 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1619 if (!ep2) { in handle_control_request() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 105 ep2 {
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | at91sam9rl.dtsi | 318 ep2 {
|
D | at91sam9x5.dtsi | 1087 ep2 {
|
D | at91sam9g45.dtsi | 1173 ep2 {
|
D | sama5d3.dtsi | 1346 ep2 {
|
D | sama5d4.dtsi | 148 ep2 {
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 6245 struct sctp_endpoint *ep2; in sctp_get_port_local() local 6246 ep2 = sctp_sk(sk2)->ep; in sctp_get_port_local() 6253 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, addr, in sctp_get_port_local()
|