Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
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 …]