Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/typec/ucsi/
Dtrace.c9 [UCSI_CANCEL] = "CANCEL",
Ducsi.h73 #define UCSI_CANCEL 0x02 macro
Ducsi.c135 if (cmd != UCSI_CANCEL && cci & UCSI_CCI_BUSY) in ucsi_exec_command()
136 return ucsi_exec_command(ucsi, UCSI_CANCEL); in ucsi_exec_command()
150 if (cmd == UCSI_CANCEL && cci & UCSI_CCI_CANCEL_COMPLETE) { in ucsi_exec_command()