Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_eth/src/
Desp_eth_phy_lan87xx.c381 static esp_err_t lan87xx_pwrctl(esp_eth_phy_t *phy, bool enable) in lan87xx_pwrctl() function
491 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()