Searched refs:phy_handle (Results 1 – 1 of 1) sorted by relevance
150 … usb_phy_handle_t phy_handle; //Will be NULL if host library is installed with skip_phy_setup member389 ret = usb_new_phy(&phy_config, &host_lib_obj->constant.phy_handle); in usb_host_install()440 if (p_host_lib_obj->constant.phy_handle) { in usb_host_install()441 ESP_ERROR_CHECK(usb_del_phy(p_host_lib_obj->constant.phy_handle)); in usb_host_install()478 if (host_lib_obj->constant.phy_handle) { in usb_host_uninstall()479 ESP_ERROR_CHECK(usb_del_phy(host_lib_obj->constant.phy_handle)); in usb_host_uninstall()