Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1562 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/
Dexpr.c139 #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()
Dexpr.h210 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Datmel-usb.txt130 ep2 {
/linux-4.4.14/arch/arm/boot/dts/
Dat91sam9rl.dtsi318 ep2 {
Dsama5d2.dtsi135 ep2 {
Dat91sam9x5.dtsi1136 ep2 {
Dat91sam9g45.dtsi1186 ep2 {
Dsama5d3.dtsi1351 ep2 {
Dsama5d4.dtsi152 ep2 {
/linux-4.4.14/net/sctp/
Dsocket.c6232 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()