Home
last modified time | relevance | path

Searched refs:respretval (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dvub300.c1595 long respretval; in __vub300_command_response() local
1597 respretval = in __vub300_command_response()
1600 if (respretval == 0) { /* TIMED OUT */ in __vub300_command_response()
1613 } else if (respretval < 0) { in __vub300_command_response()
1617 cmd->error = respretval; in __vub300_command_response()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dvub300.c1593 long respretval; in __vub300_command_response() local
1595 respretval = in __vub300_command_response()
1598 if (respretval == 0) { /* TIMED OUT */ in __vub300_command_response()
1611 } else if (respretval < 0) { in __vub300_command_response()
1615 cmd->error = respretval; in __vub300_command_response()

Completed in 11 milliseconds