Searched defs:cpcap_charger_ddata (Results 1 – 1 of 1) sorted by relevance
125 struct cpcap_charger_ddata { struct126 struct device *dev;127 struct regmap *reg;128 struct list_head irq_list;135 struct power_supply *usb;138 unsigned int vbus_enabled:1;139 unsigned int feeding_vbus:1;140 atomic_t active;142 int status;143 int voltage;[all …]
Completed in 7 milliseconds