Searched refs:lan87xx_pwrctl (Results 1 – 1 of 1) sorted by relevance
381 static esp_err_t lan87xx_pwrctl(esp_eth_phy_t *phy, bool enable) in lan87xx_pwrctl() function491 ESP_GOTO_ON_ERROR(lan87xx_pwrctl(phy, true), err, TAG, "power control failed"); in lan87xx_init()517 ESP_GOTO_ON_ERROR(lan87xx_pwrctl(phy, false), err, TAG, "power control failed"); in lan87xx_deinit()541 lan87xx->parent.pwrctl = lan87xx_pwrctl; in esp_eth_phy_new_lan87xx()