Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/typec/ucsi/
Ducsi.c59 static int ucsi_exec_command(struct ucsi *ucsi, u64 command);
71 ret = ucsi_exec_command(ucsi, UCSI_GET_ERROR_STATUS); in ucsi_read_error()
118 static int ucsi_exec_command(struct ucsi *ucsi, u64 cmd) in ucsi_exec_command() function
157 ret = ucsi_exec_command(ucsi, command); in ucsi_send_command()