Home
last modified time | relevance | path

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

/drivers/usb/typec/
Danx7411.c158 #define DATA_ROLE BIT(5) macro
491 ctx->typec.data_role = (ret & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE; in anx7411_data_role_detect()
966 ret = (int_status & DATA_ROLE) ? TYPEC_HOST : TYPEC_DEVICE; in anx7411_work_func()