Searched refs:utoppy_command (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/usb/ |
H A D | utoppy.c | 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() [all …]
|