HomeSort by: relevance | last modified time | path
    Searched defs:current_mode (Results 1 - 19 of 19) sorted by relevancy

  /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
512 ret = drm_lspcon_get_mode(adapter, &current_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
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
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
894 current_mode = dpp20_get_shaper_current(dpp_base);
896 if (current_mode == LUT_BYPASS || current_mode == LUT_RAM_A)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lspcon.c 114 enum drm_lspcon_mode current_mode; local
117 if (drm_lspcon_get_mode(adapter, &current_mode)) {
121 return current_mode;
127 enum drm_lspcon_mode current_mode; local
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
    [all...]
vlv_dsi.c 1821 struct drm_display_mode *current_mode, *fixed_mode; local
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/sys/
timepps.h 70 int current_mode; /* current mode bits */ member in struct:__anon7715
  /src/external/bsd/ntp/dist/include/
timepps-SCO.h 157 int current_mode; /* current mode bits */ member in struct:pps_info
474 infobuf.current_mode = handle->params.mode;
timepps-Solaris.h 157 int current_mode; /* current mode bits */ member in struct:pps_info
539 infobuf.current_mode = punit->params.mode;
timepps-SunOS.h 157 int current_mode; /* current mode bits */ member in struct:pps_info
475 infobuf.current_mode = handle->params.mode;
  /src/external/gpl3/gdb/dist/sim/common/
sim-fpu.h 174 sim_fpu_mode current_mode; member in struct:_sim_fpu_state
437 #define sim_fpu_current_mode _sim_fpu.current_mode
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-fpu.h 174 sim_fpu_mode current_mode; member in struct:_sim_fpu_state
437 #define sim_fpu_current_mode _sim_fpu.current_mode
  /src/sys/arch/amiga/dev/
grfabs_ccreg.h 40 dmode_t *current_mode; member in struct:monitor_data
  /src/external/mit/libuv/dist/src/win/
pipe.c 472 DWORD current_mode = 0; local
491 if (!GetNamedPipeHandleState(pipeHandle, &current_mode, NULL, NULL,
494 } else if (current_mode & PIPE_NOWAIT) {
  /src/sys/dev/pci/igc/
igc_hw.h 348 enum igc_fc_mode current_mode; member in struct:igc_fc_info
  /src/external/gpl3/gcc/dist/libgfortran/io/
transfer.c 203 current_mode (st_parameter_dt *dtp) function
3008 switch (current_mode (dtp))
3820 switch (current_mode (dtp))
4107 switch (current_mode (dtp))
4388 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL)
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
transfer.c 203 current_mode (st_parameter_dt *dtp) function
2951 switch (current_mode (dtp))
3763 switch (current_mode (dtp))
4050 switch (current_mode (dtp))
4331 if (dtp->u.p.current_unit && current_mode (dtp) == UNFORMATTED_SEQUENTIAL)
  /src/external/bsd/ntp/dist/ntpd/
refclock_oncore.c 1597 int current_mode; local
1764 if (time_pps_getcap(instance->pps_h, &current_mode) < 0) {
1781 current_params.mode &= current_mode;
  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 600 struct hostapd_hw_modes *current_mode; member in struct:hostapd_iface
602 * current_mode->channels */
  /src/sys/dev/pci/ixgbe/
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

Completed in 65 milliseconds