TYPEC_SINK 918 drivers/usb/typec/class.c [TYPEC_SINK] = "sink", TYPEC_SINK 1552 drivers/usb/typec/class.c port->pwr_role = TYPEC_SINK; TYPEC_SINK 1553 drivers/usb/typec/class.c port->vconn_role = TYPEC_SINK; TYPEC_SINK 1559 drivers/usb/typec/class.c port->pwr_role = TYPEC_SINK; TYPEC_SINK 872 drivers/usb/typec/tcpm/fusb302.c [TYPEC_SINK] = "Sink", TYPEC_SINK 369 drivers/usb/typec/tcpm/tcpm.c ((port)->try_snk_count == 0 && (port)->try_role == TYPEC_SINK && \ TYPEC_SINK 379 drivers/usb/typec/tcpm/tcpm.c if (port->try_role == TYPEC_SINK) TYPEC_SINK 384 drivers/usb/typec/tcpm/tcpm.c port->tcpc->config->default_role == TYPEC_SINK) TYPEC_SINK 702 drivers/usb/typec/tcpm/tcpm.c port->vconn_role = enable ? TYPEC_SOURCE : TYPEC_SINK; TYPEC_SINK 1587 drivers/usb/typec/tcpm/tcpm.c if (port->pwr_role != TYPEC_SINK) TYPEC_SINK 2594 drivers/usb/typec/tcpm/tcpm.c port->vconn_role = TYPEC_SINK; TYPEC_SINK 2752 drivers/usb/typec/tcpm/tcpm.c ret = tcpm_set_roles(port, true, TYPEC_SINK, TYPEC_DEVICE); TYPEC_SINK 3319 drivers/usb/typec/tcpm/tcpm.c tcpm_set_roles(port, port->self_powered, TYPEC_SINK, TYPEC_SINK 3449 drivers/usb/typec/tcpm/tcpm.c tcpm_set_pwr_role(port, TYPEC_SINK); TYPEC_SINK 3916 drivers/usb/typec/tcpm/tcpm.c if (port->pwr_role == TYPEC_SINK && TYPEC_SINK 4374 drivers/usb/typec/tcpm/tcpm.c if (!(port->pwr_role == TYPEC_SINK && TYPEC_SINK 345 drivers/usb/typec/tps6598x.c const char *cmd = (role == TYPEC_SINK) ? "SWSk" : "SWSr";