Home
last modified time | relevance | path

Searched refs:PD_CTRL_RESP_ROLE_POWER (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-cros-ec.c277 pr = (role & PD_CTRL_RESP_ROLE_POWER); in extcon_cros_ec_detect_cable()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c683 typec_set_pwr_role(port, resp->role & PD_CTRL_RESP_ROLE_POWER ? in cros_typec_set_port_params_v1()
/openbmc/u-boot/include/
H A Dec_commands.h4025 #define PD_CTRL_RESP_ROLE_POWER (1 << 0) /* 0=SNK/1=SRC */ macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h4928 #define PD_CTRL_RESP_ROLE_POWER BIT(0) /* 0=SNK/1=SRC */ macro