Searched refs:hubd_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h83 void *hubp_hubd; /* points back to hubd_t */
251 } hubd_t; typedef in typeref:struct:hubd
276 hubd_t *hubd;
291 hubd_t *hubd;
359 hubd_t *or_hubd;
422 hubd_t *hubd_get_soft_state(dev_info_t *);
423 void hubd_get_ancestry_str(hubd_t *);
424 int hubd_get_all_device_config_cloud(hubd_t *, dev_info_t *,
426 int hubd_select_device_configuration(hubd_t *, usb_port_t,
428 dev_info_t *hubd_ready_device(hubd_t *, dev_info_
[all...]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c100 static usb_port_t hubd_get_port_num(hubd_t *, struct devctl_iocdata *);
101 static dev_info_t *hubd_get_child_dip(hubd_t *, usb_port_t);
102 static uint_t hubd_cfgadm_state(hubd_t *, usb_port_t);
103 static int hubd_toggle_port(hubd_t *, usb_port_t);
104 static void hubd_register_cpr_callback(hubd_t *);
105 static void hubd_unregister_cpr_callback(hubd_t *);
278 hubd_t *root_hubd;
290 root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP);
396 kmem_free(root_hubd, sizeof (hubd_t));
432 kmem_free(usba_device->usb_root_hubd, sizeof (hubd_t));
[all...]
/illumos-gate/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c103 sizeof (hubd_t), HUBD_INITIAL_SOFT_SPACE)) != 0) {
141 hubd_t *hubd = ddi_get_soft_state(hubd_statep, instance);

Completed in 65 milliseconds