Home
last modified time | relevance | path

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

/linux/drivers/usb/typec/ucsi/
H A Dtrace.c9 [UCSI_CANCEL] = "CANCEL",
H A Ducsi.h108 #define UCSI_CANCEL 0x02 macro
H A Ducsi.c122 return ucsi_run_command(ucsi, UCSI_CANCEL, cci, NULL, 0, false) ?: -EBUSY; in ucsi_run_command()
216 case UCSI_CANCEL: in ucsi_send_command_common()