Lines Matching defs:dev
43 static int ucb1400_gpio_probe(struct platform_device *dev)
45 struct ucb1400_gpio *ucb = dev_get_platdata(&dev->dev);
53 platform_set_drvdata(dev, ucb);
66 err = devm_gpiochip_add_data(&dev->dev, &ucb->gc, ucb);
71 err = ucb->gpio_setup(&dev->dev, ucb->gc.ngpio);
78 static int ucb1400_gpio_remove(struct platform_device *dev)
81 struct ucb1400_gpio *ucb = platform_get_drvdata(dev);
84 err = ucb->gpio_teardown(&dev->dev, ucb->gc.ngpio);