Searched refs:PD_CTRL_RESP_ENABLED_CONNECTED (Results 1 – 4 of 4) sorted by relevance
161 if (!(resp.enabled & PD_CTRL_RESP_ENABLED_CONNECTED)) in cros_ec_usb_get_role()
674 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()
4022 #define PD_CTRL_RESP_ENABLED_CONNECTED (1 << 1) /* Device connected */ macro
4925 #define PD_CTRL_RESP_ENABLED_CONNECTED BIT(1) /* Device connected */ macro