Lines Matching defs:twl4030_bci
111 struct twl4030_bci { struct
112 struct device *dev;
113 struct power_supply *ac;
114 struct power_supply *usb;
115 struct usb_phy *transceiver;
116 struct notifier_block usb_nb;
117 struct work_struct work;
118 int irq_chg;
119 int irq_bci;
120 int usb_enabled;
127 unsigned int ichg_eoc, ichg_lo, ichg_hi;
128 unsigned int usb_cur, ac_cur;
129 struct iio_channel *channel_vac;
130 bool ac_is_active;
131 int usb_mode, ac_mode; /* charging mode requested */
141 unsigned int usb_cur_target;
142 struct delayed_work current_worker;
148 unsigned long event;