Home
last modified time | relevance | path

Searched refs:setsck (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-bitbang-txrx.h24 * void setsck(struct spi_device *, int is_on);
29 * setsck()'s is_on parameter is a zero/nonzero boolean.
68 setsck(spi, !cpol); in bitbang_txrx_be_cpha0()
75 setsck(spi, cpol); in bitbang_txrx_be_cpha0()
92 setsck(spi, !cpol); in bitbang_txrx_be_cpha1()
101 setsck(spi, cpol); in bitbang_txrx_be_cpha1()
133 setsck(spi, !cpol); in bitbang_txrx_le_cpha0()
140 setsck(spi, cpol); in bitbang_txrx_le_cpha0()
158 setsck(spi, !cpol); in bitbang_txrx_le_cpha1()
167 setsck(sp in bitbang_txrx_le_cpha1()
[all...]
H A Dspi-lp8841-rtc.c40 setsck(struct spi_lp8841_rtc *data, int is_on) in setsck() function
87 setsck(data, !cpol); in bitbang_txrx_be_cpha0_lsb()
90 setsck(data, cpol); in bitbang_txrx_be_cpha0_lsb()
H A Dspi-butterfly.c67 setsck(struct spi_device *spi, int is_on) in setsck() function
117 setsck(spi, spi->mode & SPI_CPOL); in butterfly_chipselect()
H A Dspi-sh-sci.c57 static inline void setsck(struct spi_device *dev, int on) in setsck() function
H A Dspi-lm70llp.c133 static inline void setsck(struct spi_device *s, int is_on) in setsck() function
H A Dspi-gpio.c86 static inline void setsck(const struct spi_device *spi, int is_on) in setsck() function
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-bitbang-txrx.h24 * void setsck(struct spi_device *, int is_on);
29 * setsck()'s is_on parameter is a zero/nonzero boolean.
66 setsck(spi, !cpol); in bitbang_txrx_be_cpha0()
73 setsck(spi, cpol); in bitbang_txrx_be_cpha0()
90 setsck(spi, !cpol); in bitbang_txrx_be_cpha1()
99 setsck(spi, cpol); in bitbang_txrx_be_cpha1()
H A Dspi-lp8841-rtc.c41 setsck(struct spi_lp8841_rtc *data, int is_on) in setsck() function
88 setsck(data, !cpol); in bitbang_txrx_be_cpha0_lsb()
91 setsck(data, cpol); in bitbang_txrx_be_cpha0_lsb()
H A Dspi-butterfly.c67 setsck(struct spi_device *spi, int is_on) in setsck() function
117 setsck(spi, spi->mode & SPI_CPOL); in butterfly_chipselect()
H A Dspi-lm70llp.c133 static inline void setsck(struct spi_device *s, int is_on) in setsck() function
H A Dspi-sh-sci.c57 static inline void setsck(struct spi_device *dev, int on) in setsck() function
H A Dspi-gpio.c87 static inline void setsck(const struct spi_device *spi, int is_on) in setsck() function

Completed in 7 milliseconds