Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dsbs-charger.c40 struct sbs_info { struct
52 struct sbs_info *chip = power_supply_get_drvdata(psy); in sbs_get_property() argument
96 static int sbs_check_state(struct sbs_info *chip) in sbs_check_state()
113 struct sbs_info *chip = container_of(work, struct sbs_info, work.work); in sbs_delayed_work()
123 struct sbs_info *chip = data; in sbs_irq_thread()
174 struct sbs_info *chip; in sbs_probe()
177 chip = devm_kzalloc(&client->dev, sizeof(struct sbs_info), GFP_KERNEL); in sbs_probe()
237 struct sbs_info *chip = i2c_get_clientdata(client); in sbs_remove()
Dsbs-battery.c163 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()
[all …]
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h709 struct qed_sb_info *sbs_info[PFVF_MAX_SBS_PER_VF]; member
Dqed_vf.c955 struct qed_sb_info *p_sb = p_hwfn->vf_iov_info->sbs_info[i]; in qed_vf_pf_vport_start()
1476 p_iov->sbs_info[sb_id] = p_sb; in qed_vf_set_sb_info()