HomeSort by relevance Sort by last modified time
    Searched refs:pxa25x_udc (Results 1 - 3 of 3) sorted by null

  /external/u-boot/drivers/usb/gadget/
pxa25x_udc.h 46 struct pxa25x_udc;
50 struct pxa25x_udc *dev;
111 struct pxa25x_udc *udc;
113 void (*function)(struct pxa25x_udc *udc);
116 struct pxa25x_udc { struct
141 static struct pxa25x_udc *the_controller;
pxa25x_udc.c 35 #include "pxa25x_udc.h"
65 static const char driver_name[] = "pxa25x_udc";
69 static inline void start_watchdog(struct pxa25x_udc *udc)
76 static inline void stop_watchdog(struct pxa25x_udc *udc)
82 static inline void test_watchdog(struct pxa25x_udc *udc)
96 static void udc_watchdog(struct pxa25x_udc *dev)
155 dump_state(struct pxa25x_udc *dev)
195 static inline void dump_state(struct pxa25x_udc *dev) { }
298 struct pxa25x_udc *dev;
439 static inline void ep0_idle(struct pxa25x_udc *dev
    [all...]
Makefile 38 obj-$(CONFIG_CPU_PXA25X) += pxa25x_udc.o

Completed in 138 milliseconds