Lines Matching defs:max14577_muic_info
79 struct max14577_muic_info { struct
80 struct device *dev;
81 struct max14577 *max14577;
82 struct extcon_dev *edev;
83 int prev_cable_type;
84 int prev_chg_type;
85 u8 status[MAX14577_MUIC_STATUS_END];
87 struct max14577_muic_irq *muic_irqs;
88 unsigned int muic_irqs_num;
89 bool irq_adc;
90 bool irq_chg;
91 struct work_struct irq_work;
92 struct mutex mutex;
100 struct delayed_work wq_detcable;
106 int path_usb;
107 int path_uart;