|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/i2c.h>Go to the source code of this file.
Macros | |
| #define | DRV_NAME "isp1301" |
Functions | |
| module_i2c_driver (isp1301_driver) | |
| struct i2c_client * | isp1301_get_client (struct device_node *node) |
| EXPORT_SYMBOL_GPL (isp1301_get_client) | |
| MODULE_AUTHOR ("Roland Stigge <[email protected]>") | |
| MODULE_DESCRIPTION ("NXP ISP1301 USB transceiver driver") | |
| MODULE_LICENSE ("GPL") | |
| EXPORT_SYMBOL_GPL | ( | isp1301_get_client | ) |
|
read |
| MODULE_AUTHOR | ( | "Roland Stigge <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | "NXP ISP1301 USB transceiver driver" | ) |
| module_i2c_driver | ( | isp1301_driver | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2