Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c59 div_round_integer(unsigned int x, unsigned int y) in div_round_integer() function
411 col_n = div_round_integer(width, base_width - width); in stk1160_try_fmt()
430 col_n = div_round_integer(base_width, width) - 1; in stk1160_try_fmt()
439 row_n = div_round_integer(height, base_height - height); in stk1160_try_fmt()
447 row_n = div_round_integer(base_height, height) - 1; in stk1160_try_fmt()