uow_softc          47 dev/usb/uow.c  struct uow_softc {
uow_softc          73 dev/usb/uow.c  	sizeof(struct uow_softc), 
uow_softc          94 dev/usb/uow.c  int	uow_cmd(struct uow_softc *, int, int, int);
uow_softc         100 dev/usb/uow.c  int	uow_read(struct uow_softc *, void *, int);
uow_softc         101 dev/usb/uow.c  int	uow_write(struct uow_softc *, const void *, int);
uow_softc         102 dev/usb/uow.c  int	uow_reset(struct uow_softc *);
uow_softc         119 dev/usb/uow.c  	struct uow_softc *sc = (struct uow_softc *)self;
uow_softc         248 dev/usb/uow.c  	struct uow_softc *sc = (struct uow_softc *)self;
uow_softc         283 dev/usb/uow.c  	struct uow_softc *sc = (struct uow_softc *)self;
uow_softc         301 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         313 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         328 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         342 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         353 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         365 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         376 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         393 dev/usb/uow.c  	struct uow_softc *sc = arg;
uow_softc         414 dev/usb/uow.c  uow_cmd(struct uow_softc *sc, int type, int cmd, int param)
uow_softc         450 dev/usb/uow.c  	struct uow_softc *sc = priv;
uow_softc         464 dev/usb/uow.c  uow_read(struct uow_softc *sc, void *buf, int len)
uow_softc         496 dev/usb/uow.c  uow_write(struct uow_softc *sc, const void *buf, int len)
uow_softc         526 dev/usb/uow.c  uow_reset(struct uow_softc *sc)