Searched refs:ep2 (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1562 struct dummy_ep *ep2; in handle_control_request() local 1625 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1626 if (!ep2 || ep2->ep.name == ep0name) { in handle_control_request() 1630 ep2->halted = 1; in handle_control_request() 1673 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1674 if (!ep2) { in handle_control_request() 1678 if (!ep2->wedged) in handle_control_request() 1679 ep2->halted = 0; in handle_control_request() 1697 ep2 = find_endpoint(dum, w_index); in handle_control_request() 1698 if (!ep2) { in handle_control_request() [all …]
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 139 #define e2 (*ep2) 141 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 175 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 182 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 189 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 519 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 522 #define e2 (*ep2) in expr_eliminate_dups1()
|
D | expr.h | 210 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 130 ep2 {
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | at91sam9rl.dtsi | 318 ep2 {
|
D | sama5d2.dtsi | 135 ep2 {
|
D | at91sam9x5.dtsi | 1136 ep2 {
|
D | at91sam9g45.dtsi | 1186 ep2 {
|
D | sama5d3.dtsi | 1351 ep2 {
|
D | sama5d4.dtsi | 152 ep2 {
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 6232 struct sctp_endpoint *ep2; in sctp_get_port_local() local 6233 ep2 = sctp_sk(sk2)->ep; in sctp_get_port_local() 6240 if (sctp_bind_addr_conflict(&ep2->base.bind_addr, addr, in sctp_get_port_local()
|