Lines Matching +full:use +full:- +full:case

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
10 * Redistribution and use in source and binary forms, with or without
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
63 case SW_TEXT_132x25: case SW_TEXT_132x30: in vesa_ioctl()
64 case SW_TEXT_132x43: case SW_TEXT_132x50: in vesa_ioctl()
65 case SW_TEXT_132x60: in vesa_ioctl()
66 if (!(scp->sc->adp->va_flags & V_ADP_MODECHANGE)) in vesa_ioctl()
71 case SW_VESA_C80x60: in vesa_ioctl()
72 case SW_VESA_C132x25: in vesa_ioctl()
73 case SW_VESA_C132x43: in vesa_ioctl()
74 case SW_VESA_C132x50: in vesa_ioctl()
75 case SW_VESA_C132x60: in vesa_ioctl()
76 if (!(scp->sc->adp->va_flags & V_ADP_MODECHANGE)) in vesa_ioctl()
82 case SW_VESA_32K_320: case SW_VESA_64K_320: in vesa_ioctl()
83 case SW_VESA_FULL_320: in vesa_ioctl()
85 case SW_VESA_CG640x400: in vesa_ioctl()
87 case SW_VESA_CG640x480: in vesa_ioctl()
88 case SW_VESA_32K_640: case SW_VESA_64K_640: in vesa_ioctl()
89 case SW_VESA_FULL_640: in vesa_ioctl()
91 case SW_VESA_800x600: case SW_VESA_CG800x600: in vesa_ioctl()
92 case SW_VESA_32K_800: case SW_VESA_64K_800: in vesa_ioctl()
93 case SW_VESA_FULL_800: in vesa_ioctl()
95 case SW_VESA_1024x768: case SW_VESA_CG1024x768: in vesa_ioctl()
96 case SW_VESA_32K_1024: case SW_VESA_64K_1024: in vesa_ioctl()
97 case SW_VESA_FULL_1024: in vesa_ioctl()
99 case SW_VESA_1280x1024: case SW_VESA_CG1280x1024: in vesa_ioctl()
100 case SW_VESA_32K_1280: case SW_VESA_64K_1280: in vesa_ioctl()
101 case SW_VESA_FULL_1280: in vesa_ioctl()
102 if (!(scp->sc->adp->va_flags & V_ADP_MODECHANGE)) in vesa_ioctl()
108 if (!(scp->sc->adp->va_flags & V_ADP_MODECHANGE)) in vesa_ioctl()