Searched refs:cs_change (Results 1 - 25 of 101) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/iio/accel/
H A Dkxsd9.c84 .cs_change = 1,
134 .cs_change = 1,
140 .cs_change = 1,
198 .cs_change = 0,
204 .cs_change = 1,
263 .cs_change = 1,
267 .cs_change = 1,
H A Dadis16220_core.c74 .cs_change = 1,
80 .cs_change = 1,
120 .cs_change = 1,
126 .cs_change = 1,
363 .cs_change = 1,
369 .cs_change = 1,
H A Dadis16240_core.c77 .cs_change = 1,
83 .cs_change = 1,
123 .cs_change = 1,
129 .cs_change = 1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/iio/accel/
H A Dkxsd9.c84 .cs_change = 1,
134 .cs_change = 1,
140 .cs_change = 1,
198 .cs_change = 0,
204 .cs_change = 1,
263 .cs_change = 1,
267 .cs_change = 1,
H A Dadis16220_core.c74 .cs_change = 1,
80 .cs_change = 1,
120 .cs_change = 1,
126 .cs_change = 1,
363 .cs_change = 1,
369 .cs_change = 1,
H A Dadis16240_core.c77 .cs_change = 1,
83 .cs_change = 1,
123 .cs_change = 1,
129 .cs_change = 1,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/spi/
H A Dspidev.h62 * @cs_change: True to deselect device before starting the next transfer.
94 __u8 cs_change; member in struct:spi_ioc_transfer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/spi/
H A Dspidev.h62 * @cs_change: True to deselect device before starting the next transfer.
94 __u8 cs_change; member in struct:spi_ioc_transfer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/spi/
H A Dspidev.h62 * @cs_change: True to deselect device before starting the next transfer.
94 __u8 cs_change; member in struct:spi_ioc_transfer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/spi/
H A Dspidev.h62 * @cs_change: True to deselect device before starting the next transfer.
94 __u8 cs_change; member in struct:spi_ioc_transfer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/spi/
H A Dspidev.h62 * @cs_change: True to deselect device before starting the next transfer.
94 __u8 cs_change; member in struct:spi_ioc_transfer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspi_bitbang.c275 unsigned cs_change; local
288 cs_change = 1;
316 if (cs_change) {
320 cs_change = t->cs_change;
352 if (!cs_change)
369 * cs_change has hinted that the next message will probably
372 if (!(status == 0 && cs_change)) {
H A Dspi_txx9.c101 /* deselect the chip with cs_change hint in last transfer */
159 unsigned int cs_change = 1; local
211 if (cs_change)
213 cs_change = t->cs_change;
261 if (!cs_change)
276 * cs_change has hinted that the next message will probably
279 if (!(status == 0 && cs_change))
H A Dmpc512x_psc_spi.c229 unsigned cs_change; local
237 cs_change = 1;
246 if (cs_change)
248 cs_change = t->cs_change;
258 if (cs_change)
265 if (status || !cs_change)
H A Dmpc52xx_psc_spi.c217 unsigned cs_change; local
225 cs_change = 1;
234 if (cs_change)
236 cs_change = t->cs_change;
246 if (cs_change)
253 if (status || !cs_change)
H A Dmpc52xx_spi.c89 int cs_change; member in struct:mpc52xx_spi
120 if (ms->cs_change)
122 ms->cs_change = ms->transfer->cs_change;
193 ms->cs_change = 1;
299 if (ms->cs_change)
H A Ddw_spi.c321 if (!last_transfer->cs_change && dws->cs_control)
419 static void dma_transfer(struct dw_spi *dws, int cs_change) argument
433 u8 cs_change = 0; local
480 dws->cs_change = transfer->cs_change;
483 cs_change = 1;
580 if (dw_readw(dws, ctrl0) != cr0 || cs_change || clk_div || imask) {
597 if (cs_change)
602 dma_transfer(dws, cs_change);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspi_bitbang.c275 unsigned cs_change; local
288 cs_change = 1;
316 if (cs_change) {
320 cs_change = t->cs_change;
352 if (!cs_change)
369 * cs_change has hinted that the next message will probably
372 if (!(status == 0 && cs_change)) {
H A Dspi_txx9.c101 /* deselect the chip with cs_change hint in last transfer */
159 unsigned int cs_change = 1; local
211 if (cs_change)
213 cs_change = t->cs_change;
261 if (!cs_change)
276 * cs_change has hinted that the next message will probably
279 if (!(status == 0 && cs_change))
H A Dmpc512x_psc_spi.c229 unsigned cs_change; local
237 cs_change = 1;
246 if (cs_change)
248 cs_change = t->cs_change;
258 if (cs_change)
265 if (status || !cs_change)
H A Dmpc52xx_psc_spi.c217 unsigned cs_change; local
225 cs_change = 1;
234 if (cs_change)
236 cs_change = t->cs_change;
246 if (cs_change)
253 if (status || !cs_change)
H A Dmpc52xx_spi.c89 int cs_change; member in struct:mpc52xx_spi
120 if (ms->cs_change)
122 ms->cs_change = ms->transfer->cs_change;
193 ms->cs_change = 1;
299 if (ms->cs_change)
H A Ddw_spi.c321 if (!last_transfer->cs_change && dws->cs_control)
419 static void dma_transfer(struct dw_spi *dws, int cs_change) argument
433 u8 cs_change = 0; local
480 dws->cs_change = transfer->cs_change;
483 cs_change = 1;
580 if (dw_readw(dws, ctrl0) != cr0 || cs_change || clk_div || imask) {
597 if (cs_change)
602 dma_transfer(dws, cs_change);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_spi.c189 t[0].cs_change = true;
226 t[0].cs_change = true;
232 t[1].cs_change = true;
248 t[0].cs_change = true;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_spi.c189 t[0].cs_change = true;
226 t[0].cs_change = true;
232 t[1].cs_change = true;
248 t[0].cs_change = true;

Completed in 269 milliseconds

12345