Searched refs:spi_lm70llp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_lm70llp.c2 * spi_lm70llp.c - driver for LM70EVAL-LLP board for the LM70 sensor
83 struct spi_lm70llp { struct
93 static struct spi_lm70llp *lm70llp;
98 static inline struct spi_lm70llp *spidev_to_pp(struct spi_device *spi)
110 static inline void deassertCS(struct spi_lm70llp *pp)
118 static inline void assertCS(struct spi_lm70llp *pp)
126 static inline void clkHigh(struct spi_lm70llp *pp)
132 static inline void clkLow(struct spi_lm70llp *pp)
147 struct spi_lm70llp *pp = spidev_to_pp(s);
168 struct spi_lm70llp *p
[all...]
H A DMakefile27 obj-$(CONFIG_SPI_LM70_LLP) += spi_lm70llp.o

Completed in 37 milliseconds