Home
last modified time | relevance | path

Searched refs:wcnt (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/c6x/platforms/
Dcache.c135 unsigned int wcnt = in cache_block_operation() local
140 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation()
159 if (wcnt > 0xffff) in cache_block_operation()
162 wc = wcnt; in cache_block_operation()
180 unsigned int wcnt = in cache_block_operation_nowait() local
185 for (; wcnt; wcnt -= wc, start += wc) { in cache_block_operation_nowait()
191 if (wcnt > 0xffff) in cache_block_operation_nowait()
194 wc = wcnt; in cache_block_operation_nowait()
202 if (wcnt > 0xffff) in cache_block_operation_nowait()
/Linux-v5.10/fs/pstore/
Dzone.c204 ssize_t wcnt = 0; in psz_zone_write() local
231 wcnt = writeop((const char *)zone->buffer->data + off, wlen, in psz_zone_write()
233 if (wcnt != wlen) in psz_zone_write()
238 wcnt = writeop((const char *)zone->buffer, wlen, zone->off); in psz_zone_write()
239 if (wcnt != wlen) in psz_zone_write()
244 wcnt = writeop((const char *)zone->buffer, wlen, zone->off); in psz_zone_write()
245 if (wcnt != wlen) in psz_zone_write()
253 if (wcnt == -ENOMSG) in psz_zone_write()
257 if (wcnt == -EBUSY && !is_on_panic()) in psz_zone_write()
348 unsigned int wcnt = cxt->kmsg_write_cnt; in psz_kmsg_recover_data() local
[all …]
/Linux-v5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-i2c-core.c432 u16 tcnt,bcnt,wcnt,offs; in pvr2_i2c_xfer() local
438 wcnt = msgs[0].len; in pvr2_i2c_xfer()
440 while (tcnt || wcnt) { in pvr2_i2c_xfer()
446 msgs[0].buf,wcnt, in pvr2_i2c_xfer()
453 wcnt = 0; in pvr2_i2c_xfer()
/Linux-v5.10/drivers/media/i2c/et8ek8/
Det8ek8_driver.c224 int wcnt = 0; in et8ek8_i2c_buffered_write_regs() local
230 while (wcnt < cnt) { in et8ek8_i2c_buffered_write_regs()
237 val, &msg[wcnt], &data[wcnt][0]); in et8ek8_i2c_buffered_write_regs()
240 wcnt++; in et8ek8_i2c_buffered_write_regs()
242 if (wcnt < ET8EK8_MAX_MSG) in et8ek8_i2c_buffered_write_regs()
245 rval = i2c_transfer(client->adapter, msg, wcnt); in et8ek8_i2c_buffered_write_regs()
249 cnt -= wcnt; in et8ek8_i2c_buffered_write_regs()
250 wcnt = 0; in et8ek8_i2c_buffered_write_regs()
253 rval = i2c_transfer(client->adapter, msg, wcnt); in et8ek8_i2c_buffered_write_regs()
/Linux-v5.10/drivers/spi/
Dspi-omap2-mcspi.c298 unsigned int wcnt; in omap2_mcspi_set_fifo() local
315 wcnt = t->len / bytes_per_word; in omap2_mcspi_set_fifo()
316 if (wcnt > OMAP2_MCSPI_MAX_FIFOWCNT) in omap2_mcspi_set_fifo()
319 xferlevel = wcnt << 16; in omap2_mcspi_set_fifo()
/Linux-v5.10/drivers/staging/kpc2000/
Dkpc2000_spi.c127 unsigned int wcnt : 7; /* Word Count */ member