#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/list.h>
Go to the source code of this file.
|
struct platform_device * | bbc_i2c_getdev (struct bbc_i2c_bus *, int) |
|
struct bbc_i2c_client * | bbc_i2c_attach (struct bbc_i2c_bus *bp, struct platform_device *) |
|
void | bbc_i2c_detach (struct bbc_i2c_client *) |
|
int | bbc_i2c_writeb (struct bbc_i2c_client *, unsigned char val, int off) |
|
int | bbc_i2c_readb (struct bbc_i2c_client *, unsigned char *byte, int off) |
|
int | bbc_i2c_write_buf (struct bbc_i2c_client *, char *buf, int len, int off) |
|
int | bbc_i2c_read_buf (struct bbc_i2c_client *, char *buf, int len, int off) |
|
- Enumerator:
FAN_SLOWER |
|
FAN_SAME |
|
FAN_FASTER |
|
FAN_FULLBLAST |
|
FAN_STATE_MAX |
|
Definition at line 15 of file bbc_i2c.h.