Lines Matching defs:client

191 static int acpi_gsb_i2c_read_bytes(struct i2c_client *client,  in acpi_gsb_i2c_read_bytes()
223 static int acpi_gsb_i2c_write_bytes(struct i2c_client *client, in acpi_gsb_i2c_write_bytes()
261 struct i2c_client client; in acpi_i2c_space_handler() local
447 const struct i2c_client *client) in i2c_match_id()
459 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_match() local
485 struct i2c_client *client = to_i2c_client(dev); in i2c_device_uevent() local
628 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_probe() local
672 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_remove() local
691 struct i2c_client *client = i2c_verify_client(dev); in i2c_device_shutdown() local
717 struct i2c_client *client = to_i2c_client(dev); in show_modalias() local
772 static int i2c_check_client_addr_validity(const struct i2c_client *client) in i2c_check_client_addr_validity()
809 struct i2c_client *client = i2c_verify_client(dev); in __i2c_check_addr_busy() local
906 struct i2c_client *client) in i2c_dev_set_name()
940 struct i2c_client *client; in i2c_new_device() local
1004 void i2c_unregister_device(struct i2c_client *client) in i2c_unregister_device()
1016 static int dummy_probe(struct i2c_client *client, in dummy_probe()
1022 static int dummy_remove(struct i2c_client *client) in dummy_remove()
1104 struct i2c_client *client; in i2c_sysfs_new_device() local
1161 struct i2c_client *client, *next; in i2c_sysfs_delete_device() local
1577 struct i2c_client *client, *_n; in i2c_do_del_adapter() local
1593 struct i2c_client *client = i2c_verify_client(dev); in __unregister_client() local
1601 struct i2c_client *client = i2c_verify_client(dev); in __unregister_dummy() local
1624 struct i2c_client *client, *next; in i2c_del_adapter() local
1782 struct i2c_client *i2c_use_client(struct i2c_client *client) in i2c_use_client()
1796 void i2c_release_client(struct i2c_client *client) in i2c_release_client()
1810 struct i2c_client *client = i2c_verify_client(dev); in i2c_cmd() local
1839 struct i2c_client *client; in of_i2c_notify() local
2126 int i2c_master_send(const struct i2c_client *client, const char *buf, int count) in i2c_master_send()
2155 int i2c_master_recv(const struct i2c_client *client, char *buf, int count) in i2c_master_recv()
2263 struct i2c_client *client; in i2c_detect_address() local
2466 s32 i2c_smbus_read_byte(const struct i2c_client *client) in i2c_smbus_read_byte()
2486 s32 i2c_smbus_write_byte(const struct i2c_client *client, u8 value) in i2c_smbus_write_byte()
2501 s32 i2c_smbus_read_byte_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_byte_data()
2522 s32 i2c_smbus_write_byte_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_byte_data()
2541 s32 i2c_smbus_read_word_data(const struct i2c_client *client, u8 command) in i2c_smbus_read_word_data()
2562 s32 i2c_smbus_write_word_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_word_data()
2588 s32 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_block_data()
2615 s32 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_block_data()
2631 s32 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_read_i2c_block_data()
2651 s32 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, in i2c_smbus_write_i2c_block_data()
2913 int i2c_slave_register(struct i2c_client *client, i2c_slave_cb_t slave_cb) in i2c_slave_register()
2943 int i2c_slave_unregister(struct i2c_client *client) in i2c_slave_unregister()