/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 240 int ep0, ep1; main() local 277 sprintf(ep_path, "%s/ep1", argv[1]); main() 278 ep1 = open(ep_path, O_RDWR); main() 279 if (ep1 < 0) { main() 280 perror("unable to open ep1"); main() 332 io_prep_pwrite(iobuf[i].iocb[j], ep1, main() 376 close(ep1); main()
|
/linux-4.1.27/scripts/kconfig/ |
H A D | expr.c | 16 static struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2); 17 static struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2); 18 static void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2); 133 #define e1 (*ep1) 136 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) __expr_eliminate_eq() argument 170 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2) expr_eliminate_eq() argument 177 __expr_eliminate_eq(e1->type, ep1, ep2); expr_eliminate_eq() 184 __expr_eliminate_eq(e2->type, ep1, ep2); expr_eliminate_eq() 510 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups1() argument 512 #define e1 (*ep1) expr_eliminate_dups1() 562 static void expr_eliminate_dups2(enum expr_type type, struct expr **ep1, struct expr **ep2) expr_eliminate_dups2() argument 564 #define e1 (*ep1) expr_eliminate_dups2() 832 static struct expr *expr_extract_eq_and(struct expr **ep1, struct expr **ep2) expr_extract_eq_and() argument 835 expr_extract_eq(E_AND, &tmp, ep1, ep2); expr_extract_eq_and() 837 *ep1 = expr_eliminate_yn(*ep1); expr_extract_eq_and() 843 static struct expr *expr_extract_eq_or(struct expr **ep1, struct expr **ep2) expr_extract_eq_or() argument 846 expr_extract_eq(E_OR, &tmp, ep1, ep2); expr_extract_eq_or() 848 *ep1 = expr_eliminate_yn(*ep1); expr_extract_eq_or() 854 static void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, struct expr **ep2) expr_extract_eq() argument 856 #define e1 (*ep1) expr_extract_eq() 864 expr_extract_eq(type, ep, ep1, &e2->left.expr); expr_extract_eq() 865 expr_extract_eq(type, ep, ep1, &e2->right.expr); expr_extract_eq()
|
H A D | expr.h | 208 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | s3c2410_udc.h | 50 "ep1-bulk", "ep2-bulk", "ep3-bulk", "ep4-bulk",
|
H A D | pxa27x_udc.h | 224 * - "ep1-in" matches pxa endpoint EPA (which is an IN ep at addr 1, when 226 * - "ep1-in" matches pxa endpoint EPB (which is an IN ep at addr 1, when 228 * - "ep1-in" matches pxa endpoint EPC (which is an IN ep at addr 1, when
|
H A D | goku_udc.c | 20 * - DMA works with ep1 (OUT transfers) and ep2 (IN transfers). 140 /* ep1/ep2 dma direction is chosen early; it works in the other goku_ep_enable() 156 /* ep1 and ep2 can do double buffering and/or dma */ goku_ep_enable() 433 /* use ep1/ep2 double-buffering for OUT */ read_fifo() 1045 (mask & INT_EP1DATASET) ? " ep1" : "", dump_intmask() 1235 static char *names [] = { "ep0", "ep1-bulk", "ep2-bulk", "ep3-bulk" }; udc_reinit()
|
H A D | fotg210-udc.c | 29 "ep0", "ep1", "ep2", "ep3", "ep4"};
|
H A D | fusb300_udc.c | 32 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7", "ep8", "ep9",
|
H A D | m66592-udc.c | 34 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7"
|
H A D | r8a66597-udc.c | 32 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7",
|
H A D | s3c2410_udc.c | 1704 .name = "ep1-bulk",
|
H A D | at91_udc.c | 64 "ep1",
|
H A D | fsl_qe_udc.c | 60 "ep1",
|
H A D | lpc32xx_udc.c | 2587 .name = "ep1-int",
|
/linux-4.1.27/drivers/usb/gadget/ |
H A D | epautoconf.c | 29 * - ep1, ep2, ... address is fixed, not direction or type 31 * - ep1-bulk, ep2-bulk, ... address and type are fixed, not direction
|
/linux-4.1.27/tools/usb/ |
H A D | ffs-test.c | 317 "ep1", 8 * 1024,
|
/linux-4.1.27/drivers/usb/host/ |
H A D | uhci-hcd.h | 132 * skel1 --> ep1-qh --> ep2-qh --> ... --> skel2 --> ...
|
/linux-4.1.27/drivers/usb/dwc3/ |
H A D | core.h | 379 /* The EP number goes 0..31 so ep0 is always out and ep1 is always in */
|
H A D | ep0.c | 255 /* reinitialize physical ep1 */ dwc3_ep0_stall_and_restart()
|
/linux-4.1.27/drivers/usb/musb/ |
H A D | musb_host.c | 74 * - Bulk traffic finally uses both sides of hardware ep1, freeing up an 2032 /* use bulk reserved ep1 if no other ep is free */ musb_schedule()
|
H A D | musb_core.c | 1117 * for host side, make sure both halves of ep1 are set up.
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | at32ap700x.c | 1760 EP("ep1", 1, 512, 2, 1, 1),
|
/linux-4.1.27/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 3216 static const char g_ep1_name[] = "ep1-bulk";
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
H A D | cx231xx-avcore.c | 2637 ep_mask = ENABLE_EP1; /* ep1 [00:0001] */ cx231xx_capture_start()
|