/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_lspcon.c | 114 enum drm_lspcon_mode current_mode; local in function:lspcon_get_current_mode 117 if (drm_lspcon_get_mode(adapter, ¤t_mode)) { 121 return current_mode; 127 enum drm_lspcon_mode current_mode; local in function:lspcon_wait_mode 129 current_mode = lspcon_get_current_mode(lspcon); 130 if (current_mode == mode) 136 wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 400); 137 if (current_mode != mode) 142 lspcon_mode_name(current_mode)); 144 return current_mode; 151 enum drm_lspcon_mode current_mode; local in function:lspcon_change_mode [all...] |
vlv_dsi.c | 1821 struct drm_display_mode *current_mode, *fixed_mode; local in function:vlv_dsi_init 1907 current_mode = intel_encoder_current_mode(intel_encoder); 1908 if (current_mode) { 1910 intel_dsi->pclk, current_mode->clock); 1912 current_mode->clock)) { 1914 intel_dsi->pclk = current_mode->clock; 1917 kfree(current_mode);
|
/src/sys/dev/pci/igc/ |
igc_mac.c | 416 hw->fc.current_mode = hw->fc.requested_mode; 419 hw->fc.current_mode); 484 if (hw->fc.current_mode & igc_fc_tx_pause) { 526 * according to the "hw->fc.current_mode" parameter. 537 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); 539 switch (hw->fc.current_mode) { 666 hw->fc.current_mode = igc_fc_full; 668 hw->fc.current_mode = igc_fc_rx_pause; 681 hw->fc.current_mode = igc_fc_tx_pause [all...] |
igc_hw.h | 348 enum igc_fc_mode current_mode; member in struct:igc_fc_info
|
igc_phy.c | 403 switch (hw->fc.current_mode) {
|
if_igc.c | 2359 switch (hw->fc.current_mode) {
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_dual_mode_helper.h | 118 enum drm_lspcon_mode *current_mode);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_dual_mode_helper.c | 438 * 0 on success, sets the current_mode value to appropriate mode 493 enum drm_lspcon_mode current_mode; local in function:drm_lspcon_set_mode 512 ret = drm_lspcon_get_mode(adapter, ¤t_mode); 517 if (current_mode != mode) {
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_mpc.c | 411 int mpcc_id, enum dc_lut_mode current_mode, 425 if (current_mode == LUT_BYPASS) 439 enum dc_lut_mode current_mode; local in function:mpc2_set_output_gamma 453 current_mode = mpc20_get_ogam_current(mpc, mpcc_id); 454 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) 467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode);
|
amdgpu_dcn20_dpp_cm.c | 475 enum dc_lut_mode current_mode; local in function:dpp20_program_blnd_lut 483 current_mode = dpp20_get_blndgam_current(dpp_base); 484 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) 885 enum dc_lut_mode current_mode; local in function:dpp20_program_shaper 894 current_mode = dpp20_get_shaper_current(dpp_base); 896 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A)
|
/src/sys/sys/ |
timepps.h | 70 int current_mode; /* current mode bits */ member in struct:__anon6d2344410208
|
/src/sys/arch/amiga/dev/ |
grfabs_ccreg.h | 40 dmode_t *current_mode; member in struct:monitor_data
|
grfabs_cc.c | 188 m_this_data->current_mode = NULL; 216 if (m_this_data->current_mode == NULL) 219 dmd = DMDATA(m_this_data->current_mode); 221 dmd->vbl_handler(m_this_data->current_mode); 227 if (m_this_data->current_mode) 228 return(m_this_data->current_mode); 361 m_this_data->current_mode = d; 369 m_this_data->current_mode = NULL; 779 if (MDATA(cc_monitor)->current_mode == mode) {
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_82598.c | 435 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && 477 * The possible values of fc.current_mode are: 486 switch (hw->fc.current_mode) { 530 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
|
ixgbe_common.c | 2854 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && 2876 * The possible values of fc.current_mode are: 2885 switch (hw->fc.current_mode) { 2931 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && 2996 hw->fc.current_mode = ixgbe_fc_full; 2999 hw->fc.current_mode = ixgbe_fc_rx_pause; 3004 hw->fc.current_mode = ixgbe_fc_tx_pause; 3008 hw->fc.current_mode = ixgbe_fc_rx_pause; 3011 hw->fc.current_mode = ixgbe_fc_none; 3185 hw->fc.current_mode = hw->fc.requested_mode [all...] |
ixgbe.c | 3035 if (hw->fc.current_mode == ixgbe_fc_rx_pause || 3036 hw->fc.current_mode == ixgbe_fc_full) 3038 if (hw->fc.current_mode == ixgbe_fc_tx_pause || 3039 hw->fc.current_mode == ixgbe_fc_full) 5426 fc = sc->hw.fc.current_mode; 5433 if (fc == sc->hw.fc.current_mode)
|
ixgbe_x550.c | 4258 hw->fc.current_mode = hw->fc.requested_mode; 4270 hw->fc.current_mode = hw->fc.requested_mode; 4324 hw->fc.current_mode = hw->fc.requested_mode;
|
ixgbe_type.h | 3891 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */ 3892 enum ixgbe_fc_mode current_mode; /* FC mode in effect */ member in struct:ixgbe_fc_info
|
/src/sys/arch/sh3/dev/ |
scif.c | 1314 sc->ppsinfo.current_mode = 1335 sc->ppsinfo.current_mode =
|
sci.c | 1185 sc->ppsinfo.current_mode = 1206 sc->ppsinfo.current_mode =
|
/src/sys/arch/arm/s3c2xx0/ |
sscom.c | 1668 sc->ppsinfo.current_mode = sc->ppsparam.mode; 1686 sc->ppsinfo.current_mode = sc->ppsparam.mode;
|
/src/sys/kern/ |
kern_tc.c | 1098 pps->ppsinfo.current_mode = pps->ppsparam.mode;
|
/src/sys/arch/evbarm/dev/ |
plcom.c | 2265 sc->ppsinfo.current_mode = sc->ppsparam.mode; 2283 sc->ppsinfo.current_mode = sc->ppsparam.mode;
|