Home
last modified time | relevance | path

Searched refs:sbs_info (Results 1 – 4 of 4) sorted by relevance

/drivers/power/supply/
Dsbs-charger.c35 struct sbs_info { struct
47 struct sbs_info *chip = power_supply_get_drvdata(psy); in sbs_get_property() argument
91 static int sbs_check_state(struct sbs_info *chip) in sbs_check_state()
108 struct sbs_info *chip = container_of(work, struct sbs_info, work.work); in sbs_delayed_work()
118 struct sbs_info *chip = data; in sbs_irq_thread()
169 struct sbs_info *chip; in sbs_probe()
172 chip = devm_kzalloc(&client->dev, sizeof(struct sbs_info), GFP_KERNEL); in sbs_probe()
Dsbs-battery.c204 struct sbs_info { struct
221 static char *sbs_get_string_buf(struct sbs_info *chip, in sbs_get_string_buf() argument
233 static void sbs_invalidate_cached_props(struct sbs_info *chip) in sbs_invalidate_cached_props()
248 static void sbs_disable_charger_broadcasts(struct sbs_info *chip) in sbs_disable_charger_broadcasts()
266 static int sbs_update_presence(struct sbs_info *chip, bool is_present) in sbs_update_presence()
336 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_read_word_data()
359 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_read_string_data_fallback()
427 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_read_string_data()
460 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_write_word_data()
579 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_get_battery_presence_and_health()
[all …]
/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h682 struct qed_sb_info *sbs_info[PFVF_MAX_SBS_PER_VF]; member
Dqed_vf.c960 struct qed_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in qed_vf_pf_vport_start()
1481 p_iov->sbs_info[sb_id] = p_sb; in qed_vf_set_sb_info()