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