Searched refs:ifxusb_driver (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A DMakefile1 ltq_hcd_$(BUILD_VARIANT)-objs := ifxusb_driver.o ifxusb_cif.o \
H A Difxusb_driver.c2 ** FILE NAME : ifxusb_driver.c
67 \file ifxusb_driver.c
595 \brief This function is called when the ifxusb_driver is installed with the insmod command.
597 static struct platform_driver ifxusb_driver = { variable in typeref:struct:platform_driver
747 retval = platform_driver_register(&ifxusb_driver);
768 platform_driver_unregister(&ifxusb_driver);
790 platform_driver_unregister(&ifxusb_driver);
799 platform_driver_unregister(&ifxusb_driver);

Completed in 31 milliseconds