/src/sys/external/bsd/drm2/linux/ |
linux_i2c.c | 86 i2c_master_send(const struct i2c_client *client, const char *buf, int count) 85 i2c_master_send(const struct i2c_client *client, const char *buf, int count) function in typeref:typename:int
|
linux_i2c.c | 86 i2c_master_send(const struct i2c_client *client, const char *buf, int count) 85 i2c_master_send(const struct i2c_client *client, const char *buf, int count) function in typeref:typename:int
|
/src/sys/external/bsd/drm2/include/linux/ |
i2c.h | 204 #define i2c_master_send linux_i2c_master_send macro 209 int i2c_master_send(const struct i2c_client *, const char *, int);
|
i2c.h | 204 #define i2c_master_send linux_i2c_master_send macro 209 int i2c_master_send(const struct i2c_client *, const char *, int);
|