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