Searched defs:fusb302_chip (Results 1 – 1 of 1) sorted by relevance
79 struct fusb302_chip { struct80 struct device *dev;81 struct i2c_client *i2c_client;82 struct tcpm_port *tcpm_port;83 struct tcpc_dev tcpc_dev;84 struct tcpc_config tcpc_config;86 struct regulator *vbus;88 int gpio_int_n;89 int gpio_int_n_irq;90 struct extcon_dev *extcon;[all …]