/Linux-v4.19/arch/x86/events/intel/ |
D | bts.c | 372 unsigned int next_buf; in bts_buffer_reset() local 390 next_buf = buf->cur_buf + 1; in bts_buffer_reset() 391 if (next_buf >= buf->nr_bufs) in bts_buffer_reset() 392 next_buf = 0; in bts_buffer_reset() 393 next_phys = &buf->buf[next_buf]; in bts_buffer_reset() 418 buf->cur_buf = next_buf; in bts_buffer_reset()
|
/Linux-v4.19/drivers/net/arcnet/ |
D | arcnet.c | 299 for (i = lp->next_buf; i != lp->first_free_buf; i = (i + 1) % 5) in release_arcbuf() 318 if (lp->next_buf >= 5) in get_arcbuf() 319 lp->next_buf -= 5; in get_arcbuf() 321 if (lp->next_buf == lp->first_free_buf) { in get_arcbuf() 324 buf = lp->buf_queue[lp->next_buf++]; in get_arcbuf() 325 lp->next_buf %= 5; in get_arcbuf() 332 for (i = lp->next_buf; i != lp->first_free_buf; i = (i + 1) % 5) in get_arcbuf() 518 lp->next_buf = lp->first_free_buf = 0; in arcnet_open()
|
D | arcdevice.h | 296 int next_buf, first_free_buf; member
|
/Linux-v4.19/drivers/gpu/drm/mxsfb/ |
D | mxsfb_drv.h | 22 unsigned int next_buf; member
|
D | mxsfb_drv.c | 55 .next_buf = LCDC_V3_NEXT_BUF, 64 .next_buf = LCDC_V4_NEXT_BUF,
|
D | mxsfb_crtc.c | 318 writel(gem->paddr, mxsfb->base + mxsfb->devdata->next_buf); in mxsfb_plane_atomic_update()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | mxsfb.c | 164 unsigned next_buf; member 193 .next_buf = LCDC_V3_NEXT_BUF, 202 .next_buf = LCDC_V4_NEXT_BUF, 517 host->base + host->devdata->next_buf); in mxsfb_set_par() 603 host->base + host->devdata->next_buf); in mxsfb_pan_display() 710 writel(fb_info->fix.smem_start, host->base + host->devdata->next_buf); in mxsfb_restore_mode()
|
/Linux-v4.19/drivers/crypto/caam/ |
D | caamhash.c | 749 u8 *next_buf = alt_buf(state); in ahash_update_ctx() local 813 scatterwalk_map_and_copy(next_buf, req->src, in ahash_update_ctx() 858 DUMP_PREFIX_ADDRESS, 16, 4, next_buf, in ahash_update_ctx() 1181 u8 *next_buf = alt_buf(state); in ahash_update_no_ctx() local 1238 scatterwalk_map_and_copy(next_buf, req->src, in ahash_update_no_ctx() 1284 DUMP_PREFIX_ADDRESS, 16, 4, next_buf, in ahash_update_no_ctx() 1394 u8 *next_buf = alt_buf(state); in ahash_update_first() local 1447 scatterwalk_map_and_copy(next_buf, req->src, to_hash, in ahash_update_first() 1474 scatterwalk_map_and_copy(next_buf, req->src, 0, in ahash_update_first() 1480 DUMP_PREFIX_ADDRESS, 16, 4, next_buf, in ahash_update_first()
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 179 const unsigned char *next_buf; member 517 if (!decoder->next_buf) in intel_pt_get_next_data() 520 decoder->buf = decoder->next_buf; in intel_pt_get_next_data() 522 decoder->next_buf = 0; in intel_pt_get_next_data() 551 decoder->next_buf = decoder->buf; in intel_pt_get_split_packet() 558 decoder->next_buf = decoder->buf + (ret - old_len); in intel_pt_get_split_packet() 871 decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { in intel_pt_get_next_packet() 2243 decoder->next_buf = decoder->buf + rest_psb; in intel_pt_get_split_psb()
|
/Linux-v4.19/drivers/media/platform/marvell-ccic/ |
D | mcam-core.h | 164 int next_buf; /* Next to consume (dev_lock) */ member
|
D | mcam-core.c | 245 cam->next_buf = -1; in mcam_reset_buffers() 456 int bufno = cam->next_buf; in mcam_frame_tasklet() 460 if (++(cam->next_buf) >= cam->nbufs) in mcam_frame_tasklet() 461 cam->next_buf = 0; in mcam_frame_tasklet() 1661 cam->next_buf = frame; in mcam_frame_complete()
|
/Linux-v4.19/drivers/crypto/ |
D | ixp4xx_crypto.c | 801 struct buffer_desc *next_buf; in chainup_buffers() local 807 next_buf = dma_pool_alloc(buffer_pool, flags, &next_buf_phys); in chainup_buffers() 808 if (!next_buf) { in chainup_buffers() 813 buf->next = next_buf; in chainup_buffers() 815 buf = next_buf; in chainup_buffers()
|
/Linux-v4.19/drivers/s390/cio/ |
D | qdio.h | 365 #define next_buf(bufnr) \ macro
|
D | qdio_main.c | 219 bufnr = next_buf(bufnr); in get_buf_states() 252 bufnr = next_buf(bufnr); in set_buf_states() 624 b = next_buf(b); in qdio_handle_aobs()
|
/Linux-v4.19/drivers/media/platform/ |
D | via-camera.c | 89 int next_buf; member 559 cam->next_buf = 0; in viacam_start_engine()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | adl_pci9118.c | 391 unsigned int next_buf) in pci9118_ai_mode4_switch() argument 394 struct pci9118_dmabuf *dmabuf = &devpriv->dmabuf[next_buf]; in pci9118_ai_mode4_switch()
|