Searched refs:buffer_depth (Results 1 – 4 of 4) sorted by relevance
93 u32 buffer_depth; member112 depth = drvdata->buffer_depth; in __etb_enable_hw()315 depth = drvdata->buffer_depth; in etb_dump_hw()441 capacity = drvdata->buffer_depth * ETB_FRAME_SIZE_WORDS; in etb_update_buffer()482 to_read = CIRC_CNT(write_ptr, read_ptr, drvdata->buffer_depth); in etb_update_buffer()505 read_ptr = (write_ptr + drvdata->buffer_depth) - in etb_update_buffer()508 if (read_ptr > (drvdata->buffer_depth - 1)) in etb_update_buffer()509 read_ptr -= drvdata->buffer_depth; in etb_update_buffer()621 depth = drvdata->buffer_depth; in etb_read()761 drvdata->buffer_depth = etb_get_buffer_depth(drvdata); in etb_probe()[all …]
296 int *buffer_depth);307 ia_css_stream_set_buffer_depth(struct ia_css_stream *stream, int buffer_depth);318 ia_css_stream_get_buffer_depth(struct ia_css_stream *stream, int *buffer_depth);
4994 int *buffer_depth) { in ia_css_stream_get_max_buffer_depth() argument4995 if (!buffer_depth) in ia_css_stream_get_max_buffer_depth()4999 *buffer_depth = NUM_CONTINUOUS_FRAMES; in ia_css_stream_get_max_buffer_depth()5004 ia_css_stream_set_buffer_depth(struct ia_css_stream *stream, int buffer_depth) { in ia_css_stream_set_buffer_depth() argument5005 …trace(IA_CSS_DEBUG_TRACE, "ia_css_stream_set_buffer_depth() enter: num_frames=%d\n", buffer_depth); in ia_css_stream_set_buffer_depth()5007 if (buffer_depth > NUM_CONTINUOUS_FRAMES || buffer_depth < 1) in ia_css_stream_set_buffer_depth()5010 stream->config.target_num_cont_raw_buf = buffer_depth; in ia_css_stream_set_buffer_depth()5018 int *buffer_depth) { in ia_css_stream_get_buffer_depth() argument5019 if (!buffer_depth) in ia_css_stream_get_buffer_depth()5023 *buffer_depth = stream->config.target_num_cont_raw_buf; in ia_css_stream_get_buffer_depth()
607 unsigned char buffer_depth, filled_slots; in mei_me_count_full_read_slots() local610 buffer_depth = (unsigned char)((me_csr & ME_CBD_HRA) >> 24); in mei_me_count_full_read_slots()616 if (filled_slots > buffer_depth) in mei_me_count_full_read_slots()