Lines Matching defs:max14577_muic_info
69 struct max14577_muic_info { struct
70 struct device *dev;
71 struct max14577 *max14577;
72 struct extcon_dev *edev;
73 int prev_cable_type;
74 int prev_chg_type;
75 u8 status[MAX14577_MUIC_STATUS_END];
77 struct max14577_muic_irq *muic_irqs;
78 unsigned int muic_irqs_num;
79 bool irq_adc;
80 bool irq_chg;
81 struct work_struct irq_work;
82 struct mutex mutex;
90 struct delayed_work wq_detcable;
96 int path_usb;
97 int path_uart;