Searched refs:dwc_otg_driver (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A DMakefile22 dwc_otg-objs := dwc_otg_driver.o dwc_otg_attr.o
H A Ddwc_otg_driver.c2 * $File: //dwh/usb_iip/dev/software/otg_ipmate/linux/drivers/dwc_otg_driver.c $
35 * The dwc_otg_driver module provides the initialization and cleanup entry
41 * This module also defines a data structure for the dwc_otg_driver, which is
74 #include "dwc_otg_driver.h"
601 * dwc_otg_driver. This happens, for example, when the rmmod command is
675 * dwc_otg_driver. It creates the driver components required to
869 static struct platform_driver dwc_otg_driver = { variable in typeref:struct:platform_driver
878 * This function is called when the dwc_otg_driver is installed with the
879 * insmod command. It registers the dwc_otg_driver structure with the
894 retval = platform_driver_register(&dwc_otg_driver);
[all...]
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A DMakefile36 dwc_otg-objs += dwc_otg_driver.o
H A Ddwc_otg_driver.c2 * $File: //dwh/usb_iip/dev/software/otg_ipmate/linux/drivers/dwc_otg_driver.c $
35 * The dwc_otg_driver module provides the initialization and cleanup entry
41 * This module also defines a data structure for the dwc_otg_driver, which is
68 #include "dwc_otg_driver.h"
558 * dwc_otg_driver. This happens, for example, when the rmmod command is
630 * dwc_otg_driver. It creates the driver components required to
835 struct platform_driver dwc_otg_driver = { variable in typeref:struct:platform_driver
845 EXPORT_SYMBOL(dwc_otg_driver); variable
848 * This function is called when the dwc_otg_driver is installed with the
849 * insmod command. It registers the dwc_otg_driver structur
[all...]

Completed in 36 milliseconds