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