Home
last modified time | relevance | path

Searched refs:sop_revision (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/platform/chrome/
Dcros_ec_typec.c929 u16 sop_revision; in cros_typec_handle_status() local
932 sop_revision = (le16_to_cpu(resp.sop_revision) & 0xff00) >> 4; in cros_typec_handle_status()
933 ret = cros_typec_handle_sop_disc(typec, port_num, sop_revision); in cros_typec_handle_status()
/Linux-v5.15/include/linux/platform_data/
Dcros_ec_commands.h5785 uint16_t sop_revision; member