Home
last modified time | relevance | path

Searched refs:ucom_cfg_close (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c105 static usb_proc_callback_t ucom_cfg_close; variable
417 if (fn == ucom_cfg_close) in ucom_queue_command()
578 ucom_cfg_close(struct usb_proc_msg *_task) in ucom_cfg_close() function
588 if (sc->sc_callback->ucom_cfg_close) in ucom_cfg_close()
589 (sc->sc_callback->ucom_cfg_close) (sc); in ucom_cfg_close()
606 ucom_queue_command(sc, ucom_cfg_close, NULL, in ucom_close()
H A Dusb_serial.h93 * NOTE: There is no guarantee that "ucom_cfg_close()" will
105 void (*ucom_cfg_close) (struct ucom_softc *); member

Completed in 3 milliseconds