Searched refs:p_phy_ctrl_obj (Results 1 – 1 of 1) sorted by relevance
53 static phy_ctrl_obj_t *p_phy_ctrl_obj = NULL; variable179 if (p_phy_ctrl_obj) { in usb_phy_install()191 if (!p_phy_ctrl_obj) { in usb_phy_install()192 p_phy_ctrl_obj = phy_ctrl_obj; in usb_phy_install()193 p_phy_ctrl_obj->ref_count = 0; in usb_phy_install()225 p_phy_ctrl_obj->ref_count++; in usb_new_phy()227 p_phy_ctrl_obj->external_phy = phy_context; in usb_new_phy()229 p_phy_ctrl_obj->internal_phy = phy_context; in usb_new_phy()274 if (p_phy_ctrl_obj->ref_count == 0) { in usb_new_phy()275 free(p_phy_ctrl_obj); in usb_new_phy()[all …]