Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c912 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
916 if (copy_from_user(&mom, argp, sizeof(mom))) in matroxfb_ioctl()
918 if (mom.output >= MATROXFB_MAX_OUTPUTS) in matroxfb_ioctl()
921 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
925 if (mom.mode == MATROXFB_OUTPUT_MODE_MONITOR) { in matroxfb_ioctl()
931 val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode); in matroxfb_ioctl()
934 if (minfo->outputs[mom.output].mode != mom.mode) { in matroxfb_ioctl()
935 minfo->outputs[mom.output].mode = mom.mode; in matroxfb_ioctl()
942 switch (minfo->outputs[mom.output].src) { in matroxfb_ioctl()
962 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
[all …]