Searched defs:bq256xx_device (Results 1 – 1 of 1) sorted by relevance
222 struct bq256xx_device { struct223 struct i2c_client *client;224 struct device *dev;225 struct power_supply *charger;226 struct power_supply *battery;227 struct mutex lock;228 struct regmap *regmap;230 struct usb_phy *usb2_phy;231 struct usb_phy *usb3_phy;232 struct notifier_block usb_nb;[all …]