| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_lspcon.c | 114 enum drm_lspcon_mode current_mode; in lspcon_get_current_mode() local 117 if (drm_lspcon_get_mode(adapter, ¤t_mode)) { in lspcon_get_current_mode() 121 return current_mode; in lspcon_get_current_mode() 127 enum drm_lspcon_mode current_mode; in lspcon_wait_mode() local 129 current_mode = lspcon_get_current_mode(lspcon); in lspcon_wait_mode() 130 if (current_mode == mode) in lspcon_wait_mode() 136 wait_for((current_mode = lspcon_get_current_mode(lspcon)) == mode, 400); in lspcon_wait_mode() 137 if (current_mode != mode) in lspcon_wait_mode() 142 lspcon_mode_name(current_mode)); in lspcon_wait_mode() 144 return current_mode; in lspcon_wait_mode() [all …]
|
| H A D | vlv_dsi.c | 1821 struct drm_display_mode *current_mode, *fixed_mode; in vlv_dsi_init() local 1907 current_mode = intel_encoder_current_mode(intel_encoder); in vlv_dsi_init() 1908 if (current_mode) { in vlv_dsi_init() 1910 intel_dsi->pclk, current_mode->clock); in vlv_dsi_init() 1912 current_mode->clock)) { in vlv_dsi_init() 1914 intel_dsi->pclk = current_mode->clock; in vlv_dsi_init() 1917 kfree(current_mode); in vlv_dsi_init()
|
| /netbsd-src/sys/dev/pci/igc/ |
| H A D | igc_mac.c | 416 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic() 419 hw->fc.current_mode); in igc_setup_link_generic() 484 if (hw->fc.current_mode & igc_fc_tx_pause) { in igc_set_fc_watermarks_generic() 537 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic() 539 switch (hw->fc.current_mode) { in igc_force_mac_fc_generic() 666 hw->fc.current_mode = igc_fc_full; in igc_config_fc_after_link_up_generic() 668 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic() 681 hw->fc.current_mode = igc_fc_tx_pause; in igc_config_fc_after_link_up_generic() 694 hw->fc.current_mode = igc_fc_rx_pause; in igc_config_fc_after_link_up_generic() 699 hw->fc.current_mode = igc_fc_none; in igc_config_fc_after_link_up_generic() [all …]
|
| H A D | igc_hw.h | 348 enum igc_fc_mode current_mode; member
|
| H A D | igc_phy.c | 403 switch (hw->fc.current_mode) { in igc_phy_setup_autoneg()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| H A D | amdgpu_dcn20_mpc.c | 411 int mpcc_id, enum dc_lut_mode current_mode, in apply_DEDCN20_305_wa() argument 425 if (current_mode == LUT_BYPASS) in apply_DEDCN20_305_wa() 439 enum dc_lut_mode current_mode; in mpc2_set_output_gamma() local 453 current_mode = mpc20_get_ogam_current(mpc, mpcc_id); in mpc2_set_output_gamma() 454 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in mpc2_set_output_gamma() 467 apply_DEDCN20_305_wa(mpc, mpcc_id, current_mode, next_mode); in mpc2_set_output_gamma()
|
| H A D | amdgpu_dcn20_dpp_cm.c | 475 enum dc_lut_mode current_mode; in dpp20_program_blnd_lut() local 483 current_mode = dpp20_get_blndgam_current(dpp_base); in dpp20_program_blnd_lut() 484 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_blnd_lut() 885 enum dc_lut_mode current_mode; in dpp20_program_shaper() local 894 current_mode = dpp20_get_shaper_current(dpp_base); in dpp20_program_shaper() 896 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A) in dpp20_program_shaper()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_dp_dual_mode_helper.c | 493 enum drm_lspcon_mode current_mode; in drm_lspcon_set_mode() local 512 ret = drm_lspcon_get_mode(adapter, ¤t_mode); in drm_lspcon_set_mode() 517 if (current_mode != mode) { in drm_lspcon_set_mode()
|
| /netbsd-src/external/bsd/ntp/dist/include/ |
| H A D | timepps-SunOS.h | 157 int current_mode; /* current mode bits */ member 475 infobuf.current_mode = handle->params.mode; in time_pps_fetch()
|
| H A D | timepps-SCO.h | 157 int current_mode; /* current mode bits */ member 474 infobuf.current_mode = handle->params.mode; in time_pps_fetch()
|
| H A D | timepps-Solaris.h | 157 int current_mode; /* current mode bits */ member 539 infobuf.current_mode = punit->params.mode; in time_pps_fetch()
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_dp_dual_mode_helper.h | 118 enum drm_lspcon_mode *current_mode);
|
| /netbsd-src/sys/sys/ |
| H A D | timepps.h | 70 int current_mode; /* current mode bits */ member
|
| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_82598.c | 435 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598() 486 switch (hw->fc.current_mode) { in ixgbe_fc_enable_82598() 530 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
|
| H A D | ixgbe_common.c | 2854 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic() 2885 switch (hw->fc.current_mode) { in ixgbe_fc_enable_generic() 2931 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_generic() 2996 hw->fc.current_mode = ixgbe_fc_full; in ixgbe_negotiate_fc() 2999 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc() 3004 hw->fc.current_mode = ixgbe_fc_tx_pause; in ixgbe_negotiate_fc() 3008 hw->fc.current_mode = ixgbe_fc_rx_pause; in ixgbe_negotiate_fc() 3011 hw->fc.current_mode = ixgbe_fc_none; in ixgbe_negotiate_fc() 3185 hw->fc.current_mode = hw->fc.requested_mode; in ixgbe_fc_autoneg()
|
| H A D | ixgbe.c | 3035 if (hw->fc.current_mode == ixgbe_fc_rx_pause || in ixgbe_media_status() 3036 hw->fc.current_mode == ixgbe_fc_full) in ixgbe_media_status() 3038 if (hw->fc.current_mode == ixgbe_fc_tx_pause || in ixgbe_media_status() 3039 hw->fc.current_mode == ixgbe_fc_full) in ixgbe_media_status() 5426 fc = sc->hw.fc.current_mode; in ixgbe_sysctl_flowcntl() 5433 if (fc == sc->hw.fc.current_mode) in ixgbe_sysctl_flowcntl()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | grfabs_ccreg.h | 40 dmode_t *current_mode; member
|
| H A D | grfabs_cc.c | 188 m_this_data->current_mode = NULL; in cc_init_monitor() 216 if (m_this_data->current_mode == NULL) in monitor_vbl_handler() 219 dmd = DMDATA(m_this_data->current_mode); in monitor_vbl_handler() 221 dmd->vbl_handler(m_this_data->current_mode); in monitor_vbl_handler() 227 if (m_this_data->current_mode) in get_current_mode() 228 return(m_this_data->current_mode); in get_current_mode() 361 m_this_data->current_mode = d; in cc_load_mode() 369 m_this_data->current_mode = NULL; in cc_load_mode() 779 if (MDATA(cc_monitor)->current_mode == mode) { in cc_remove_view()
|
| /netbsd-src/sys/arch/sh3/dev/ |
| H A D | sci.c | 1185 sc->ppsinfo.current_mode = 1206 sc->ppsinfo.current_mode =
|
| H A D | scif.c | 1314 sc->ppsinfo.current_mode = in scifintr() 1335 sc->ppsinfo.current_mode = in scifintr()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | pipe.c | 459 DWORD current_mode = 0; in uv__set_pipe_handle() local 478 if (!GetNamedPipeHandleState(pipeHandle, ¤t_mode, NULL, NULL, in uv__set_pipe_handle() 481 } else if (current_mode & PIPE_NOWAIT) { in uv__set_pipe_handle()
|
| /netbsd-src/sys/arch/arm/s3c2xx0/ |
| H A D | sscom.c | 1668 sc->ppsinfo.current_mode = sc->ppsparam.mode; in sscomrxintr() 1686 sc->ppsinfo.current_mode = sc->ppsparam.mode; in sscomrxintr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| H A D | transfer.c | 203 current_mode (st_parameter_dt *dtp) in current_mode() function 2795 switch (current_mode (dtp)) in pre_position() 3600 switch (current_mode (dtp)) in next_record_r() 3883 switch (current_mode (dtp)) in next_record_w() 4154 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL) in finalize_transfer()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
| H A D | transfer.c | 203 current_mode (st_parameter_dt *dtp) in current_mode() function 2951 switch (current_mode (dtp)) in pre_position() 3763 switch (current_mode (dtp)) in next_record_r() 4050 switch (current_mode (dtp)) in next_record_w() 4331 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL) in finalize_transfer()
|
| /netbsd-src/sys/arch/evbarm/dev/ |
| H A D | plcom.c | 2265 sc->ppsinfo.current_mode = sc->ppsparam.mode; in plcomintr() 2283 sc->ppsinfo.current_mode = sc->ppsparam.mode; in plcomintr()
|