Searched defs:fusb302_chip (Results 1 – 1 of 1) sorted by relevance
74 struct fusb302_chip { struct75 struct device *dev;76 struct i2c_client *i2c_client;77 struct tcpm_port *tcpm_port;78 struct tcpc_dev tcpc_dev;80 struct regulator *vbus;82 spinlock_t irq_lock;83 struct work_struct irq_work;84 bool irq_suspended;85 bool irq_while_suspended;[all …]