Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1143 usb_pipe_handle_t def_ph; in usb_check_same_device() local
1152 def_ph = usba_get_dflt_pipe_handle(dip); in usb_check_same_device()
1153 ASSERT(def_ph); in usb_check_same_device()
1156 rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in usb_check_same_device()
1221 cloud = usba_get_cfg_cloud(dip, def_ph, cfg); in usb_check_same_device()
H A Dusba.c649 usb_pipe_handle_t def_ph; in usba_free_usba_device() local
671 def_ph = usba_usbdev_to_dflt_pipe_handle(usba_device); in usba_free_usba_device()
672 if (def_ph != NULL) { in usba_free_usba_device()
673 usba_pipe_handle_data_t *ph_data = usba_get_ph_data(def_ph); in usba_free_usba_device()
676 usb_pipe_close(ph_data->p_dip, def_ph, in usba_free_usba_device()
H A Dhubdi.c5510 usb_pipe_handle_t def_ph; in hubd_get_this_config_cloud() local
5523 def_ph = usba_get_dflt_pipe_handle(dip); in hubd_get_this_config_cloud()
5525 if ((rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in hubd_get_this_config_cloud()
5581 if ((rval = usb_pipe_sync_ctrl_xfer(dip, def_ph, in hubd_get_this_config_cloud()
5746 usb_pipe_handle_t def_ph; in hubd_ready_device() local
5758 def_ph = usba_get_dflt_pipe_handle(child_dip); in hubd_ready_device()
5761 (void) usb_pipe_sync_ctrl_xfer(child_dip, def_ph, in hubd_ready_device()
5798 ph = usba_get_ph_data(def_ph); in hubd_ready_device()