Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h234 usb_client_dev_data_t *h_dev_data; member
265 hubd::h_dev_data
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1917 if (usb_get_dev_data(dip, &hubd->h_dev_data, in usba_hubdi_attach()
1925 if ((ep_data = usb_lookup_ep_data(dip, hubd->h_dev_data, in usba_hubdi_attach()
1926 hubd->h_dev_data->dev_curr_if, 0, 0, in usba_hubdi_attach()
1939 hubd->h_default_pipe = hubd->h_dev_data->dev_default_ph; in usba_hubdi_attach()
1942 hubd->h_dev_data->dev_iblock_cookie); in usba_hubdi_attach()
1948 usb_free_descr_tree(dip, hubd->h_dev_data); in usba_hubdi_attach()
2975 usb_client_detach(dip, hubd->h_dev_data); in hubd_cleanup()
3173 if ((hubd->h_dev_data->dev_descr->idVendor == USB_HUB_INTEL_VID) && in hubd_get_hub_descriptor()
3174 (hubd->h_dev_data->dev_descr->idProduct == USB_HUB_INTEL_PID)) { in hubd_get_hub_descriptor()
7533 hubd->h_dev_data->dev_iblock_cookie); in hubd_register_cpr_callback()