Lines Matching refs:i2c_client
33 struct i2c_client;
39 typedef int (*i2c_slave_cb_t)(struct i2c_client *client,
53 extern int i2c_transfer_buffer_flags(const struct i2c_client *client,
64 static inline int i2c_master_recv(const struct i2c_client *client, in i2c_master_recv()
79 static inline int i2c_master_recv_dmasafe(const struct i2c_client *client, in i2c_master_recv_dmasafe()
94 static inline int i2c_master_send(const struct i2c_client *client, in i2c_master_send()
109 static inline int i2c_master_send_dmasafe(const struct i2c_client *client, in i2c_master_send_dmasafe()
141 extern s32 i2c_smbus_read_byte(const struct i2c_client *client);
142 extern s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value);
143 extern s32 i2c_smbus_read_byte_data(const struct i2c_client *client,
145 extern s32 i2c_smbus_write_byte_data(const struct i2c_client *client,
147 extern s32 i2c_smbus_read_word_data(const struct i2c_client *client,
149 extern s32 i2c_smbus_write_word_data(const struct i2c_client *client,
153 i2c_smbus_read_word_swapped(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_swapped()
161 i2c_smbus_write_word_swapped(const struct i2c_client *client, in i2c_smbus_write_word_swapped()
168 extern s32 i2c_smbus_read_block_data(const struct i2c_client *client,
170 extern s32 i2c_smbus_write_block_data(const struct i2c_client *client,
173 extern s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client,
175 extern s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client,
179 i2c_smbus_read_i2c_block_data_or_emulated(const struct i2c_client *client,
181 int i2c_get_device_id(const struct i2c_client *client,
257 int (*probe)(struct i2c_client *client, const struct i2c_device_id *id);
258 int (*remove)(struct i2c_client *client);
263 int (*probe_new)(struct i2c_client *client);
266 void (*shutdown)(struct i2c_client *client);
275 void (*alert)(struct i2c_client *client, enum i2c_alert_protocol protocol,
281 int (*command)(struct i2c_client *client, unsigned int cmd, void *arg);
287 int (*detect)(struct i2c_client *client, struct i2c_board_info *info);
313 struct i2c_client { struct
337 #define to_i2c_client(d) container_of(d, struct i2c_client, dev) argument
339 extern struct i2c_client *i2c_verify_client(struct device *dev);
342 const struct i2c_client *client);
344 static inline struct i2c_client *kobj_to_i2c_client(struct kobject *kobj) in kobj_to_i2c_client()
350 static inline void *i2c_get_clientdata(const struct i2c_client *dev) in i2c_get_clientdata()
355 static inline void i2c_set_clientdata(struct i2c_client *dev, void *data) in i2c_set_clientdata()
371 extern int i2c_slave_register(struct i2c_client *client, i2c_slave_cb_t slave_cb);
372 extern int i2c_slave_unregister(struct i2c_client *client);
375 static inline int i2c_slave_event(struct i2c_client *client, in i2c_slave_event()
442 extern struct i2c_client *
445 extern struct i2c_client *
454 extern struct i2c_client *
466 extern struct i2c_client *
469 extern struct i2c_client *
472 extern struct i2c_client *
475 extern struct i2c_client *
476 i2c_new_ancillary_device(struct i2c_client *client,
480 extern void i2c_unregister_device(struct i2c_client *client);
551 int (*reg_slave)(struct i2c_client *client);
552 int (*unreg_slave)(struct i2c_client *client);
847 extern struct i2c_client *i2c_use_client(struct i2c_client *client);
848 extern void i2c_release_client(struct i2c_client *client);
929 extern struct i2c_client *of_find_i2c_device_by_node(struct device_node *node);
939 struct i2c_client *client);
946 static inline struct i2c_client *of_find_i2c_device_by_node(struct device_node *node) in of_find_i2c_device_by_node()
963 struct i2c_client *client) in i2c_of_match_device()
984 struct i2c_client *i2c_acpi_new_device(struct device *dev, int index,
997 static inline struct i2c_client *i2c_acpi_new_device(struct device *dev, in i2c_acpi_new_device()