Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dtps6598x.c471 struct typec_capability typec_cap = { }; in tps6598x_probe() local
527 typec_cap.revision = USB_TYPEC_REV_1_2; in tps6598x_probe()
528 typec_cap.pd_revision = 0x200; in tps6598x_probe()
529 typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in tps6598x_probe()
530 typec_cap.driver_data = tps; in tps6598x_probe()
531 typec_cap.ops = &tps6598x_ops; in tps6598x_probe()
532 typec_cap.fwnode = fwnode; in tps6598x_probe()
537 typec_cap.type = TYPEC_PORT_SNK; in tps6598x_probe()
538 typec_cap.data = TYPEC_PORT_UFP; in tps6598x_probe()
542 typec_cap.type = TYPEC_PORT_DRP; in tps6598x_probe()
[all …]
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/typec/ucsi/
H A Ducsi.h350 struct typec_capability typec_cap; member
H A Ducsi.c1052 struct typec_capability *cap = &con->typec_cap; in ucsi_register_port()