Searched refs:ep1 (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 240 int ep0, ep1; in main() local 277 sprintf(ep_path, "%s/ep1", argv[1]); in main() 278 ep1 = open(ep_path, O_RDWR); in main() 279 if (ep1 < 0) { in main() 280 perror("unable to open ep1"); in main() 332 io_prep_pwrite(iobuf[i].iocb[j], ep1, in main() 376 close(ep1); in main()
|
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 240 int ep0, ep1; in main() local 277 sprintf(ep_path, "%s/ep1", argv[1]); in main() 278 ep1 = open(ep_path, O_RDWR); in main() 279 if (ep1 < 0) { in main() 280 perror("unable to open ep1"); in main() 332 io_prep_pwrite(iobuf[i].iocb[j], ep1, in main() 376 close(ep1); in main()
|
/kernel/linux/linux-6.6/sound/soc/generic/ |
H A D | audio-graph-card2.c | 781 struct device_node *ep0, *ep1; in audio_graph2_link_c2c() local 835 ep1 = port_to_endpoint(port1); in audio_graph2_link_c2c() 838 codec1_port = of_graph_get_remote_port(ep1); in audio_graph2_link_c2c() 859 of_node_put(ep1); in audio_graph2_link_c2c() 1020 struct device_node *ep1 = port_to_endpoint(port1); in graph_count_c2c() local 1022 struct device_node *codec1 = of_graph_get_remote_port(ep1); in graph_count_c2c() 1047 of_node_put(ep1); in graph_count_c2c()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | expr.c | 139 #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) in __expr_eliminate_eq() 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) expr_eliminate_eq() argument 596 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups1() argument [all...] |
H A D | expr.h | 302 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | expr.c | 139 #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) in __expr_eliminate_eq() 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) expr_eliminate_eq() argument 596 expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups1() argument [all...] |
H A D | expr.h | 295 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/kernel/linux/linux-6.6/arch/arm64/boot/dts/freescale/ |
H A D | Makefile | 103 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm64/freescale/ |
H A D | Makefile | 103 dtb-$(CONFIG_ARCH_MXC) += imx8mp-msc-sm2s-ep1.dtb
|
Completed in 7 milliseconds