Lines Matching defs:twl4030_bci
88 struct twl4030_bci { struct
89 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;
121 static int twl4030_bci_read(u8 reg, u8 *val) in twl4030_bci_read() argument