Home
last modified time | relevance | path

Searched defs:ds_ops (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_dsdi.h82 typedef struct ds_ops { struct
83 int ds_version; /* structure version */
91 int (*ds_attach)(ds_attach_info_t *aip);
92 void (*ds_detach)(ds_hdl_t);
97 int (*ds_register_cb)(ds_hdl_t, uint_t port_num, ds_cb_t *cb);
98 void (*ds_unregister_cb)(ds_hdl_t, uint_t port_num);
103 int (*ds_open_port)(ds_hdl_t, uint_t port_num);
104 int (*ds_close_port)(ds_hdl_t, uint_t port_num);
113 int (*ds_usb_power)(ds_hdl_t, int comp, int level, int *new_state);
118 int (*ds_suspend)(ds_hdl_t);
[all …]
/titanic_41/usr/src/lib/libds/common/
H A Dlibds.h65 typedef struct ds_ops { struct
72 } ds_ops_t; argument
/titanic_41/usr/src/cmd/ldmad/
H A Dldmad.c440 ds_ops_t ds_ops; in ldma_register() local
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c386 void *statep, ds_ops_t *ds_ops) in usbser_attach()
3377 ds_ops_t *ds_ops = pp->port_ds_ops; in usbser_polledio_init() local