Lines Matching defs:ac
70 struct adxl34x *ac;
78 ac = adxl34x_probe(&spi->dev, spi->irq,
82 if (IS_ERR(ac))
83 return PTR_ERR(ac);
85 spi_set_drvdata(spi, ac);
92 struct adxl34x *ac = spi_get_drvdata(spi);
94 return adxl34x_remove(ac);
100 struct adxl34x *ac = spi_get_drvdata(spi);
102 adxl34x_suspend(ac);
110 struct adxl34x *ac = spi_get_drvdata(spi);
112 adxl34x_resume(ac);