Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h84 ds_ops_t *us_ds_ops; /* DSD operations */ member
326 #define USBSER_DS_ATTACH(usp, aip) usp->us_ds_ops->ds_attach(aip)
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)
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c420 usp->us_ds_ops = ds_ops; in usbser_attach()
841 pp->port_ds_ops = usp->us_ds_ops; in usbser_attach_ports()