Searched refs:current_mode (Results 1 - 25 of 53) sorted by relevance

123

/haiku/src/add-ons/accelerants/framebuffer/
H A Daccelerant.h23 uint16 current_mode; member in struct:accelerant_info
H A Dmode.cpp43 return (mode != NULL) && (*mode == gInfo->shared_info->current_mode);
54 (color_space)gInfo->shared_info->current_mode.space
56 display_mode mode = gInfo->shared_info->current_mode;
100 if (_mode != NULL && *_mode == gInfo->shared_info->current_mode)
111 *_currentMode = gInfo->shared_info->current_mode;
H A Daccelerant.cpp52 gInfo->current_mode = UINT16_MAX;
/haiku/src/add-ons/accelerants/virtio/
H A Daccelerant.h23 uint16 current_mode; member in struct:accelerant_info
H A Dmode.cpp42 return (mode != NULL) && (*mode == gInfo->shared_info->current_mode);
53 (color_space)gInfo->shared_info->current_mode.space
57 display_mode mode = gInfo->shared_info->current_mode;
107 *_mode = gInfo->shared_info->current_mode;
117 if (_mode != NULL && *_mode == gInfo->shared_info->current_mode)
129 *_currentMode = gInfo->shared_info->current_mode;
/haiku/src/add-ons/accelerants/vesa/
H A Daccelerant.h22 int16 current_mode; // index in the mode_list, or -1 if using a custom mode member in struct:accelerant_info
H A Dmode.cpp231 if (gInfo->current_mode == i)
235 gInfo->current_mode = i;
244 gInfo->current_mode = -1;
255 *_currentMode = gInfo->shared_info->current_mode;
H A Daccelerant.cpp51 gInfo->current_mode = UINT16_MAX;
112 vesa_propose_display_mode(&gInfo->shared_info->current_mode, NULL, NULL);
/haiku/src/add-ons/accelerants/et6x00/
H A DGetModeInfo.c15 status_t GET_DISPLAY_MODE(display_mode *current_mode) { argument
17 *current_mode = si->dm;
H A Dgeneric.h24 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/headers/private/graphics/virtio/
H A Dvirtio_info.h18 display_mode current_mode; member in struct:virtio_gpu_shared_info
/haiku/src/add-ons/accelerants/neomagic/
H A DGetModeInfo.c17 status_t GET_DISPLAY_MODE(display_mode *current_mode) argument
20 if (current_mode == NULL) return B_ERROR;
22 *current_mode = si->dm;
/haiku/src/add-ons/accelerants/matrox/
H A DGetModeInfo.c18 status_t GET_DISPLAY_MODE(display_mode *current_mode) argument
21 if (current_mode == NULL) return B_ERROR;
25 *current_mode = si->dm;
H A Dbe_driver_proto.h24 status_t GET_DISPLAY_MODE(display_mode *current_mode);
/haiku/src/add-ons/accelerants/skeleton/
H A DGetModeInfo.c18 status_t GET_DISPLAY_MODE(display_mode *current_mode) argument
21 if (current_mode == NULL) return B_ERROR;
23 *current_mode = si->dm;
/haiku/src/add-ons/accelerants/via/
H A DGetModeInfo.c18 status_t GET_DISPLAY_MODE(display_mode *current_mode) argument
21 if (current_mode == NULL) return B_ERROR;
23 *current_mode = si->dm;
/haiku/src/add-ons/accelerants/nvidia/
H A DGetModeInfo.c18 status_t GET_DISPLAY_MODE(display_mode *current_mode) argument
21 if (current_mode == NULL) return B_ERROR;
23 *current_mode = si->dm;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c551 hw->fc.current_mode = hw->fc.requested_mode;
554 hw->fc.current_mode);
618 if (hw->fc.current_mode & igc_fc_tx_pause) {
659 * according to the "hw->fc.current_mode" parameter.
670 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode);
672 switch (hw->fc.current_mode) {
800 hw->fc.current_mode = igc_fc_full;
803 hw->fc.current_mode = igc_fc_rx_pause;
818 hw->fc.current_mode
[all...]
/haiku/headers/private/graphics/vesa/
H A Dvesa_info.h37 display_mode current_mode; member in struct:vesa_shared_info
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c1034 hw->fc.current_mode = hw->fc.requested_mode;
1037 hw->fc.current_mode);
1089 switch (hw->fc.current_mode) {
1270 if (hw->fc.current_mode & e1000_fc_tx_pause) {
1311 * according to the "hw->fc.current_mode" parameter.
1322 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode);
1324 switch (hw->fc.current_mode) {
1466 hw->fc.current_mode = e1000_fc_full;
1469 hw->fc.current_mode
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp183 = (color_space)info->shared_info->current_mode.space;
209 if (info->shared_info->current_mode.space != B_GRAY8
H A Dvesa.cpp406 sharedInfo.current_mode.virtual_width = bufferInfo->width;
407 sharedInfo.current_mode.virtual_height = bufferInfo->height;
408 sharedInfo.current_mode.space = get_color_space_for_depth(
495 info.shared_info->current_mode.virtual_width = modeInfo.width;
496 info.shared_info->current_mode.virtual_height = modeInfo.height;
497 info.shared_info->current_mode.space = get_color_space_for_depth(
/haiku/src/add-ons/accelerants/intel_810/
H A Daccelerant.h69 status_t GetDisplayMode(display_mode* current_mode);
/haiku/src/add-ons/kernel/drivers/graphics/framebuffer/
H A Dframebuffer.cpp195 sharedInfo.current_mode.virtual_width = bufferInfo->width;
196 sharedInfo.current_mode.virtual_height = bufferInfo->height;
197 sharedInfo.current_mode.space = get_color_space_for_depth(
/haiku/headers/private/graphics/radeon_hd/
H A Dradeon_hd.h222 display_mode current_mode; member in struct:radeon_shared_info

Completed in 181 milliseconds

123