Home
last modified time | relevance | path

Searched refs:h_children_dips (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c717 if (hubd->h_children_dips[port] == dip) { in hubd_child_dip2port()
1049 dip = hubd->h_children_dips[port]; in hubd_post_attach()
1324 if (!hubd->h_children_dips[port]) { in hubd_config_one()
1459 hubd->h_children_dips[port] = cdip; in hubd_bus_unconfig()
1470 hubd->h_children_dips[port] = NULL; in hubd_bus_unconfig()
2197 child_dip = hubd->h_children_dips[port]; in hubd_setdevaddr()
2303 child_dip = hubd->h_children_dips[port]; in hubd_setdevconfig()
2388 dev_info_t *cdip = hubd->h_children_dips[port]; in hubd_check_disconnected_ports()
2638 ch_dip = hubd->h_children_dips[port]; in hubd_restore_device_state()
2885 ASSERT(hubd->h_children_dips[port] == NULL); in hubd_cleanup()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h194 dev_info_t **h_children_dips; member