Lines Matching defs:client
70 static inline int i2c_master_recv(const struct i2c_client *client, char *buf, int count) in i2c_master_recv()
84 static inline int i2c_master_recv_dmasafe(const struct i2c_client *client, char *buf, int count) in i2c_master_recv_dmasafe()
97 static inline int i2c_master_send(const struct i2c_client *client, const char *buf, int count) in i2c_master_send()
111 static inline int i2c_master_send_dmasafe(const struct i2c_client *client, const char *buf, int cou… in i2c_master_send_dmasafe()
144 static inline s32 i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_swapped()
151 static inline s32 i2c_smbus_write_word_swapped(const struct i2c_client *client, u8 command, u16 val… in i2c_smbus_write_word_swapped()
327 static inline void *i2c_get_clientdata(const struct i2c_client *client) in i2c_get_clientdata()
332 static inline void i2c_set_clientdata(struct i2c_client *client, void *data) in i2c_set_clientdata()
352 static inline int i2c_slave_event(struct i2c_client *client, enum i2c_slave_event event, u8 *val) in i2c_slave_event()
812 static inline bool i2c_client_has_driver(struct i2c_client *client) in i2c_client_has_driver()
923 struct i2c_client *client) in i2c_of_match_device()