Searched defs:cpcap_charger_ddata (Results 1 – 1 of 1) sorted by relevance
130 struct cpcap_charger_ddata { struct131 struct device *dev;132 struct regmap *reg;133 struct list_head irq_list;134 struct delayed_work detect_work;135 struct delayed_work vbus_work;136 struct gpio_desc *gpio[2]; /* gpio_reven0 & 1 */138 struct iio_channel *channels[CPCAP_CHARGER_IIO_NR];140 struct power_supply *usb;142 struct phy_companion comparator; /* For USB VBUS */[all …]