Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_base.c916 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
920 if (copy_from_user(&mom, argp, sizeof(mom))) in matroxfb_ioctl()
922 if (mom.output >= MATROXFB_MAX_OUTPUTS) in matroxfb_ioctl()
925 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
929 if (mom.mode == MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_ioctl()
935 val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode); in matroxfb_ioctl()
938 if (minfo->outputs[mom.output].mode != mom.mode) { in matroxfb_ioctl()
939 minfo->outputs[mom.output].mode = mom.mode; in matroxfb_ioctl()
946 switch (minfo->outputs[mom.output].src) { in matroxfb_ioctl()
966 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
[all …]