Lines Matching defs:dev
24 struct device *dev = &pdev->dev;
32 priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL);
40 priv->dev = dev;
50 ret = devm_tng_gpio_probe(dev, priv);
52 return dev_err_probe(dev, ret, "tng_gpio_probe error\n");
58 static int ehl_gpio_suspend(struct device *dev)
60 return tng_gpio_suspend(dev);
63 static int ehl_gpio_resume(struct device *dev)
65 return tng_gpio_resume(dev);