Linux Kernel
3.7.1
|
#include <pmbus.h>
Data Fields | |
int | pages |
enum pmbus_data_format | format [PSC_NUM_CLASSES] |
int | m [PSC_NUM_CLASSES] |
int | b [PSC_NUM_CLASSES] |
int | R [PSC_NUM_CLASSES] |
u32 | func [PMBUS_PAGES] |
int(* | read_byte_data )(struct i2c_client *client, int page, int reg) |
int(* | read_word_data )(struct i2c_client *client, int page, int reg) |
int(* | write_word_data )(struct i2c_client *client, int page, int reg, u16 word) |
int(* | write_byte )(struct i2c_client *client, int page, u8 value) |
int(* | identify )(struct i2c_client *client, struct pmbus_driver_info *info) |
u32 func[PMBUS_PAGES] |
int(* identify)(struct i2c_client *client, struct pmbus_driver_info *info) |