Home
last modified time | relevance | path

Searched refs:ep1 (Results 1 – 5 of 5) sorted by relevance

/linux/scripts/kconfig/
H A Dexpr.c96 * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does
101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument
107 if ((*ep1)->type == type) { in __expr_eliminate_eq()
108 l = (*ep1)->left.expr; in __expr_eliminate_eq()
109 r = (*ep1)->right.expr; in __expr_eliminate_eq()
112 *ep1 = expr_alloc_two(type, l, r); in __expr_eliminate_eq()
118 __expr_eliminate_eq(type, ep1, &l); in __expr_eliminate_eq()
119 __expr_eliminate_eq(type, ep1, &r); in __expr_eliminate_eq()
124 /* *ep1 and *ep2 are leaves. Compare them. */ in __expr_eliminate_eq()
126 if ((*ep1) in __expr_eliminate_eq()
179 expr_eliminate_eq(struct expr ** ep1,struct expr ** ep2) expr_eliminate_eq() argument
479 expr_eliminate_dups1(enum expr_type type,struct expr ** ep1,struct expr ** ep2) expr_eliminate_dups1() argument
[all...]
H A Dexpr.h304 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c240 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/sound/soc/generic/
H A Daudio-graph-card2.c1027 struct device_node *ep1 __free(device_node) = of_graph_get_next_port_endpoint(port1, NULL); in audio_graph2_link_c2c()
1030 struct device_node *codec1_ep __free(device_node) = of_graph_get_remote_endpoint(ep1); in audio_graph2_link_c2c()
1204 struct device_node *ep1 __free(device_node) = of_graph_get_next_port_endpoint(port1, NULL); in graph_count_c2c()
1206 struct device_node *codec1 __free(device_node) = of_graph_get_remote_port(ep1); in graph_count_c2c()
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-msc-sm2s-ep1.dts14 compatible = "avnet,sm2s-imx8mp-14N0600E-ep1",