Searched defs:twl4030_bci (Results 1 – 1 of 1) sorted by relevance
112 struct twl4030_bci { struct113 struct device *dev;114 struct power_supply *ac;115 struct power_supply *usb;116 struct usb_phy *transceiver;117 struct notifier_block usb_nb;118 struct work_struct work;119 int irq_chg;120 int irq_bci;121 int usb_enabled;[all …]