Home
last modified time | relevance | path

Searched refs:lm70llp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-lm70llp.c28 * driver", layered on top of this one and usable without the lm70llp.
37 * Also see Documentation/spi/spi-lm70llp.rst. The SPI<->parport code here is
61 #define DRVNAME "spi-lm70llp"
80 static struct spi_lm70llp *lm70llp; variable
196 if (lm70llp) { in spi_lm70llp_attach()
278 lm70llp = pp; in spi_lm70llp_attach()
300 if (!lm70llp || lm70llp->port != p) in spi_lm70llp_detach()
303 pp = lm70llp; in spi_lm70llp_detach()
314 lm70llp in spi_lm70llp_detach()
[all...]
H A DMakefile62 obj-$(CONFIG_SPI_LM70_LLP) += spi-lm70llp.o
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-lm70llp.c28 * driver", layered on top of this one and usable without the lm70llp.
37 * Also see Documentation/spi/spi-lm70llp.rst. The SPI<->parport code here is
61 #define DRVNAME "spi-lm70llp"
80 static struct spi_lm70llp *lm70llp; variable
196 if (lm70llp) { in spi_lm70llp_attach()
278 lm70llp = pp; in spi_lm70llp_attach()
300 if (!lm70llp || lm70llp->port != p) in spi_lm70llp_detach()
303 pp = lm70llp; in spi_lm70llp_detach()
314 lm70llp in spi_lm70llp_detach()
[all...]
H A DMakefile74 obj-$(CONFIG_SPI_LM70_LLP) += spi-lm70llp.o

Completed in 3 milliseconds