Searched refs:link_gpiod (Results 1 – 1 of 1) sorted by relevance
40 struct gpio_desc *link_gpiod; member69 if (!fp->no_carrier && fp->link_gpiod) in fixed_phy_update()70 fp->status.link = !!gpiod_get_value_cansleep(fp->link_gpiod); in fixed_phy_update()154 fp->link_gpiod = gpiod; in fixed_phy_add_gpiod()180 if (fp->link_gpiod) in fixed_phy_del()181 gpiod_put(fp->link_gpiod); in fixed_phy_del()
Completed in 4 milliseconds