Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c910 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
914 if (copy_from_user(&mom, argp, sizeof(mom))) in matroxfb_ioctl()
916 if (mom.output >= MATROXFB_MAX_OUTPUTS) in matroxfb_ioctl()
919 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
923 if (mom.mode == MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_ioctl()
929 val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode); in matroxfb_ioctl()
932 if (minfo->outputs[mom.output].mode != mom.mode) { in matroxfb_ioctl()
933 minfo->outputs[mom.output].mode = mom.mode; in matroxfb_ioctl()
940 switch (minfo->outputs[mom.output].src) { in matroxfb_ioctl()
960 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/groff/files/
H A D0001-replace-perl-w-with-use-warnings.patch76 # pdfmom : Frontend to run groff -mom to produce PDFs