Searched defs:axp288_extcon_info (Results 1 – 1 of 1) sorted by relevance
103 struct axp288_extcon_info { struct104 struct device *dev;105 struct regmap *regmap;106 struct regmap_irq_chip_data *regmap_irqc;107 struct usb_role_switch *role_sw;108 struct work_struct role_work;109 int irq[EXTCON_IRQ_END];110 struct extcon_dev *edev;111 struct extcon_dev *id_extcon;112 struct notifier_block id_nb;[all …]