Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h251 } hubd_t; typedef
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_t *, usba_device_t *,
/titanic_44/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; in usba_hubdi_bind_root_hub()
290 root_hubd = kmem_zalloc(sizeof (hubd_t), KM_SLEEP); in usba_hubdi_bind_root_hub()
396 kmem_free(root_hubd, sizeof (hubd_t)); in usba_hubdi_bind_root_hub()
432 kmem_free(usba_device->usb_root_hubd, sizeof (hubd_t)); in usba_hubdi_unbind_root_hub()
[all …]
/titanic_44/usr/src/uts/common/io/usb/hubd/
H A Dhubd.c103 sizeof (hubd_t), HUBD_INITIAL_SOFT_SPACE)) != 0) { in _init()
141 hubd_t *hubd = ddi_get_soft_state(hubd_statep, instance); in hubd_get_dip()