Searched refs:typec_cap (Results 1 – 2 of 2) sorted by relevance
81 struct typec_capability typec_cap; member283 struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap); in tps6598x_dr_set()314 struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap); in tps6598x_pr_set()436 tps->typec_cap.revision = USB_TYPEC_REV_1_2; in tps6598x_probe()437 tps->typec_cap.pd_revision = 0x200; in tps6598x_probe()438 tps->typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in tps6598x_probe()439 tps->typec_cap.pr_set = tps6598x_pr_set; in tps6598x_probe()440 tps->typec_cap.dr_set = tps6598x_dr_set; in tps6598x_probe()445 tps->typec_cap.type = TYPEC_PORT_SNK; in tps6598x_probe()446 tps->typec_cap.data = TYPEC_PORT_UFP; in tps6598x_probe()[all …]
21 typec_cap)58 struct typec_capability typec_cap; member591 struct typec_capability *cap = &con->typec_cap; in ucsi_register_port()