Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/typec/ucsi/
Ducsi.c944 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_cable()
1046 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_partner()
1165 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) { in ucsi_check_cable()
1240 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_handle_connector_change()
1655 if (con->ucsi->cap.features & UCSI_CAP_GET_PD_MESSAGE) in ucsi_register_port()
Ducsi.h238 #define UCSI_CAP_GET_PD_MESSAGE BIT(8) macro