Searched refs:ep1 (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 240 int ep0, ep1; in main() local 278 ep1 = open(ep_path, O_RDWR); in main() 279 if (ep1 < 0) { in main() 332 io_prep_pwrite(iobuf[i].iocb[j], ep1, in main() 376 close(ep1); in main()
|
/Linux-v4.19/scripts/kconfig/ |
D | expr.c | 138 #define e1 (*ep1) 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 590 #define e1 (*ep1) in expr_eliminate_dups1()
|
D | expr.h | 302 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | Kconfig | 65 In this case, for ep1 2 banks are allocated if it works in isochronous 70 allowing the usage of ep1 - ep6 73 configuration allowing the usage of ep1 - ep3 76 the usage of ep1 - ep8
|
/Linux-v4.19/Documentation/usb/ |
D | functionfs.txt | 27 "ep1" file may be really mapped to (say) endpoint 3 (and when
|