Home
last modified time | relevance | path

Searched refs:typec_cap (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/typec/tipd/
Dcore.c89 struct typec_capability typec_cap; member
586 struct typec_capability typec_cap = { }; in tps6598x_probe() local
650 typec_cap.revision = USB_TYPEC_REV_1_2; in tps6598x_probe()
651 typec_cap.pd_revision = 0x200; in tps6598x_probe()
652 typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in tps6598x_probe()
653 typec_cap.driver_data = tps; in tps6598x_probe()
654 typec_cap.ops = &tps6598x_ops; in tps6598x_probe()
655 typec_cap.fwnode = fwnode; in tps6598x_probe()
660 typec_cap.type = TYPEC_PORT_SNK; in tps6598x_probe()
661 typec_cap.data = TYPEC_PORT_UFP; in tps6598x_probe()
[all …]
/drivers/usb/typec/
Dhd3ss3220.c156 struct typec_capability typec_cap = { }; in hd3ss3220_probe() local
196 typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in hd3ss3220_probe()
197 typec_cap.driver_data = hd3ss3220; in hd3ss3220_probe()
198 typec_cap.type = TYPEC_PORT_DRP; in hd3ss3220_probe()
199 typec_cap.data = TYPEC_PORT_DRD; in hd3ss3220_probe()
200 typec_cap.ops = &hd3ss3220_ops; in hd3ss3220_probe()
201 typec_cap.fwnode = connector; in hd3ss3220_probe()
203 hd3ss3220->port = typec_register_port(&client->dev, &typec_cap); in hd3ss3220_probe()
/drivers/usb/typec/ucsi/
Ducsi.h327 struct typec_capability typec_cap; member
Ducsi.c1052 struct typec_capability *cap = &con->typec_cap; in ucsi_register_port()