/openbmc/linux/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()
|
/openbmc/linux/sound/soc/generic/ |
H A D | audio-graph-card2.c | 784 struct device_node *ep0, *ep1; in audio_graph2_link_c2c() local 838 ep1 = port_to_endpoint(port1); in audio_graph2_link_c2c() 841 codec1_port = of_graph_get_remote_port(ep1); in audio_graph2_link_c2c() 862 of_node_put(ep1); in audio_graph2_link_c2c() 1023 struct device_node *ep1 = port_to_endpoint(port1); in graph_count_c2c() local 1025 struct device_node *codec1 = of_graph_get_remote_port(ep1); in graph_count_c2c() 1050 of_node_put(ep1); in graph_count_c2c()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | expr.c | 138 #define e1 (*ep1) 149 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 220 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 227 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 234 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 588 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 590 #define e1 (*ep1) in expr_eliminate_dups1()
|
H A D | expr.h | 300 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/openbmc/linux/scripts/kconfig/ |
H A D | expr.c | 139 #define e1 (*ep1) 150 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() argument 221 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) in expr_eliminate_eq() argument 228 __expr_eliminate_eq(e1->type, ep1, ep2); in expr_eliminate_eq() 235 __expr_eliminate_eq(e2->type, ep1, ep2); in expr_eliminate_eq() 567 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() argument 569 #define e1 (*ep1) in expr_eliminate_dups1()
|
H A D | expr.h | 295 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-msc-sm2s-ep1.dts | 14 compatible = "avnet,sm2s-imx8mp-14N0600E-ep1",
|
H A D | Makefile | 103 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
|
/openbmc/linux/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
|
/openbmc/linux/Documentation/usb/ |
H A D | functionfs.rst | 29 "ep1" file may be really mapped to (say) endpoint 3 (and when
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d3.dtsi | 1387 ep1: endpoint@1 { label
|
H A D | sama5d4.dtsi | 145 ep1: endpoint@1 { label
|