Searched defs:twl4030_bci (Results 1 – 1 of 1) sorted by relevance
88 struct twl4030_bci { struct89 struct device *dev;90 struct power_supply *ac;91 struct power_supply *usb;92 struct usb_phy *transceiver;93 struct notifier_block usb_nb;94 struct work_struct work;95 int irq_chg;96 int irq_bci;97 struct regulator *usb_reg;[all …]