Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1144 usb_pipe_handle_t def_ph; in usb_check_same_device() local
1153 def_ph = usba_get_dflt_pipe_handle(dip); in usb_check_same_device()
1154 ASSERT(def_ph); in usb_check_same_device()
1157 rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in usb_check_same_device()
1222 cloud = usba_get_cfg_cloud(dip, def_ph, cfg); in usb_check_same_device()
H A Dusba.c651 usb_pipe_handle_t def_ph; in usba_free_usba_device() local
673 def_ph = usba_usbdev_to_dflt_pipe_handle(usba_device); in usba_free_usba_device()
674 if (def_ph != NULL) { in usba_free_usba_device()
675 usba_pipe_handle_data_t *ph_data = usba_get_ph_data(def_ph); in usba_free_usba_device()
678 usb_pipe_close(ph_data->p_dip, def_ph, in usba_free_usba_device()
H A Dhubdi.c5772 usb_pipe_handle_t def_ph; in hubd_get_this_config_cloud() local
5785 def_ph = usba_get_dflt_pipe_handle(dip); in hubd_get_this_config_cloud()
5787 if ((rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in hubd_get_this_config_cloud()
5843 if ((rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in hubd_get_this_config_cloud()
6008 usb_pipe_handle_t def_ph; in hubd_ready_device() local
6020 def_ph = usba_get_dflt_pipe_handle(child_dip); in hubd_ready_device()
6023 (void) usb_pipe_sync_ctrl_xfer(child_dip, def_ph, in hubd_ready_device()
6060 ph = usba_get_ph_data(def_ph); in hubd_ready_device()