Lines Matching refs:gpiod
135 struct gpio_desc *gpiod)
154 fp->link_gpiod = gpiod;
193 struct gpio_desc *gpiod;
207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node),
209 if (IS_ERR(gpiod) && PTR_ERR(gpiod) != -EPROBE_DEFER) {
210 if (PTR_ERR(gpiod) != -ENOENT)
213 gpiod = NULL;
217 return gpiod;
229 struct gpio_desc *gpiod)
240 if (!gpiod) {
241 gpiod = fixed_phy_get_gpiod(np);
242 if (IS_ERR(gpiod))
243 return ERR_CAST(gpiod);
251 ret = fixed_phy_add_gpiod(irq, phy_addr, status, gpiod);
321 struct gpio_desc *gpiod)
323 return __fixed_phy_register(irq, status, NULL, gpiod);