Searched refs:ep1 (Results 1 - 24 of 24) sorted by relevance

/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c240 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 Dexpr.c16 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 Dexpr.h208 void expr_eliminate_eq(struct expr **ep1, struct expr **ep2);
/linux-4.1.27/drivers/usb/gadget/udc/
H A Ds3c2410_udc.h50 "ep1-bulk", "ep2-bulk", "ep3-bulk", "ep4-bulk",
H A Dpxa27x_udc.h224 * - "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 Dgoku_udc.c20 * - 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 Dfotg210-udc.c29 "ep0", "ep1", "ep2", "ep3", "ep4"};
H A Dfusb300_udc.c32 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7", "ep8", "ep9",
H A Dm66592-udc.c34 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7"
H A Dr8a66597-udc.c32 "ep0", "ep1", "ep2", "ep3", "ep4", "ep5", "ep6", "ep7",
H A Ds3c2410_udc.c1704 .name = "ep1-bulk",
H A Dat91_udc.c64 "ep1",
H A Dfsl_qe_udc.c60 "ep1",
H A Dlpc32xx_udc.c2587 .name = "ep1-int",
/linux-4.1.27/drivers/usb/gadget/
H A Depautoconf.c29 * - 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 Dffs-test.c317 "ep1", 8 * 1024,
/linux-4.1.27/drivers/usb/host/
H A Duhci-hcd.h132 * skel1 --> ep1-qh --> ep2-qh --> ... --> skel2 --> ...
/linux-4.1.27/drivers/usb/dwc3/
H A Dcore.h379 /* The EP number goes 0..31 so ep0 is always out and ep1 is always in */
H A Dep0.c255 /* reinitialize physical ep1 */ dwc3_ep0_stall_and_restart()
/linux-4.1.27/drivers/usb/musb/
H A Dmusb_host.c74 * - 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 Dmusb_core.c1117 * for host side, make sure both halves of ep1 are set up.
/linux-4.1.27/arch/avr32/mach-at32ap/
H A Dat32ap700x.c1760 EP("ep1", 1, 512, 2, 1, 1),
/linux-4.1.27/drivers/staging/emxx_udc/
H A Demxx_udc.c3216 static const char g_ep1_name[] = "ep1-bulk";
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c2637 ep_mask = ENABLE_EP1; /* ep1 [00:0001] */ cx231xx_capture_start()

Completed in 662 milliseconds