Lines Matching defs:parent
27 struct device *parent;
36 ret = tps6586x_read(tps6586x_gpio->parent, TPS6586X_GPIOSET2, &val);
48 tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET2,
63 return tps6586x_update(tps6586x_gpio->parent, TPS6586X_GPIOSET1,
71 return tps6586x_irq_get_virq(tps6586x_gpio->parent,
80 device_set_node(&pdev->dev, dev_fwnode(pdev->dev.parent));
82 pdata = dev_get_platdata(pdev->dev.parent);
88 tps6586x_gpio->parent = pdev->dev.parent;
92 tps6586x_gpio->gpio_chip.parent = &pdev->dev;