HomeSort by: relevance | last modified time | path
    Searched defs:is_enabled (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/external/cddl/osnet/dist/uts/powerpc/dtrace/
fasttrap_isa.c 341 uint_t is_enabled = 0; local
414 is_enabled = 1;
451 if (is_enabled) {
fasttrap_isa.c 341 uint_t is_enabled = 0; local
414 is_enabled = 1;
451 if (is_enabled) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
compressor.h 84 bool is_enabled; member in struct:compressor
compressor.h 84 bool is_enabled; member in struct:compressor
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
dpp.h 104 uint32_t is_enabled; member in struct:dcn_dpp_state
dwb.h 137 bool (*is_enabled)( member in struct:dwbc_funcs
dpp.h 104 uint32_t is_enabled; member in struct:dcn_dpp_state
dwb.h 137 bool (*is_enabled)( member in struct:dwbc_funcs
  /src/external/gpl3/gcc.old/dist/gcc/
tree-switch-conversion.h 294 static inline bool is_enabled (void);
436 static inline bool is_enabled (void) function in class:tree_switch_conversion::bit_test_cluster
514 bool jump_table_cluster::is_enabled (void) function in class:tree_switch_conversion::jump_table_cluster
tree-switch-conversion.h 294 static inline bool is_enabled (void);
436 static inline bool is_enabled (void) function in class:tree_switch_conversion::bit_test_cluster
514 bool jump_table_cluster::is_enabled (void) function in class:tree_switch_conversion::jump_table_cluster
  /src/external/gpl3/gcc/dist/gcc/
tree-switch-conversion.h 300 static inline bool is_enabled (void);
443 static inline bool is_enabled (void) function in class:tree_switch_conversion::bit_test_cluster
521 bool jump_table_cluster::is_enabled (void) function in class:tree_switch_conversion::jump_table_cluster
tree-switch-conversion.h 300 static inline bool is_enabled (void);
443 static inline bool is_enabled (void) function in class:tree_switch_conversion::bit_test_cluster
521 bool jump_table_cluster::is_enabled (void) function in class:tree_switch_conversion::jump_table_cluster
  /src/sys/dev/i2c/
tps65217pmic.c 142 bool is_enabled; /* regulator is enabled */ member in struct:tps_reg_param
634 regulator->is_enabled = true;
636 regulator->is_enabled = false;
699 if (c_reg->is_enabled) {
903 if (!regulator->is_enabled)
1005 regulator->is_enabled = enable;
tps65217pmic.c 142 bool is_enabled; /* regulator is enabled */ member in struct:tps_reg_param
634 regulator->is_enabled = true;
636 regulator->is_enabled = false;
699 if (c_reg->is_enabled) {
903 if (!regulator->is_enabled)
1005 regulator->is_enabled = enable;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_power.h 140 bool (*is_enabled)(struct drm_i915_private *dev_priv, member in struct:i915_power_well_ops
283 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
intel_display_power.h 140 bool (*is_enabled)(struct drm_i915_private *dev_priv, member in struct:i915_power_well_ops
283 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
intel_display_power.c 215 bool is_enabled; local
220 is_enabled = true;
227 is_enabled = false;
232 return is_enabled;
487 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
904 dc_off_enabled = power_well->desc->ops->is_enabled(dev_priv,
1415 if (cmn_bc->desc->ops->is_enabled(dev_priv, cmn_bc)) {
1456 if (cmn_d->desc->ops->is_enabled(dev_priv, cmn_d)) {
1790 #if IS_ENABLED(CONFIG_DRM_I915_DEBUG_RUNTIME_PM)
1962 bool is_enabled; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
dtrace-probe.c 162 bool is_enabled () const;
667 /* Implementation of the probe is_enabled method. */
670 dtrace_probe::is_enabled () const function in class:dtrace_probe
754 else if (this->is_enabled ())
775 if (this->is_enabled ())
799 if (!this->is_enabled ())
dtrace-probe.c 162 bool is_enabled () const;
667 /* Implementation of the probe is_enabled method. */
670 dtrace_probe::is_enabled () const function in class:dtrace_probe
754 else if (this->is_enabled ())
775 if (this->is_enabled ())
799 if (!this->is_enabled ())
  /src/external/gpl3/gdb.old/dist/gdb/
dtrace-probe.c 162 bool is_enabled () const;
667 /* Implementation of the probe is_enabled method. */
670 dtrace_probe::is_enabled () const function in class:dtrace_probe
754 else if (this->is_enabled ())
775 if (this->is_enabled ())
799 if (!this->is_enabled ())
dtrace-probe.c 162 bool is_enabled () const;
667 /* Implementation of the probe is_enabled method. */
670 dtrace_probe::is_enabled () const function in class:dtrace_probe
754 else if (this->is_enabled ())
775 if (this->is_enabled ())
799 if (!this->is_enabled ())
  /src/external/cddl/osnet/dist/uts/intel/dtrace/
fasttrap_isa.c 980 uint_t is_enabled = 0; local
1091 is_enabled = 1;
1148 is_enabled = 1;
1198 if (is_enabled) {
fasttrap_isa.c 980 uint_t is_enabled = 0; local
1091 is_enabled = 1;
1148 is_enabled = 1;
1198 if (is_enabled) {
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen.c 2580 bool is_enabled = false; local
2614 is_enabled = true;
2622 return is_enabled;
radeon_evergreen.c 2580 bool is_enabled = false; local
2614 is_enabled = true;
2622 return is_enabled;

Completed in 73 milliseconds

1 2