Home
last modified time | relevance | path

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

/openbmc/linux/drivers/extcon/
H A Dextcon-usbc-cros-ec.c161 if (!(resp.enabled & PD_CTRL_RESP_ENABLED_CONNECTED)) in cros_ec_usb_get_role()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c674 if (!(resp->enabled & PD_CTRL_RESP_ENABLED_CONNECTED)) in cros_typec_set_port_params_v1()
689 if (resp->enabled & PD_CTRL_RESP_ENABLED_CONNECTED) { in cros_typec_set_port_params_v1()
/openbmc/u-boot/include/
H A Dec_commands.h4022 #define PD_CTRL_RESP_ENABLED_CONNECTED (1 << 1) /* Device connected */ macro
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h4925 #define PD_CTRL_RESP_ENABLED_CONNECTED BIT(1) /* Device connected */ macro