Searched refs:pick_mode_by_ref (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/videomode/
H A Dvideomode.h72 const struct videomode *pick_mode_by_ref(int, int, int);
H A Dpickmode.c72 pick_mode_by_ref(int width, int height, int refresh) function
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Dfsl_diu.c388 videomode = pick_mode_by_ref(w, h, r);
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_lcd.c419 mode = pick_mode_by_ref(FB_DEFAULT_W, FB_DEFAULT_H,
/freebsd-12-stable/sys/arm/allwinner/
H A Da10_fb.c561 mode = pick_mode_by_ref(FB_DEFAULT_W, FB_DEFAULT_H,
/freebsd-12-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c879 videomode = pick_mode_by_ref(640, 480, 60);
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c1137 videomode = pick_mode_by_ref(640, 480, 60);

Completed in 184 milliseconds