Lines Matching refs:sbs_info
163 struct sbs_info { struct
184 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_read_word_data() argument
208 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_read_string_data()
274 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_write_word_data()
401 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_get_battery_property()
613 struct sbs_info *chip = power_supply_get_drvdata(psy); in sbs_get_property()
741 static void sbs_supply_changed(struct sbs_info *chip) in sbs_supply_changed()
767 struct sbs_info *chip = power_supply_get_drvdata(psy); in sbs_external_power_changed()
778 struct sbs_info *chip; in sbs_delayed_work()
781 chip = container_of(work, struct sbs_info, work.work); in sbs_delayed_work()
822 struct sbs_info *chip; in sbs_probe()
839 chip = devm_kzalloc(&client->dev, sizeof(struct sbs_info), GFP_KERNEL); in sbs_probe()
936 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_remove()
948 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_suspend()