Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h104 ds_hdl_t port_ds_hdl; /* copy from usbser_state */ member
125 port_ds_hdl
356 pp->port_ds_ops->ds_set_port_params(pp->port_ds_hdl, pp->port_num, \
364 pp->port_ds_ops->ds_get_modem_ctl(pp->port_ds_hdl, pp->port_num, \
368 pp->port_ds_ops->ds_break_ctl(pp->port_ds_hdl, pp->port_num, val)
371 pp->port_ds_ops->ds_loopback(pp->port_ds_hdl, pp->port_num, val)
375 pp->port_ds_ops->ds_tx(pp->port_ds_hdl, pp->port_num, mp)
378 pp->port_ds_ops->ds_rx(pp->port_ds_hdl, pp->port_num)
381 pp->port_ds_ops->ds_stop(pp->port_ds_hdl, pp->port_num, dir)
384 pp->port_ds_ops->ds_start(pp->port_ds_hdl, pp->port_num, dir)
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c842 pp->port_ds_hdl = usp->us_ds_hdl; in usbser_attach_ports()
3388 hdl = ds_ops->ds_in_pipe(pp->port_ds_hdl, pp->port_num); in usbser_polledio_init()
3395 hdl = ds_ops->ds_out_pipe(pp->port_ds_hdl, pp->port_num); in usbser_polledio_init()