Searched defs:ds_ops (Results 1 – 4 of 4) sorted by relevance
82 typedef struct ds_ops { struct83 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 …]
65 typedef struct ds_ops { struct72 } ds_ops_t; argument
440 ds_ops_t ds_ops; in ldma_register() local
386 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