Lines Matching refs:utoppy_command
973 utoppy_command(struct utoppy_softc *sc, uint16_t cmd, int timeout, in utoppy_command() function
1050 err = utoppy_command(sc, UTOPPY_CMD_TURBO, UTOPPY_SHORT_TIMEOUT, &r); in utoppy_turbo_mode()
1065 err = utoppy_command(sc, UTOPPY_CMD_READY, UTOPPY_LONG_TIMEOUT, &r); in utoppy_check_ready()
1084 err = utoppy_command(sc, UTOPPY_CMD_CANCEL, in utoppy_cancel()
1112 err = utoppy_command(sc, UTOPPY_CMD_STATS, UTOPPY_LONG_TIMEOUT, &r); in utoppy_stats()
1546 err = utoppy_command(sc, UTOPPY_RESP_FILE_DATA, in utoppywrite()
1577 err = utoppy_command(sc, UTOPPY_RESP_FILE_END, in utoppywrite()
1646 err = utoppy_command(sc, UTOPPY_CMD_RESET, UTOPPY_LONG_TIMEOUT, in utoppyioctl()
1672 err = utoppy_command(sc, UTOPPY_CMD_RENAME, in utoppyioctl()
1689 err = utoppy_command(sc, UTOPPY_CMD_MKDIR, UTOPPY_LONG_TIMEOUT, in utoppyioctl()
1706 err = utoppy_command(sc, UTOPPY_CMD_DELETE, UTOPPY_LONG_TIMEOUT, in utoppyioctl()
1794 err = utoppy_command(sc, UTOPPY_CMD_FILE, UTOPPY_LONG_TIMEOUT, in utoppyioctl()
1818 err = utoppy_command(sc, UTOPPY_RESP_FILE_HEADER, in utoppyioctl()