Lines Matching defs:client
158 struct i2c_client *client; member
174 static int sbs_read_word_data(struct i2c_client *client, u8 address) in sbs_read_word_data()
200 static int sbs_read_string_data(struct i2c_client *client, u8 address, in sbs_read_string_data()
268 static int sbs_write_word_data(struct i2c_client *client, u8 address, in sbs_write_word_data()
297 struct i2c_client *client, enum power_supply_property psp, in sbs_get_battery_presence_and_health()
360 static int sbs_get_battery_property(struct i2c_client *client, in sbs_get_battery_property()
407 static int sbs_get_battery_string_property(struct i2c_client *client, in sbs_get_battery_string_property()
420 static void sbs_unit_adjustment(struct i2c_client *client, in sbs_unit_adjustment()
468 static enum sbs_battery_mode sbs_set_battery_mode(struct i2c_client *client, in sbs_set_battery_mode()
492 static int sbs_get_battery_capacity(struct i2c_client *client, in sbs_get_battery_capacity()
525 static int sbs_get_battery_serial_number(struct i2c_client *client, in sbs_get_battery_serial_number()
540 static int sbs_get_property_index(struct i2c_client *client, in sbs_get_property_index()
560 struct i2c_client *client = chip->client; in sbs_get_property() local
735 struct i2c_client *client) in sbs_of_populate_pdata()
790 struct i2c_client *client) in sbs_of_populate_pdata()
804 static int sbs_probe(struct i2c_client *client, in sbs_probe()
927 static int sbs_remove(struct i2c_client *client) in sbs_remove()
950 struct i2c_client *client = to_i2c_client(dev); in sbs_suspend() local