ep1               140 scripts/kconfig/expr.c #define e1 (*ep1)
ep1               151 scripts/kconfig/expr.c static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)
ep1               222 scripts/kconfig/expr.c void expr_eliminate_eq(struct expr **ep1, struct expr **ep2)
ep1               229 scripts/kconfig/expr.c 		__expr_eliminate_eq(e1->type, ep1, ep2);
ep1               236 scripts/kconfig/expr.c 		__expr_eliminate_eq(e2->type, ep1, ep2);
ep1               597 scripts/kconfig/expr.c static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)
ep1               599 scripts/kconfig/expr.c #define e1 (*ep1)
ep1               303 scripts/kconfig/expr.h void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
ep1               240 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	int ep0, ep1;
ep1               278 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	ep1 = open(ep_path, O_RDWR);
ep1               279 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	if (ep1 < 0) {
ep1               332 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 				io_prep_pwrite(iobuf[i].iocb[j], ep1,
ep1               376 tools/usb/ffs-aio-example/multibuff/device_app/aio_multibuff.c 	close(ep1);