Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/usb/input/
HDuep.c86 struct uep_softc { struct
112 static void uep_put_queue(struct uep_softc *, u_char *); argument
151 uep_process_pkt(struct uep_softc *sc, u_char *buf) in uep_process_pkt()
192 struct uep_softc *sc = usbd_xfer_softc(xfer); in uep_intr_callback()
315 struct uep_softc *sc = device_get_softc(dev); in uep_attach()
352 struct uep_softc *sc = device_get_softc(dev); in uep_detach()
366 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_start_read()
384 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_stop_read()
390 uep_put_queue(struct uep_softc *sc, u_char *buf) in uep_put_queue()
400 struct uep_softc *sc = usb_fifo_softc(fifo); in uep_open()
[all …]