Home
last modified time | relevance | path

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

/linux-6.12.1/scripts/kconfig/
Dexpr.c101 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()
126 if ((*ep1)->type == E_SYMBOL && (*ep2)->type == E_SYMBOL && in __expr_eliminate_eq()
127 (*ep1)->left.sym == (*ep2)->left.sym && in __expr_eliminate_eq()
128 ((*ep1)->left.sym == &symbol_yes || (*ep1)->left.sym == &symbol_no)) in __expr_eliminate_eq()
[all …]
Dexpr.h292 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux-6.12.1/tools/usb/ffs-aio-example/multibuff/device_app/
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-6.12.1/sound/soc/generic/
Daudio-graph-card2.c990 struct device_node *ep0, *ep1; in audio_graph2_link_c2c() local
1044 ep1 = port_to_endpoint(port1); in audio_graph2_link_c2c()
1047 codec1_port = of_graph_get_remote_port(ep1); in audio_graph2_link_c2c()
1068 of_node_put(ep1); in audio_graph2_link_c2c()
1236 struct device_node *ep1 = port_to_endpoint(port1); in graph_count_c2c() local
1238 struct device_node *codec1 = of_graph_get_remote_port(ep1); in graph_count_c2c()
1261 of_node_put(ep1); in graph_count_c2c()
/linux-6.12.1/arch/arm64/boot/dts/freescale/
Dimx8mp-msc-sm2s-ep1.dts14 compatible = "avnet,sm2s-imx8mp-14N0600E-ep1",
DMakefile174 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
/linux-6.12.1/drivers/usb/gadget/udc/
DKconfig67 In this case, for ep1 2 banks are allocated if it works in isochronous
72 allowing the usage of ep1 - ep6
75 configuration allowing the usage of ep1 - ep3
78 the usage of ep1 - ep8
/linux-6.12.1/Documentation/usb/
Dfunctionfs.rst34 "ep1" file may be really mapped to (say) endpoint 3 (and when