Home
last modified time | relevance | path

Searched refs:link_gpiod (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/phy/
H A Dfixed_phy.c40 struct gpio_desc *link_gpiod; member
69 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()
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dfixed_phy.c40 struct gpio_desc *link_gpiod; member
69 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 2 milliseconds