Searched refs:ep1 (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c240 int ep0, ep1; local
277 sprintf(ep_path, "%s/ep1", argv[1]);
278 ep1 = open(ep_path, O_RDWR);
279 if (ep1 < 0) {
280 perror("unable to open ep1");
332 io_prep_pwrite(iobuf[i].iocb[j], ep1,
376 close(ep1);
/linux-master/sound/soc/generic/
H A Daudio-graph-card2.c947 struct device_node *ep0, *ep1; local
1001 ep1 = port_to_endpoint(port1);
1004 codec1_port = of_graph_get_remote_port(ep1);
1025 of_node_put(ep1);
1202 struct device_node *ep1 = port_to_endpoint(port1); local
1204 struct device_node *codec1 = of_graph_get_remote_port(ep1);
1229 of_node_put(ep1);
/linux-master/scripts/kconfig/
H A Dexpr.h288 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
H A Dexpr.c139 #define e1 (*ep1)
145 * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does
150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
193 * Rewrites the expressions 'ep1' and 'ep2' to remove operands common to both.
196 * ep1: A && B -> ep1: y
199 * ep1: A || B -> ep1: n
202 * ep1: A && (B && FOO) -> ep1
221 expr_eliminate_eq(struct expr **ep1, struct expr **ep2) argument
596 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) argument
[all...]
/linux-master/arch/arm64/boot/dts/freescale/
H A DMakefile168 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
/linux-master/scripts/dtc/include-prefixes/arm64/freescale/
H A DMakefile168 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb

Completed in 192 milliseconds