Lines Matching defs:s3c2410_udc
77 struct s3c2410_udc { struct
78 spinlock_t lock;
80 struct s3c2410_ep ep[S3C2410_ENDPOINTS];
81 int address;
82 struct usb_gadget gadget;
83 struct usb_gadget_driver *driver;
84 struct s3c2410_request fifo_req;
85 u8 fifo_buf[EP_FIFO_SIZE];
86 u16 devstatus;
88 u32 port_status;
89 int ep0state;
91 unsigned got_irq : 1;
93 unsigned req_std : 1;
94 unsigned req_config : 1;
95 unsigned req_pending : 1;
96 u8 vbus;
97 struct dentry *regs_info;