Searched defs:axp288_extcon_info (Results 1 – 1 of 1) sorted by relevance
96 struct axp288_extcon_info { struct97 struct device *dev;98 struct regmap *regmap;100 struct usb_role_switch *role_sw;101 struct work_struct role_work;102 int irq[EXTCON_IRQ_END];103 struct extcon_dev *edev;104 struct extcon_dev *id_extcon;105 struct notifier_block id_nb;106 unsigned int previous_cable;[all …]