Home
last modified time | relevance | path

Searched refs:source_link_freq (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dtc358746.c444 s64 source_link_freq, in tc358746_calc_vb_size() argument
452 source_bitrate = source_link_freq * fmt->bus_width; in tc358746_calc_vb_size()
511 s64 source_link_freq; in tc358746_apply_misc_config() local
527 source_link_freq = v4l2_get_link_freq(source_pad, 0, 0); in tc358746_apply_misc_config()
528 if (source_link_freq <= 0) { in tc358746_apply_misc_config()
531 /* Return -EINVAL in case of source_link_freq is 0 */ in tc358746_apply_misc_config()
532 err = source_link_freq ?: -EINVAL; in tc358746_apply_misc_config()
549 vb_size = tc358746_calc_vb_size(tc358746, source_link_freq, mbusfmt, fmt); in tc358746_apply_misc_config()