Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_var.h330 void keyspan_tx_start(keyspan_port_t *, int *);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c940 keyspan_tx_start(kp, NULL); in keyspan_bulkout_cb()
953 keyspan_tx_start(kp, NULL); in keyspan_bulkout_cb()
1001 keyspan_tx_start(kp, NULL); in keyspan_introut_cb_usa49wg()
H A Dkeyspan_dsd.c1242 keyspan_tx_start(kp, NULL); in keyspan_break_ctl()
1369 keyspan_tx_start(kp, &xferd); /* go! */ in keyspan_tx()
1435 keyspan_tx_start(kp, NULL); in keyspan_start()
2353 keyspan_tx_start(keyspan_port_t *kp, int *xferd) in keyspan_tx_start() function