Searched refs:dwc_otg_device (Results 1 - 7 of 7) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.h50 typedef struct dwc_otg_device struct
H A Ddwc_otg_driver.c574 /* Memory allocation for the dwc_otg_device failed. */
632 * device. The driver components are stored in a dwc_otg_device
633 * structure. A reference to the dwc_otg_device is saved in the
634 * lm_device. This allows the driver to access the dwc_otg_device
643 dwc_otg_device_t *dwc_otg_device; local
659 dwc_otg_device = kmalloc(sizeof(dwc_otg_device_t), GFP_KERNEL);
660 if (dwc_otg_device == 0) {
661 dev_err(&_dev->dev, "kmalloc of dwc_otg_device failed\n");
665 memset(dwc_otg_device, 0, sizeof(*dwc_otg_device));
[all...]
H A Ddwc_otg_hcd.h42 struct dwc_otg_device;
419 extern int __devinit dwc_otg_hcd_init(struct device *_dev, dwc_otg_device_t * dwc_otg_device);
H A Ddwc_otg_hcd.c401 int __devinit dwc_otg_hcd_init(struct device *_dev, dwc_otg_device_t * dwc_otg_device) argument
424 dev_set_drvdata(_dev, dwc_otg_device); /* fscz restore */
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.h50 typedef struct dwc_otg_device { struct
H A Ddwc_otg_pcd.h56 struct dwc_otg_device;
157 struct dwc_otg_device *otg_dev;
232 //extern void dwc_otg_pcd_remove( struct dwc_otg_device *_otg_dev );
H A Ddwc_otg_hcd.h45 struct dwc_otg_device;
220 struct dwc_otg_device *otg_dev;

Completed in 102 milliseconds