Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 4595) sorted by relevance

12345678910>>...184

/OK3568_Linux_fs/kernel/drivers/gpu/drm/selftests/
H A Dtest-drm_cmdline_parser.c22 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_e_only() local
42 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_not_digital() local
66 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_hdmi() local
90 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_D_only_dvi() local
110 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_force_d_only() local
130 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_margin_only() local
141 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_interlace_only() local
152 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res() local
176 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res_missing_x() local
187 struct drm_cmdline_mode mode = { }; in drm_cmdline_test_res_missing_y() local
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dexpmed.h115 machine_mode mode; member
228 expmed_mode_index (machine_mode mode) in expmed_mode_index()
258 machine_mode mode) in expmed_op_cheap_ptr()
269 machine_mode mode) in expmed_op_cost_ptr()
278 sdiv_pow2_cheap_ptr (bool speed, machine_mode mode) in sdiv_pow2_cheap_ptr()
288 set_sdiv_pow2_cheap (bool speed, machine_mode mode, bool cheap_p) in set_sdiv_pow2_cheap()
297 sdiv_pow2_cheap (bool speed, machine_mode mode) in sdiv_pow2_cheap()
305 smod_pow2_cheap_ptr (bool speed, machine_mode mode) in smod_pow2_cheap_ptr()
315 set_smod_pow2_cheap (bool speed, machine_mode mode, bool cheap) in set_smod_pow2_cheap()
324 smod_pow2_cheap (bool speed, machine_mode mode) in smod_pow2_cheap()
[all …]
H A Dinsn-modes-inline.h15 mode_size_inline (machine_mode mode) in mode_size_inline()
113 mode_nunits_inline (machine_mode mode) in mode_nunits_inline()
210 mode_inner_inline (machine_mode mode) in mode_inner_inline()
353 mode_unit_size_inline (machine_mode mode) in mode_unit_size_inline()
496 mode_unit_precision_inline (machine_mode mode) in mode_unit_precision_inline()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dexpmed.h115 machine_mode mode; member
228 expmed_mode_index (machine_mode mode) in expmed_mode_index()
258 machine_mode mode) in expmed_op_cheap_ptr()
269 machine_mode mode) in expmed_op_cost_ptr()
278 sdiv_pow2_cheap_ptr (bool speed, machine_mode mode) in sdiv_pow2_cheap_ptr()
288 set_sdiv_pow2_cheap (bool speed, machine_mode mode, bool cheap_p) in set_sdiv_pow2_cheap()
297 sdiv_pow2_cheap (bool speed, machine_mode mode) in sdiv_pow2_cheap()
305 smod_pow2_cheap_ptr (bool speed, machine_mode mode) in smod_pow2_cheap_ptr()
315 set_smod_pow2_cheap (bool speed, machine_mode mode, bool cheap) in set_smod_pow2_cheap()
324 smod_pow2_cheap (bool speed, machine_mode mode) in smod_pow2_cheap()
[all …]
H A Dinsn-modes-inline.h15 mode_size_inline (machine_mode mode) in mode_size_inline()
128 mode_nunits_inline (machine_mode mode) in mode_nunits_inline()
240 mode_inner_inline (machine_mode mode) in mode_inner_inline()
353 mode_unit_size_inline (machine_mode mode) in mode_unit_size_inline()
466 mode_unit_precision_inline (machine_mode mode) in mode_unit_precision_inline()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/
H A Dbna.h114 #define is_xxx_enable(mode, bitmask, xxx) ((bitmask & xxx) && (mode & xxx)) argument
116 #define is_xxx_disable(mode, bitmask, xxx) ((bitmask & xxx) && !(mode & xxx)) argument
118 #define xxx_enable(mode, bitmask, xxx) \ argument
124 #define xxx_disable(mode, bitmask, xxx) \ argument
130 #define xxx_inactive(mode, bitmask, xxx) \ argument
136 #define is_promisc_enable(mode, bitmask) \ argument
139 #define is_promisc_disable(mode, bitmask) \ argument
142 #define promisc_enable(mode, bitmask) \ argument
145 #define promisc_disable(mode, bitmask) \ argument
148 #define promisc_inactive(mode, bitmask) \ argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Modes.c41 xf86ModeHSync(const DisplayModeRec * mode) in xf86ModeHSync()
57 xf86ModeVRefresh(const DisplayModeRec * mode) in xf86ModeVRefresh()
76 xf86ModeWidth(const DisplayModeRec * mode, Rotation rotation) in xf86ModeWidth()
91 xf86ModeHeight(const DisplayModeRec * mode, Rotation rotation) in xf86ModeHeight()
107 xf86ModeBandwidth(DisplayModePtr mode, int depth) in xf86ModeBandwidth()
125 xf86SetModeDefaultName(DisplayModePtr mode) in xf86SetModeDefaultName()
196 xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode) in xf86SaveModeContents()
237 DisplayModePtr mode; in xf86DuplicateModes() local
321 xf86PrintModeline(int scrnIndex, DisplayModePtr mode) in xf86PrintModeline()
401 DisplayModePtr mode; in xf86ValidateModesFlags() local
[all …]
/OK3568_Linux_fs/kernel/lib/xz/
H A Dxz_private.h67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument
69 # define DEC_IS_SINGLE(mode) (false) argument
73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument
75 # define DEC_IS_PREALLOC(mode) (false) argument
79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument
81 # define DEC_IS_DYNALLOC(mode) (false) argument
85 # define DEC_IS_MULTI(mode) (true) argument
87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument
89 # define DEC_IS_MULTI(mode) (false) argument
/OK3568_Linux_fs/external/xserver/dix/
H A Denterleave.c176 EnterWindow(DeviceIntPtr dev, WindowPtr win, int mode) in EnterWindow()
232 WindowPtr ancestor, WindowPtr child, int mode, int detail) in DeviceEnterNotifies()
250 WindowPtr ancestor, WindowPtr child, int mode, int detail) in CoreEnterNotifies()
284 WindowPtr child, WindowPtr ancestor, int mode, int detail) in CoreLeaveNotifies()
329 WindowPtr child, WindowPtr ancestor, int mode, int detail) in DeviceLeaveNotifies()
347 CoreEnterLeaveNonLinear(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveNonLinear()
431 CoreEnterLeaveToAncestor(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToAncestor()
487 CoreEnterLeaveToDescendant(DeviceIntPtr dev, WindowPtr A, WindowPtr B, int mode) in CoreEnterLeaveToDescendant()
538 CoreEnterLeaveEvents(DeviceIntPtr dev, WindowPtr from, WindowPtr to, int mode) in CoreEnterLeaveEvents()
557 int sourceid, WindowPtr from, WindowPtr to, int mode) in DeviceEnterLeaveEvents()
[all …]
/OK3568_Linux_fs/external/xserver/randr/
H A Drrmode.c66 RRModePtr mode, *newModes; in RRModeCreate() local
110 RRModePtr mode; in RRModeFindByName() local
128 RRModePtr mode = modes[i]; in RRModeGet() local
144 RRModePtr mode; in RRModeCreateUser() local
181 RRModePtr mode = (m < output->numModes ? in RRModesForScreen() local
198 RRModePtr mode = crtc->mode; in RRModesForScreen() local
213 RRModePtr mode = modes[m]; in RRModesForScreen() local
230 RRModeDestroy(RRModePtr mode) in RRModeDestroy()
294 RRModePtr mode; in ProcRRCreateMode() local
336 RRModePtr mode; in ProcRRDestroyMode() local
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Ddebugfs.h177 static inline struct dentry *debugfs_create_file(const char *name, umode_t mode, in debugfs_create_file()
185 umode_t mode, struct dentry *parent, in debugfs_create_file_unsafe()
192 static inline void debugfs_create_file_size(const char *name, umode_t mode, in debugfs_create_file_size()
258 static inline void debugfs_create_u8(const char *name, umode_t mode, in debugfs_create_u8()
261 static inline void debugfs_create_u16(const char *name, umode_t mode, in debugfs_create_u16()
264 static inline void debugfs_create_u32(const char *name, umode_t mode, in debugfs_create_u32()
267 static inline void debugfs_create_u64(const char *name, umode_t mode, in debugfs_create_u64()
271 umode_t mode, in debugfs_create_ulong()
278 static inline void debugfs_create_x8(const char *name, umode_t mode, in debugfs_create_x8()
281 static inline void debugfs_create_x16(const char *name, umode_t mode, in debugfs_create_x16()
[all …]
H A Dproc_fs.h94 #define proc_create_seq_data(name, mode, parent, ops, data) \ argument
96 #define proc_create_seq(name, mode, parent, ops) \ argument
101 #define proc_create_single(name, mode, parent, show) \ argument
121 #define proc_create_net(name, mode, parent, ops, state_size) \ argument
166 static inline struct proc_dir_entry *_proc_mkdir(const char *name, umode_t mode, in _proc_mkdir()
172 umode_t mode, struct proc_dir_entry *parent, void *data) { return NULL; } in proc_mkdir_data()
174 umode_t mode, struct proc_dir_entry *parent) { return NULL; } in proc_mkdir_mode()
175 #define proc_create_seq_private(name, mode, parent, ops, size, data) ({NULL;}) argument
176 #define proc_create_seq_data(name, mode, parent, ops, data) ({NULL;}) argument
177 #define proc_create_seq(name, mode, parent, ops) ({NULL;}) argument
[all …]
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dwait_bit.c21 int wake_bit_function(struct wait_queue_entry *wq_entry, unsigned mode, int sync, void *arg) in wake_bit_function()
42 wait_bit_action_f *action, unsigned mode) in __wait_on_bit()
59 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit()
70 unsigned mode, unsigned long timeout) in out_of_line_wait_on_bit_timeout()
83 wait_bit_action_f *action, unsigned mode) in __wait_on_bit_lock()
112 wait_bit_action_f *action, unsigned mode) in out_of_line_wait_on_bit_lock()
160 var_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in var_wake_function()
197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
[all …]
H A Dwait.c67 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common()
111 static void __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_common_lock()
140 void __wake_up(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up()
150 void __wake_up_locked(struct wait_queue_head *wq_head, unsigned int mode, int nr) in __wake_up_locked()
156 void __wake_up_locked_key(struct wait_queue_head *wq_head, unsigned int mode, void *key) in __wake_up_locked_key()
163 unsigned int mode, void *key, wait_queue_entry_t *bookmark) in __wake_up_locked_key_bookmark()
185 void __wake_up_sync_key(struct wait_queue_head *wq_head, unsigned int mode, in __wake_up_sync_key()
215 unsigned int mode, void *key) in __wake_up_locked_sync_key()
224 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode) in __wake_up_sync()
403 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in autoremove_wake_function()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath5k/
H A Deeprom.c41 unsigned int mode) in ath5k_eeprom_bin2freq()
190 unsigned int mode) in ath5k_eeprom_read_ants()
250 unsigned int mode) in ath5k_eeprom_read_modes()
471 unsigned int mode; in ath5k_eeprom_init_modes() local
511 struct ath5k_chan_pcal_info *pc, unsigned int mode) in ath5k_eeprom_read_freq_list()
601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413()
667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info()
714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111()
796 ath5k_eeprom_read_pcal_info_5111(struct ath5k_hw *ah, int mode) in ath5k_eeprom_read_pcal_info_5111()
905 ath5k_eeprom_convert_pcal_info_5112(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5112()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dchip.c1392 int mode, u64 value) in read_write_csr()
1412 void *context, int vl, int mode, u64 data) in dev_access_u32_csr()
1429 void *context, int idx, int mode, u64 data) in access_sde_err_cnt()
1439 void *context, int idx, int mode, u64 data) in access_sde_int_cnt()
1449 void *context, int idx, int mode, u64 data) in access_sde_idle_int_cnt()
1459 void *context, int idx, int mode, in access_sde_progress_int_cnt()
1470 int vl, int mode, u64 data) in dev_access_u64_csr()
1491 int vl, int mode, u64 data) in dc_access_lcb_cntr()
1515 int vl, int mode, u64 data) in port_access_u32_csr()
1525 void *context, int vl, int mode, u64 data) in port_access_u64_csr()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h123 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument
125 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument
126 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument
127 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument
128 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument
130 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument
133 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument
137 # define S_ISLNK(mode) 0 argument
142 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h123 #define __S_ISTYPE(mode, mask) (((mode) & __S_IFMT) == (mask)) argument
125 #define S_ISDIR(mode) __S_ISTYPE((mode), __S_IFDIR) argument
126 #define S_ISCHR(mode) __S_ISTYPE((mode), __S_IFCHR) argument
127 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK) argument
128 #define S_ISREG(mode) __S_ISTYPE((mode), __S_IFREG) argument
130 # define S_ISFIFO(mode) __S_ISTYPE((mode), __S_IFIFO) argument
133 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) argument
137 # define S_ISLNK(mode) 0 argument
142 # define S_ISSOCK(mode) __S_ISTYPE((mode), __S_IFSOCK) argument
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwcd-clsh-v2.c14 int mode; member
127 int mode) in wcd_clsh_set_buck_mode()
141 int mode) in wcd_clsh_set_flyback_mode()
155 int mode, in wcd_clsh_buck_ctrl()
174 int mode, in wcd_clsh_flyback_ctrl()
195 static void wcd_clsh_set_gain_path(struct wcd_clsh_ctrl *ctrl, int mode) in wcd_clsh_set_gain_path()
223 int mode) in wcd_clsh_set_hph_mode()
268 int mode) in wcd_clsh_set_flyback_current()
280 int mode) in wcd_clsh_set_buck_regulator_mode()
293 bool is_enable, int mode) in wcd_clsh_state_lo()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_modes.c54 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline()
89 void drm_mode_destroy(struct drm_device *dev, struct drm_display_mode *mode) in drm_mode_destroy()
108 struct drm_display_mode *mode) in drm_mode_probed_add()
740 void drm_mode_set_name(struct drm_display_mode *mode) in drm_mode_set_name()
758 int drm_mode_vrefresh(const struct drm_display_mode *mode) in drm_mode_vrefresh()
788 void drm_mode_get_hv_timing(const struct drm_display_mode *mode, in drm_mode_get_hv_timing()
907 const struct drm_display_mode *mode) in drm_mode_duplicate()
1078 drm_mode_validate_basic(const struct drm_display_mode *mode) in drm_mode_validate_basic()
1121 const struct drm_display_mode *mode) in drm_mode_validate_driver()
1151 drm_mode_validate_size(const struct drm_display_mode *mode, in drm_mode_validate_size()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dpush.hpp36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument
45 #define BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper) \ argument
51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ argument
59 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
97 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
132 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86VidMode.c93 xf86VidModeGetCurrentModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xf86VidModeGetCurrentModeline()
154 xf86VidModeGetNextModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xf86VidModeGetNextModeline()
174 xf86VidModeGetFirstModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xf86VidModeGetFirstModeline()
197 xf86VidModeDeleteModeline(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeDeleteModeline()
246 xf86VidModeSwitchMode(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeSwitchMode()
275 xf86VidModeCheckModeForMonitor(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeCheckModeForMonitor()
288 xf86VidModeCheckModeForDriver(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeCheckModeForDriver()
301 xf86VidModeSetCrtcForMode(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeSetCrtcForMode()
320 xf86VidModeAddModeline(ScreenPtr pScreen, DisplayModePtr mode) in xf86VidModeAddModeline()
343 DisplayModePtr mode = NULL; in xf86VidModeGetNumOfModes() local
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface()
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface()
195 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb()
311 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, in cvmx_spi_calendar_setup_cb()
430 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb()
508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb()
577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb()
633 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_tags_inclusion.c22 static int verify_mte_pointer_validity(char *ptr, int mode) in verify_mte_pointer_validity()
43 static int check_single_included_tags(int mem_type, int mode) in check_single_included_tags()
73 static int check_multiple_included_tags(int mem_type, int mode) in check_multiple_included_tags()
105 static int check_all_included_tags(int mem_type, int mode) in check_all_included_tags()
129 static int check_none_included_tags(int mem_type, int mode) in check_none_included_tags()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-vidmode.c82 xwlVidModeGetCurrentModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xwlVidModeGetCurrentModeline()
190 xwlVidModeGetNextModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xwlVidModeGetNextModeline()
196 xwlVidModeGetFirstModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xwlVidModeGetFirstModeline()
202 xwlVidModeDeleteModeline(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeDeleteModeline()
254 xwlVidModeSwitchMode(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeSwitchMode()
268 xwlVidModeCheckModeForMonitor(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeCheckModeForMonitor()
285 xwlVidModeCheckModeForDriver(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeCheckModeForDriver()
304 xwlVidModeSetCrtcForMode(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeSetCrtcForMode()
311 xwlVidModeAddModeline(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeAddModeline()

12345678910>>...184