Searched defs:bq256xx_device (Results 1 – 1 of 1) sorted by relevance
230 struct bq256xx_device { struct231 struct i2c_client *client;232 struct device *dev;233 struct power_supply *charger;234 struct power_supply *battery;235 struct mutex lock;236 struct regmap *regmap;238 struct usb_phy *usb2_phy;239 struct usb_phy *usb3_phy;240 struct notifier_block usb_nb;[all …]