Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h259 } hubd_t; typedef
284 hubd_t *hubd;
299 hubd_t *hubd;
367 hubd_t *or_hubd;
440 hubd_t *hubd_get_soft_state(dev_info_t *);
441 void hubd_get_ancestry_str(hubd_t *);
442 int hubd_get_all_device_config_cloud(hubd_t *, dev_info_t *,
444 int hubd_select_device_configuration(hubd_t *, usb_port_t,
446 dev_info_t *hubd_ready_device(hubd_t *, dev_info_t *, usba_device_t *,
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c605 hubd_t *
2433 hubd_t *root_hubd = (hubd_t *)arg; in hubd_root_hub_cleanup_thread()
3606 hubd_t *hubd = (hubd_t *)(reqp->intr_client_private); in hubd_exception_cb()
3681 hubd_t *hubd = (hubd_t *)(reqp->intr_client_private); in hubd_read_cb()
6868 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_busop_get_eventcookie()
6891 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_busop_add_eventcall()
6932 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_busop_remove_eventcall()
7153 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_disconnect_event_cb()
7231 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_pre_suspend_event_cb()
7260 hubd_t *hubd = (hubd_t *)hubd_get_soft_state(dip); in hubd_post_resume_event_cb()
[all …]
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c451 hubd_t hubd; in usba_hubd_walk_step()