Searched refs:buffer_index (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | orangefs-bufmap.h | 21 void orangefs_bufmap_put(int buffer_index); 25 void orangefs_readdir_index_put(int buffer_index); 28 int buffer_index, 32 int buffer_index,
|
| H A D | file.c | 57 int buffer_index; in wait_for_direct_io() local 74 buffer_index = orangefs_bufmap_get(); in wait_for_direct_io() 75 if (buffer_index < 0) { in wait_for_direct_io() 76 ret = buffer_index; in wait_for_direct_io() 87 buffer_index); in wait_for_direct_io() 90 new_op->upcall.req.io.buf_index = buffer_index; in wait_for_direct_io() 140 ret = orangefs_bufmap_copy_from_iovec(iter, buffer_index, in wait_for_direct_io() 172 orangefs_bufmap_put(buffer_index); in wait_for_direct_io() 254 ret = orangefs_bufmap_copy_to_iovec(iter, buffer_index, in wait_for_direct_io() 272 if (buffer_index >= 0) { in wait_for_direct_io() [all …]
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_mpeg12.c | 159 u32 buffer_index; in codec_mpeg12_threaded_isr() local 188 buffer_index = ((reg & 0xf) - 1) & 7; in codec_mpeg12_threaded_isr() 190 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_mpeg12_threaded_isr()
|
| H A D | codec_h264.c | 392 u32 buffer_index = frame_status & BUF_IDX_MASK; in codec_h264_frames_ready() local 405 buffer_index); in codec_h264_frames_ready() 413 amvdec_dst_buf_done_idx(sess, buffer_index, offset, field); in codec_h264_frames_ready()
|
| /linux/drivers/hid/ |
| H A D | hid-sensor-hub.c | 246 int buffer_index = 0; in sensor_hub_get_feature() local 273 if (buffer_index >= ret) in sensor_hub_get_feature() 276 memcpy(&((u8 *)buffer)[buffer_index], val_ptr, in sensor_hub_get_feature() 279 buffer_index += (report->field[field_index]->report_size / 8); in sensor_hub_get_feature()
|
| /linux/sound/pci/lx6464es/ |
| H A D | lx_core.h | 156 u32 buffer_index);
|
| /linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_color.c | 613 cal_buffer.buffer_index = -1; in __set_legacy_tf() 649 cal_buffer.buffer_index = -1; in __set_output_tf() 707 cal_buffer.buffer_index = -1; in __set_output_tf_32()
|