|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/moduleparam.h>#include <linux/init.h>#include <linux/delay.h>#include <linux/io.h>#include "saa7164.h"Go to the source code of this file.
Functions | |
| int | saa7164_i2c_register (struct saa7164_i2c *bus) |
| int | saa7164_i2c_unregister (struct saa7164_i2c *bus) |
| int saa7164_i2c_register | ( | struct saa7164_i2c * | bus | ) |
Definition at line 94 of file saa7164-i2c.c.
| int saa7164_i2c_unregister | ( | struct saa7164_i2c * | bus | ) |
Definition at line 121 of file saa7164-i2c.c.
1.8.2