typec_cap          97 drivers/usb/typec/tps6598x.c 	struct typec_capability typec_cap;
typec_cap         313 drivers/usb/typec/tps6598x.c 	struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap);
typec_cap         344 drivers/usb/typec/tps6598x.c 	struct tps6598x *tps = container_of(cap, struct tps6598x, typec_cap);
typec_cap         495 drivers/usb/typec/tps6598x.c 	tps->typec_cap.revision = USB_TYPEC_REV_1_2;
typec_cap         496 drivers/usb/typec/tps6598x.c 	tps->typec_cap.pd_revision = 0x200;
typec_cap         497 drivers/usb/typec/tps6598x.c 	tps->typec_cap.prefer_role = TYPEC_NO_PREFERRED_ROLE;
typec_cap         498 drivers/usb/typec/tps6598x.c 	tps->typec_cap.pr_set = tps6598x_pr_set;
typec_cap         499 drivers/usb/typec/tps6598x.c 	tps->typec_cap.dr_set = tps6598x_dr_set;
typec_cap         504 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_SNK;
typec_cap         505 drivers/usb/typec/tps6598x.c 		tps->typec_cap.data = TYPEC_PORT_UFP;
typec_cap         509 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
typec_cap         510 drivers/usb/typec/tps6598x.c 		tps->typec_cap.data = TYPEC_PORT_DRD;
typec_cap         513 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
typec_cap         514 drivers/usb/typec/tps6598x.c 		tps->typec_cap.data = TYPEC_PORT_UFP;
typec_cap         517 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_DRP;
typec_cap         518 drivers/usb/typec/tps6598x.c 		tps->typec_cap.data = TYPEC_PORT_DFP;
typec_cap         521 drivers/usb/typec/tps6598x.c 		tps->typec_cap.type = TYPEC_PORT_SRC;
typec_cap         522 drivers/usb/typec/tps6598x.c 		tps->typec_cap.data = TYPEC_PORT_DFP;
typec_cap         528 drivers/usb/typec/tps6598x.c 	tps->port = typec_register_port(&client->dev, &tps->typec_cap);
typec_cap          21 drivers/usb/typec/ucsi/ucsi.c 					      typec_cap)
typec_cap         805 drivers/usb/typec/ucsi/ucsi.c 	struct typec_capability *cap = &con->typec_cap;
typec_cap         423 drivers/usb/typec/ucsi/ucsi.h 	struct typec_capability typec_cap;