Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/matrox/ !
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()
920 oproc = minfo->outputs[mom.output].output; in matroxfb_ioctl()
924 if (mom.mode == MATROXFB_OUTPUT_MODE_MONITOR) { 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()
941 switch (minfo->outputs[mom.output].src) { in matroxfb_ioctl()
961 struct matroxioc_output_mode mom; in matroxfb_ioctl() local
[all …]