Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c911 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
915 if (copy_from_user(&mom, argp, sizeof(mom))) in matroxfb_ioctl()
917 if (mom.output >= MATROXFB_MAX_OUTPUTS) in matroxfb_ioctl()
930 val = oproc->verifymode(minfo->outputs[mom.output].data, mom.mode); in matroxfb_ioctl()
933 if (minfo->outputs[mom.output].mode != mom.mode) { in matroxfb_ioctl()
934 minfo->outputs[mom.output].mode = mom.mode; in matroxfb_ioctl()
961 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
965 if (copy_from_user(&mom, argp, sizeof(mom))) in matroxfb_ioctl()
967 if (mom.output >= MATROXFB_MAX_OUTPUTS) in matroxfb_ioctl()
974 mom.mode = minfo->outputs[mom.output].mode; in matroxfb_ioctl()
[all …]