utoppy_softc
utoppy_timestamp_encode(struct utoppy_softc *sc, time_t t)
utoppy_turbo_mode(struct utoppy_softc *sc, int state)
utoppy_check_ready(struct utoppy_softc *sc)
utoppy_cancel(struct utoppy_softc *sc)
utoppy_stats(struct utoppy_softc *sc, struct utoppy_stats *us)
utoppy_readdir_next(struct utoppy_softc *sc)
utoppy_readdir_decode(struct utoppy_softc *sc, struct utoppy_dirent *ud)
utoppy_readfile_next(struct utoppy_softc *sc)
struct utoppy_softc *sc;
struct utoppy_softc *sc;
struct utoppy_softc *sc;
struct utoppy_softc *sc;
struct utoppy_softc *sc;
CFATTACH_DECL_NEW(utoppy, sizeof(struct utoppy_softc), utoppy_match,
struct utoppy_softc *sc = device_private(self);
struct utoppy_softc *sc = device_private(self);
struct utoppy_softc *sc = device_private(self);
utoppy_send_packet(struct utoppy_softc *sc, uint16_t cmd, uint32_t timeout)
utoppy_recv_packet(struct utoppy_softc *sc, uint16_t *respp, uint32_t timeout)
utoppy_add_8(struct utoppy_softc *sc, uint8_t v)
utoppy_add_16(struct utoppy_softc *sc, uint16_t v)
utoppy_add_32(struct utoppy_softc *sc, uint32_t v)
utoppy_add_64(struct utoppy_softc *sc, uint64_t v)
utoppy_add_string(struct utoppy_softc *sc, const char *str, size_t len)
utoppy_add_path(struct utoppy_softc *sc, const char *path, int putlen)
utoppy_get_8(struct utoppy_softc *sc, uint8_t *vp)
utoppy_get_16(struct utoppy_softc *sc, uint16_t *vp)
utoppy_get_32(struct utoppy_softc *sc, uint32_t *vp)
utoppy_get_64(struct utoppy_softc *sc, uint64_t *vp)
utoppy_get_string(struct utoppy_softc *sc, char *str, size_t len)
utoppy_command(struct utoppy_softc *sc, uint16_t cmd, int timeout,
utoppy_timestamp_decode(struct utoppy_softc *sc, time_t *tp)