Home
last modified time | relevance | path

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

/drivers/usb/typec/ucsi/
Dtrace.c9 [UCSI_CANCEL] = "CANCEL",
Ducsi.h84 #define UCSI_CANCEL 0x02 macro
Ducsi.c142 if (cmd != UCSI_CANCEL && cci & UCSI_CCI_BUSY) in ucsi_exec_command()
143 return ucsi_exec_command(ucsi, UCSI_CANCEL); in ucsi_exec_command()
166 if (cmd == UCSI_CANCEL && cci & UCSI_CCI_CANCEL_COMPLETE) { in ucsi_exec_command()