Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dcros_ec_typec.h43 bool ap_driven_altmode; member
H A Dcros_ec_sysfs.c352 const bool ap_driven_altmode = cros_ec_check_features( in ap_mode_entry_show() local
355 return sysfs_emit(buf, "%s\n", ap_driven_altmode ? "yes" : "no"); in ap_mode_entry_show()
H A Dcros_ec_typec.c409 typec->ap_driven_altmode); in cros_typec_register_port_altmodes()
420 if (typec->ap_driven_altmode) { in cros_typec_register_port_altmodes()
1376 typec->ap_driven_altmode = cros_ec_check_features( in cros_typec_probe()