Lines Matching defs:client

159 	struct i2c_client		*client;  member
176 static int sbs_read_word_data(struct i2c_client *client, u8 address) in sbs_read_word_data()
202 static int sbs_read_string_data(struct i2c_client *client, u8 address, in sbs_read_string_data()
270 static int sbs_write_word_data(struct i2c_client *client, u8 address, in sbs_write_word_data()
299 struct i2c_client *client, enum power_supply_property psp, in sbs_get_battery_presence_and_health()
362 static int sbs_get_battery_property(struct i2c_client *client, in sbs_get_battery_property()
409 static int sbs_get_battery_string_property(struct i2c_client *client, in sbs_get_battery_string_property()
422 static void sbs_unit_adjustment(struct i2c_client *client, in sbs_unit_adjustment()
470 static enum sbs_battery_mode sbs_set_battery_mode(struct i2c_client *client, in sbs_set_battery_mode()
494 static int sbs_get_battery_capacity(struct i2c_client *client, in sbs_get_battery_capacity()
527 static int sbs_get_battery_serial_number(struct i2c_client *client, in sbs_get_battery_serial_number()
542 static int sbs_get_property_index(struct i2c_client *client, in sbs_get_property_index()
562 struct i2c_client *client = chip->client; in sbs_get_property() local
737 struct i2c_client *client) in sbs_of_populate_pdata()
792 struct i2c_client *client) in sbs_of_populate_pdata()
806 static int sbs_probe(struct i2c_client *client, in sbs_probe()
932 static int sbs_remove(struct i2c_client *client) in sbs_remove()
955 struct i2c_client *client = to_i2c_client(dev); in sbs_suspend() local