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;129 struct delayed_work detect_work;130 struct delayed_work vbus_work;131 struct gpio_desc *gpio[2]; /* gpio_reven0 & 1 */133 struct iio_channel *channels[CPCAP_CHARGER_IIO_NR];135 struct power_supply *usb;137 struct phy_companion comparator; /* For USB VBUS */[all …]