Lines Matching refs:uep_softc
94 struct uep_softc { struct
136 static void uep_put_queue(struct uep_softc *, u_char *);
176 uep_process_pkt(struct uep_softc *sc, u_char *buf) in uep_process_pkt()
230 struct uep_softc *sc = usbd_xfer_softc(xfer); in uep_intr_callback()
354 struct uep_softc *sc = device_get_softc(dev); in uep_attach()
414 struct uep_softc *sc = device_get_softc(dev); in uep_detach()
434 struct uep_softc *sc = evdev_get_softc(evdev); in uep_ev_close()
445 struct uep_softc *sc = evdev_get_softc(evdev); in uep_ev_open()
458 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_start_read()
476 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_stop_read()
482 uep_put_queue(struct uep_softc *sc, u_char *buf) in uep_put_queue()
492 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_open()
510 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_close()
528 .size = sizeof(struct uep_softc),