Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/typec/
Dtps6598x.c472 struct typec_capability typec_cap = { }; in tps6598x_probe() local
528 typec_cap.revision = USB_TYPEC_REV_1_2; in tps6598x_probe()
529 typec_cap.pd_revision = 0x200; in tps6598x_probe()
530 typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in tps6598x_probe()
531 typec_cap.driver_data = tps; in tps6598x_probe()
532 typec_cap.ops = &tps6598x_ops; in tps6598x_probe()
533 typec_cap.fwnode = fwnode; in tps6598x_probe()
538 typec_cap.type = TYPEC_PORT_SNK; in tps6598x_probe()
539 typec_cap.data = TYPEC_PORT_UFP; in tps6598x_probe()
543 typec_cap.type = TYPEC_PORT_DRP; in tps6598x_probe()
[all …]
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()
/Linux-v5.10/drivers/usb/typec/ucsi/
Ducsi.h323 struct typec_capability typec_cap; member
Ducsi.c904 struct typec_capability *cap = &con->typec_cap; in ucsi_register_port()