Searched refs:next_buf (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/media/platform/sunxi/sun6i-csi/ |
| D | sun6i_video.c | 136 struct sun6i_csi_buffer *next_buf; in sun6i_video_start_streaming() local 193 next_buf = list_next_entry(buf, list); in sun6i_video_start_streaming() 194 next_buf->queued_to_csi = true; in sun6i_video_start_streaming() 195 sun6i_csi_update_buf_addr(video->csi, next_buf->dma_addr); in sun6i_video_start_streaming() 259 struct sun6i_csi_buffer *next_buf; in sun6i_video_frame_done() local 271 next_buf = list_next_entry(buf, list); in sun6i_video_frame_done() 277 if (!next_buf->queued_to_csi) { in sun6i_video_frame_done() 278 next_buf->queued_to_csi = true; in sun6i_video_frame_done() 279 sun6i_csi_update_buf_addr(video->csi, next_buf->dma_addr); in sun6i_video_frame_done() 291 if (!list_is_last(&next_buf->list, &video->dma_queue)) { in sun6i_video_frame_done() [all …]
|
| /Linux-v5.10/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-v5.10/drivers/gpu/drm/mxsfb/ |
| D | mxsfb_drv.c | 50 .next_buf = LCDC_V3_NEXT_BUF, 58 .next_buf = LCDC_V4_NEXT_BUF, 66 .next_buf = LCDC_V4_NEXT_BUF,
|
| D | mxsfb_drv.h | 21 unsigned int next_buf; member
|
| D | mxsfb_kms.c | 323 writel(paddr, mxsfb->base + mxsfb->devdata->next_buf); in mxsfb_crtc_atomic_enable() 425 writel(paddr, mxsfb->base + mxsfb->devdata->next_buf); in mxsfb_plane_primary_atomic_update()
|
| /Linux-v5.10/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 | 291 int next_buf, first_free_buf; member
|
| /Linux-v5.10/drivers/media/platform/marvell-ccic/ |
| D | mcam-core.h | 162 int next_buf; /* Next to consume (dev_lock) */ member
|
| D | mcam-core.c | 241 cam->next_buf = -1; in mcam_reset_buffers() 451 int bufno = cam->next_buf; in mcam_frame_tasklet() 455 if (++(cam->next_buf) >= cam->nbufs) in mcam_frame_tasklet() 456 cam->next_buf = 0; in mcam_frame_tasklet() 1679 cam->next_buf = frame; in mcam_frame_complete()
|
| /Linux-v5.10/drivers/crypto/ |
| D | ixp4xx_crypto.c | 794 struct buffer_desc *next_buf; in chainup_buffers() local 800 next_buf = dma_pool_alloc(buffer_pool, flags, &next_buf_phys); in chainup_buffers() 801 if (!next_buf) { in chainup_buffers() 806 buf->next = next_buf; in chainup_buffers() 808 buf = next_buf; in chainup_buffers()
|
| /Linux-v5.10/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-decoder.c | 192 const unsigned char *next_buf; member 545 if (!decoder->next_buf) in intel_pt_get_next_data() 548 decoder->buf = decoder->next_buf; in intel_pt_get_next_data() 550 decoder->next_buf = 0; in intel_pt_get_next_data() 580 decoder->next_buf = decoder->buf; in intel_pt_get_split_packet() 587 decoder->next_buf = decoder->buf + (ret - old_len); in intel_pt_get_split_packet() 907 decoder->len < INTEL_PT_PKT_MAX_SZ && !decoder->next_buf) { in intel_pt_get_next_packet() 2640 decoder->next_buf = decoder->buf + rest_psb; in intel_pt_get_split_psb()
|
| /Linux-v5.10/drivers/s390/cio/ |
| D | qdio.h | 346 #define next_buf(bufnr) add_buf(bufnr, 1) macro
|
| D | qdio_main.c | 224 bufnr = next_buf(bufnr); in get_buf_states() 262 bufnr = next_buf(bufnr); in set_buf_states()
|
| /Linux-v5.10/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()
|