Searched refs:PD_CTRL_RESP_ENABLED_CONNECTED (Results 1 – 3 of 3) sorted by relevance
161 if (!(resp.enabled & PD_CTRL_RESP_ENABLED_CONNECTED)) in cros_ec_usb_get_role()
622 if (!(resp->enabled & PD_CTRL_RESP_ENABLED_CONNECTED)) in cros_typec_set_port_params_v1()637 if (resp->enabled & PD_CTRL_RESP_ENABLED_CONNECTED) { in cros_typec_set_port_params_v1()
4910 #define PD_CTRL_RESP_ENABLED_CONNECTED BIT(1) /* Device connected */ macro