Searched refs:nwait (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-hash.c | 176 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local 390 nwait = op->len / 4; in sun4i_hash() 391 if (nwait) { in sun4i_hash() 392 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash() 393 op->byte_count += 4 * nwait; in sun4i_hash() 396 nbw = op->len - 4 * nwait; in sun4i_hash() 398 wb = *(u32 *)(op->buf + nwait * 4); in sun4i_hash()
|
/Linux-v5.4/sound/hda/ |
D | hdac_stream.c | 622 int i, nwait, timeout; in snd_hdac_stream_sync() local 626 nwait = 0; in snd_hdac_stream_sync() 634 nwait++; in snd_hdac_stream_sync() 639 nwait++; in snd_hdac_stream_sync() 644 if (!nwait) in snd_hdac_stream_sync()
|
/Linux-v5.4/fs/ |
D | eventpoll.c | 158 int nwait; member 1322 if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) { in ep_ptable_queue_proc() 1331 epi->nwait++; in ep_ptable_queue_proc() 1334 epi->nwait = -1; in ep_ptable_queue_proc() 1520 epi->nwait = 0; in ep_insert() 1549 if (epi->nwait < 0) in ep_insert()
|
/Linux-v5.4/drivers/media/usb/gspca/ |
D | sq930x.c | 666 int i, nwait; in mt9v111_init() local 683 nwait = 20; in mt9v111_init() 689 if (--nwait < 0) { in mt9v111_init()
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | sama5d3.dtsi | 625 pinctrl_ebi_nwait: ebi-nwait-0 {
|
D | sama5d4.dtsi | 1103 pinctrl_ebi_nwait: ebi-nwait-0 {
|