Searched refs:curr_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-fileops.c | 254 mdl->curr_buf = NULL; in cx18_setup_sliced_vbi_mdl() 370 if (mdl->curr_buf == NULL) in cx18_copy_mdl_to_user() 371 mdl->curr_buf = list_first_entry(&mdl->buf_list, in cx18_copy_mdl_to_user() 374 if (list_entry_is_head(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_copy_mdl_to_user() 384 list_for_each_entry_from(mdl->curr_buf, &mdl->buf_list, list) { in cx18_copy_mdl_to_user() 386 if (mdl->curr_buf->readpos >= mdl->curr_buf->bytesused) in cx18_copy_mdl_to_user() 389 rc = cx18_copy_buf_to_user(s, mdl->curr_buf, ubuf + tot_written, in cx18_copy_mdl_to_user() 398 mdl->curr_buf->readpos < mdl->curr_buf->bytesused || in cx18_copy_mdl_to_user()
|
| H A D | cx18-ioctl.c | 771 if (mdl->curr_buf == NULL) in cx18_process_idx_data() 772 mdl->curr_buf = list_first_entry(&mdl->buf_list, in cx18_process_idx_data() 775 if (list_entry_is_head(mdl->curr_buf, &mdl->buf_list, list)) { in cx18_process_idx_data() 785 list_for_each_entry_from(mdl->curr_buf, &mdl->buf_list, list) { in cx18_process_idx_data() 788 if (mdl->curr_buf->readpos >= mdl->curr_buf->bytesused) in cx18_process_idx_data() 791 mdl->readpos += _cx18_process_idx_data(mdl->curr_buf, idx); in cx18_process_idx_data() 795 mdl->curr_buf->readpos < mdl->curr_buf->bytesused || in cx18_process_idx_data()
|
| H A D | cx18-queue.c | 52 mdl->curr_buf = NULL; in _cx18_enqueue() 213 mdl->curr_buf = NULL; in cx18_queue_flush()
|
| /linux/drivers/media/pci/dt3155/ |
| H A D | dt3155.h | 174 struct vb2_v4l2_buffer *curr_buf; member
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_params.c | 2071 ia_css_ptr *curr_buf, in realloc_isp_css_mm_buf() argument 2090 if (*curr_size == needed_size && ia_css_refcount_is_single(*curr_buf)) { in realloc_isp_css_mm_buf() 2096 ia_css_refcount_decrement(id, *curr_buf); in realloc_isp_css_mm_buf() 2097 *curr_buf = ia_css_refcount_increment(id, hmm_alloc(needed_size)); in realloc_isp_css_mm_buf() 2098 if (!*curr_buf) { in realloc_isp_css_mm_buf() 2109 ia_css_ptr *curr_buf, in reallocate_buffer() argument 2119 ret = realloc_isp_css_mm_buf(curr_buf, in reallocate_buffer()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | trans.c | 3077 u8 *cpu_addr = (void *)trans->dbg.fw_mon.block, *curr_buf; in iwl_dbgfs_monitor_data_read() local 3108 curr_buf = cpu_addr + data->prev_wr_ptr; in iwl_dbgfs_monitor_data_read() 3110 curr_buf, &size, in iwl_dbgfs_monitor_data_read() 3117 curr_buf = cpu_addr + data->prev_wr_ptr; in iwl_dbgfs_monitor_data_read() 3119 curr_buf, &size, in iwl_dbgfs_monitor_data_read()
|