Home
last modified time | relevance | path

Searched refs:uep_softc (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/dev/usb/input/
HDuep.c87 struct uep_softc { struct
113 static void uep_put_queue(struct uep_softc *, u_char *); argument
152 uep_process_pkt(struct uep_softc *sc, u_char *buf) in uep_process_pkt()
193 struct uep_softc *sc = usbd_xfer_softc(xfer); in uep_intr_callback()
316 struct uep_softc *sc = device_get_softc(dev); in uep_attach()
353 struct uep_softc *sc = device_get_softc(dev); in uep_detach()
367 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_start_read()
385 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_stop_read()
391 uep_put_queue(struct uep_softc *sc, u_char *buf) in uep_put_queue()
401 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_open()
[all …]