Searched refs:ep1 (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/scripts/kconfig/ |
| H A D | expr.c | 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() 128 ((*ep1)->left.sym == &symbol_yes || (*ep1)->left.sym == &symbol_no)) in __expr_eliminate_eq() 130 if (!expr_eq(*ep1, *ep2)) in __expr_eliminate_eq() 181 if (!*ep1 || !*ep2) in expr_eliminate_eq() 183 switch ((*ep1)->type) { in expr_eliminate_eq() 186 __expr_eliminate_eq((*ep1)->type, ep1, ep2); in expr_eliminate_eq() 197 *ep1 = expr_eliminate_yn(*ep1); in expr_eliminate_eq() 486 l = (*ep1)->left.expr; in expr_eliminate_dups1() [all …]
|
| H A D | expr.h | 292 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
| /linux-6.15/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H A 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-6.15/sound/soc/generic/ |
| H A D | audio-graph-card2.c | 1027 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-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mp-msc-sm2s-ep1.dts | 14 compatible = "avnet,sm2s-imx8mp-14N0600E-ep1",
|
| H A D | Makefile | 203 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | Kconfig | 67 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.15/Documentation/usb/ |
| H A D | functionfs.rst | 34 "ep1" file may be really mapped to (say) endpoint 3 (and when
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | fsl.yaml | 1118 … - const: avnet,sm2s-imx8mp-14N0600E-ep1 # SM2S-IMX8PLUS-14N0600E on SM2-MB-EP1 Carrier Board
|