Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/typec/
Dtps6598x.c97 struct typec_capability typec_cap; member
313 struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap); in tps6598x_dr_set()
344 struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap); in tps6598x_pr_set()
495 tps->typec_cap.revision = USB_TYPEC_REV_1_2; in tps6598x_probe()
496 tps->typec_cap.pd_revision = 0x200; in tps6598x_probe()
497 tps->typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE; in tps6598x_probe()
498 tps->typec_cap.pr_set = tps6598x_pr_set; in tps6598x_probe()
499 tps->typec_cap.dr_set = tps6598x_dr_set; in tps6598x_probe()
504 tps->typec_cap.type = TYPEC_PORT_SNK; in tps6598x_probe()
505 tps->typec_cap.data = TYPEC_PORT_UFP; in tps6598x_probe()
[all …]
/Linux-v5.4/drivers/usb/typec/ucsi/
Ducsi.h423 struct typec_capability typec_cap; member
Ducsi.c21 typec_cap)
805 struct typec_capability *cap = &con->typec_cap; in ucsi_register_port()