Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Ducsi.c981 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_cable()
1109 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_partner()
1238 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) { in ucsi_check_cable()
1315 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_handle_connector_change()
1750 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_port()
H A Ducsi.h261 #define UCSI_CAP_GET_PD_MESSAGE BIT(8) macro