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.c1049 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()
2638 ch_dip = hubd->h_children_dips[port]; in hubd_restore_device_state()
3941 (hubd->h_children_dips[port]); in hubd_hotplug_thread()
4058 hubd->h_children_dips[port]) { in hubd_hotplug_thread()
4387 if (hubd->h_children_dips[port]) { in hubd_handle_port_connect()
6703 hubd->h_children_dips[port] = NULL; in hubd_create_child()
6987 if (hubd->h_children_dips[port]) { in hubd_run_callbacks()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h194 dev_info_t **h_children_dips; member