Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/ucsi/
Ducsi.h31 #define UCSI_CCI_CANCEL_COMPLETE BIT(26) macro
Ducsi.c150 if (cmd == UCSI_CANCEL && cci & UCSI_CCI_CANCEL_COMPLETE) { in ucsi_exec_command()