Searched refs:TYPEC_SOURCE (Results 1 – 9 of 9) sorted by relevance
1046 if (role == TYPEC_SOURCE) in tcpm_set_roles()1348 if (port->pwr_role == TYPEC_SOURCE) { in tcpm_ams_start()2233 if (port->pwr_role == TYPEC_SOURCE) in ready_state()2256 if (port->pwr_role == TYPEC_SOURCE) { in tcpm_handle_alert()2398 if (port->pwr_role == TYPEC_SOURCE) { in tcpm_pd_data_request()3775 if (port->pwr_role == TYPEC_SOURCE) in hard_reset_state()3785 if (port->pwr_role == TYPEC_SOURCE) in unattached_state()4386 if (port->pwr_role == TYPEC_SOURCE) in run_state_machine()4587 if (port->pwr_role == TYPEC_SOURCE) in run_state_machine()4705 if (port->pwr_role == TYPEC_SOURCE) in run_state_machine()[all …]
875 [TYPEC_SOURCE] = "Source",894 if (pwr == TYPEC_SOURCE) in tcpm_set_roles()
419 if (role == TYPEC_SOURCE) in tcpci_set_roles()
1181 [TYPEC_SOURCE] = "source",1347 return sprintf(buf, "%s\n", port->pwr_role == TYPEC_SOURCE ? in power_role_show()1458 port->vconn_role == TYPEC_SOURCE ? "yes" : "no"); in vconn_source_show()2010 port->pwr_role = TYPEC_SOURCE; in typec_register_port()2011 port->vconn_role = TYPEC_SOURCE; in typec_register_port()2033 if (cap->prefer_role == TYPEC_SOURCE) in typec_register_port()
322 return TYPEC_SOURCE; in stusb160x_get_vconn_role()349 if ((STUSB160X_CC_POWER_ROLE(status) == TYPEC_SOURCE) && in stusb160x_attach()
52 TYPEC_SOURCE, enumerator
92 ((pwr) == TYPEC_SOURCE ? PD_HEADER_PWR_ROLE : 0) | \
590 typec_set_pwr_role(port, resp->role ? TYPEC_SOURCE : TYPEC_SINK); in cros_typec_set_port_params_v0()612 TYPEC_SOURCE : TYPEC_SINK); in cros_typec_set_port_params_v1()614 TYPEC_SOURCE : TYPEC_SINK); in cros_typec_set_port_params_v1()
121 #define UCSI_SET_PDR_ROLE(_r_) (((_r_) == TYPEC_SOURCE ? 1 : 2) << 23)
Completed in 34 milliseconds