Searched refs:ucom_queue_command (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.c | 153 static int ucom_queue_command(struct ucom_softc *, 628 ucom_queue_command(struct ucom_softc *sc, in ucom_queue_command() function 826 error = ucom_queue_command(sc, ucom_cfg_open, NULL, in ucom_open() 836 error = ucom_queue_command(sc, ucom_cfg_start_transfers, NULL, in ucom_open() 889 (void)ucom_queue_command(sc, ucom_cfg_close, NULL, in ucom_close() 1138 (void)ucom_queue_command(sc, ucom_cfg_line_state, NULL, in ucom_line_state() 1296 (void)ucom_queue_command(sc, ucom_cfg_status_change, NULL, in ucom_status_change() 1370 error = ucom_queue_command(sc, ucom_cfg_param, t, in ucom_param() 1377 error = ucom_queue_command(sc, ucom_cfg_start_transfers, NULL, in ucom_param()
|