Home
last modified time | relevance | path

Searched refs:typec_register_port (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dtypec.h286 struct typec_port *typec_register_port(struct device *parent,
/openbmc/linux/drivers/usb/typec/
H A Dhd3ss3220.c220 hd3ss3220->port = typec_register_port(&client->dev, &typec_cap); in hd3ss3220_probe()
H A Dwusb3801.c376 wusb3801->port = typec_register_port(dev, &wusb3801->cap); in wusb3801_probe()
H A Dstusb160x.c738 chip->port = typec_register_port(chip->dev, &chip->capability); in stusb160x_probe()
H A Drt1719.c900 data->port = typec_register_port(&i2c->dev, &typec_cap); in rt1719_probe()
H A Dclass.c2206 struct typec_port *typec_register_port(struct device *parent, in typec_register_port() function
2320 EXPORT_SYMBOL_GPL(typec_register_port);
H A Danx7411.c1248 ctx->typec.port = typec_register_port(dev, cap); in anx7411_typec_port_probe()
/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-tusb320.c479 priv->port = typec_register_port(&client->dev, &priv->cap); in tusb320_typec_probe()
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec.rst66 :functions: typec_register_port typec_unregister_port
/openbmc/linux/drivers/usb/typec/tipd/
H A Dcore.c848 tps->port = typec_register_port(&client->dev, &typec_cap); in tps6598x_probe()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c360 cros_port->port = typec_register_port(dev, cap); in cros_typec_init_ports()
/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c1267 con->port = typec_register_port(ucsi->dev, cap); in ucsi_register_port()
/openbmc/linux/drivers/usb/typec/tcpm/
H A Dtcpm.c6643 port->typec_port = typec_register_port(port->dev, &port->typec_caps); in tcpm_register_port()