Searched defs:lpc32xx_udc (Results 1 – 1 of 1) sorted by relevance
121 struct lpc32xx_udc { struct122 struct usb_gadget gadget;123 struct usb_gadget_driver *driver;124 struct platform_device *pdev;125 struct device *dev;126 struct dentry *pde;127 spinlock_t lock;128 struct i2c_client *isp1301_i2c_client;131 struct lpc32xx_usbd_cfg *board;132 u32 io_p_start;[all …]