Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c104 static usb_proc_callback_t ucom_cfg_open; variable
491 ucom_cfg_open(struct usb_proc_msg *_task) in ucom_cfg_open() function
505 if (sc->sc_callback->ucom_cfg_open) { in ucom_cfg_open()
506 (sc->sc_callback->ucom_cfg_open) (sc); in ucom_cfg_open()
559 ucom_queue_command(sc, ucom_cfg_open, NULL, in ucom_open()
H A Dusb_serial.h94 * be called after "ucom_cfg_open()" if the device is detached
104 void (*ucom_cfg_open) (struct ucom_softc *); member

Completed in 3 milliseconds