Searched refs:div_round_integer (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 59 div_round_integer(unsigned int x, unsigned int y) in div_round_integer() function 407 col_n = div_round_integer(width, base_width - width); in stk1160_try_fmt() 426 col_n = div_round_integer(base_width, width) - 1; in stk1160_try_fmt() 435 row_n = div_round_integer(height, base_height - height); in stk1160_try_fmt() 443 row_n = div_round_integer(base_height, height) - 1; in stk1160_try_fmt()
|
/kernel/linux/linux-6.6/drivers/media/usb/stk1160/ |
H A D | stk1160-v4l.c | 59 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()
|
Completed in 2 milliseconds