Lines Matching defs:client

58 						const struct i2c_client *client)  in i2c_match_id()
70 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_match() local
93 struct i2c_client *client = to_i2c_client(dev); in i2c_device_uevent() local
108 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_probe() local
134 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_remove() local
158 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_shutdown() local
171 struct i2c_client *client = i2c_verify_client(dev); in i2c_legacy_suspend() local
184 struct i2c_client *client = i2c_verify_client(dev); in i2c_legacy_resume() local
278 struct i2c_client *client = to_i2c_client(dev); in show_modalias() local
352 static int i2c_check_client_addr_validity(const struct i2c_client *client) in i2c_check_client_addr_validity()
389 struct i2c_client *client = i2c_verify_client(dev); in __i2c_check_addr_busy() local
504 struct i2c_client *client; in i2c_new_device() local
570 void i2c_unregister_device(struct i2c_client *client) in i2c_unregister_device()
582 static int dummy_probe(struct i2c_client *client, in dummy_probe()
588 static int dummy_remove(struct i2c_client *client) in dummy_remove()
654 struct i2c_client *client; in i2c_sysfs_new_device() local
710 struct i2c_client *client, *next; in i2c_sysfs_delete_device() local
979 struct i2c_client *client, *_n; in i2c_do_del_adapter() local
1006 struct i2c_client *client = i2c_verify_client(dev); in __unregister_client() local
1014 struct i2c_client *client = i2c_verify_client(dev); in __unregister_dummy() local
1037 struct i2c_client *client, *next; in i2c_del_adapter() local
1202 struct i2c_client *i2c_use_client(struct i2c_client *client) in i2c_use_client()
1216 void i2c_release_client(struct i2c_client *client) in i2c_release_client()
1230 struct i2c_client *client = i2c_verify_client(dev); in i2c_cmd() local
1376 int i2c_master_send(const struct i2c_client *client, const char *buf, int count) in i2c_master_send()
1405 int i2c_master_recv(const struct i2c_client *client, char *buf, int count) in i2c_master_recv()
1512 struct i2c_client *client; in i2c_detect_address() local
1697 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte()
1717 s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value) in i2c_smbus_write_byte()
1732 s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_byte_data()
1753 s32 i2c_smbus_write_byte_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_byte_data()
1772 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_data()
1793 s32 i2c_smbus_write_word_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_word_data()
1813 s32 i2c_smbus_process_call(const struct i2c_client *client, u8 command, in i2c_smbus_process_call()
1842 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_block_data()
1869 s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_block_data()
1885 s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_i2c_block_data()
1905 s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_i2c_block_data()