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

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h80 void *hubp_hubd; /* points back to hubd_t */
248 } hubd_t; typedef in typeref:struct:hubd
273 hubd_t *hubd;
288 hubd_t *hubd;
356 hubd_t *or_hubd;
419 hubd_t *hubd_get_soft_state(dev_info_t *);
420 void hubd_get_ancestry_str(hubd_t *);
421 int hubd_get_all_device_config_cloud(hubd_t *, dev_info_t *,
423 int hubd_select_device_configuration(hubd_t *, usb_port_t,
425 dev_info_t *hubd_ready_device(hubd_t *, dev_info_
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c98 static usb_port_t hubd_get_port_num(hubd_t *, struct devctl_iocdata *);
99 static dev_info_t *hubd_get_child_dip(hubd_t *, usb_port_t);
100 static uint_t hubd_cfgadm_state(hubd_t *, usb_port_t);
101 static int hubd_toggle_port(hubd_t *, usb_port_t);
102 static void hubd_register_cpr_callback(hubd_t *);
103 static void hubd_unregister_cpr_callback(hubd_t *);
276 hubd_t *root_hubd;
288 root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP);
394 kmem_free(root_hubd, sizeof (hubd_t));
430 kmem_free(usba_device->usb_root_hubd, sizeof (hubd_t));
[all...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hwa/hwahc/
H A Dhwahc.h132 hubd_t *hwahc_hubd;
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/hwa/hwahc/
H A Dhwahc.c4441 hubd_t *hubd = NULL;
4457 hubd = hwahcp->hwahc_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP);
4562 hubd_t *hubd = hwahcp->hwahc_hubd;
4597 kmem_free(hubd, sizeof (hubd_t));

Completed in 231 milliseconds