Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/tipd/
H A Dcore.c166 struct tps6598x { struct
167 struct device *dev;
168 struct regmap *regmap;
169 struct mutex lock; /* device lock */
170 u8 i2c_protocol:1;
172 struct gpio_desc *reset;
173 struct typec_port *port;
174 struct typec_partner *partner;
198 struct tps6598x_dp_sid_status_reg dp_sid_status; argument
204 struct tps6598x tps; argument