Home
last modified time | relevance | path

Searched defs:fusb302_chip (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/usb/typec/tcpm/
H A Dfusb302.c75 struct fusb302_chip { struct
76 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 …]