Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h85 ds_hdl_t us_ds_hdl; /* DSD device handle */ member
328 #define USBSER_DS_DETACH(usp) usp->us_ds_ops->ds_detach(usp->us_ds_hdl)
331 usp->us_ds_ops->ds_open_port(usp->us_ds_hdl, port_num)
334 usp->us_ds_ops->ds_close_port(usp->us_ds_hdl, port_num)
337 usp->us_ds_ops->ds_register_cb(usp->us_ds_hdl, port_num, cb)
340 usp->us_ds_ops->ds_unregister_cb(usp->us_ds_hdl, port_num)
344 usp->us_ds_ops->ds_usb_power(usp->us_ds_hdl, comp, level, new_statep)
346 #define USBSER_DS_SUSPEND(usp) usp->us_ds_ops->ds_suspend(usp->us_ds_hdl)
348 #define USBSER_DS_RESUME(usp) usp->us_ds_ops->ds_resume(usp->us_ds_hdl)
350 #define USBSER_DS_DISCONNECT(usp) usp->us_ds_ops->ds_disconnect(usp->us_ds_hdl)
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c779 ai.ai_hdl = &usp->us_ds_hdl; in usbser_attach_dev()
784 if ((rval != USB_SUCCESS) || (usp->us_ds_hdl == NULL) || in usbser_attach_dev()
787 "failed %d %p %d", rval, usp->us_ds_hdl, usp->us_port_cnt); in usbser_attach_dev()
842 pp->port_ds_hdl = usp->us_ds_hdl; in usbser_attach_ports()