Home
last modified time | relevance | path

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

/linux/include/video/
H A Dimx-ipu-v3.h489 int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees,
/linux/drivers/gpu/ipu-v3/
H A Dipu-common.c136 int ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees, in ipu_degrees_to_rot_mode() function
166 EXPORT_SYMBOL_GPL(ipu_degrees_to_rot_mode);
/linux/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c644 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip); in ipu_csc_scaler_s_ctrl()
H A Dimx-ic-prpencvf.c1101 ret = ipu_degrees_to_rot_mode(&rot_mode, rotation, hflip, vflip); in prp_s_ctrl()