Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
#include <linux/usb/otg.h>
#include <linux/usb/nop-usb-xceiv.h>
#include <linux/slab.h>
Go to the source code of this file.
Data Structures | |
struct | nop_usb_xceiv |
Functions | |
void | usb_nop_xceiv_register (void) |
EXPORT_SYMBOL (usb_nop_xceiv_register) | |
void | usb_nop_xceiv_unregister (void) |
EXPORT_SYMBOL (usb_nop_xceiv_unregister) | |
subsys_initcall (nop_usb_xceiv_init) | |
module_exit (nop_usb_xceiv_exit) | |
MODULE_ALIAS ("platform:nop_usb_xceiv") | |
MODULE_AUTHOR ("Texas Instruments Inc") | |
MODULE_DESCRIPTION ("NOP USB Transceiver driver") | |
MODULE_LICENSE ("GPL") | |
EXPORT_SYMBOL | ( | usb_nop_xceiv_register | ) |
EXPORT_SYMBOL | ( | usb_nop_xceiv_unregister | ) |
MODULE_ALIAS | ( | "platform:nop_usb_xceiv" | ) |
MODULE_AUTHOR | ( | "Texas Instruments Inc" | ) |
module_exit | ( | nop_usb_xceiv_exit | ) |
MODULE_LICENSE | ( | "GPL" | ) |
subsys_initcall | ( | nop_usb_xceiv_init | ) |
Definition at line 43 of file nop-usb-xceiv.c.
Definition at line 55 of file nop-usb-xceiv.c.