| /linux/drivers/platform/x86/amd/pmf/ |
| H A D | auto-mode.c | 36 pr_debug("pfloor_perf: %u mW\n", data->mode_set[AUTO_PERFORMANCE].power_floor); in amd_pmf_dump_auto_mode_defaults() 37 pr_debug("pfloor_balanced: %u mW\n", data->mode_set[AUTO_BALANCE].power_floor); in amd_pmf_dump_auto_mode_defaults() 38 pr_debug("pfloor_quiet: %u mW\n", data->mode_set[AUTO_QUIET].power_floor); in amd_pmf_dump_auto_mode_defaults() 51 its_mode = &data->mode_set[AUTO_PERFORMANCE_ON_LAP]; in amd_pmf_dump_auto_mode_defaults() 58 its_mode = &data->mode_set[AUTO_PERFORMANCE]; in amd_pmf_dump_auto_mode_defaults() 63 its_mode = &data->mode_set[AUTO_BALANCE]; in amd_pmf_dump_auto_mode_defaults() 68 its_mode = &data->mode_set[AUTO_QUIET]; in amd_pmf_dump_auto_mode_defaults() 74 its_mode = &data->mode_set[AUTO_PERFORMANCE_ON_LAP]; in amd_pmf_dump_auto_mode_defaults() 80 its_mode = &data->mode_set[AUTO_PERFORMANCE]; in amd_pmf_dump_auto_mode_defaults() 86 its_mode = &data->mode_set[AUTO_BALANCE]; in amd_pmf_dump_auto_mode_defaults() [all …]
|
| H A D | cnqf.c | 77 pc = &config_store.mode_set[src][idx].power_control; in amd_pmf_set_cnqf() 91 config_store.mode_set[src][idx].fan_control.manual, in amd_pmf_set_cnqf() 92 config_store.mode_set[src][idx].fan_control.fan_id); in amd_pmf_set_cnqf() 103 ts = &config_store.mode_set[src][CNQF_MODE_BALANCE]; in amd_pmf_update_power_threshold() 107 ts = &config_store.mode_set[src][CNQF_MODE_PERFORMANCE]; in amd_pmf_update_power_threshold() 111 ts = &config_store.mode_set[src][CNQF_MODE_BALANCE]; in amd_pmf_update_power_threshold() 115 ts = &config_store.mode_set[src][CNQF_MODE_PERFORMANCE]; in amd_pmf_update_power_threshold() 119 ts = &config_store.mode_set[src][CNQF_MODE_QUIET]; in amd_pmf_update_power_threshold() 123 ts = &config_store.mode_set[src][CNQF_MODE_TURBO]; in amd_pmf_update_power_threshold() 276 ms = &config_store.mode_set[idx][CNQF_MODE_QUIET]; in amd_pmf_update_mode_set() [all …]
|
| H A D | pmf.h | 514 struct auto_mode_mode_settings mode_set[AUTO_MODE_MAX]; member 616 struct cnqf_mode_settings mode_set[POWER_SOURCE_MAX][CNQF_MODE_MAX]; member
|
| /linux/fs/vboxsf/ |
| H A D | utils.c | 58 #define mode_set(r) ((attr->mode & (SHFL_UNIX_##r)) ? (S_##r) : 0) in vboxsf_init_inode() macro 60 mode = mode_set(IRUSR); in vboxsf_init_inode() 61 mode |= mode_set(IWUSR); in vboxsf_init_inode() 62 mode |= mode_set(IXUSR); in vboxsf_init_inode() 64 mode |= mode_set(IRGRP); in vboxsf_init_inode() 65 mode |= mode_set(IWGRP); in vboxsf_init_inode() 66 mode |= mode_set(IXGRP); in vboxsf_init_inode() 68 mode |= mode_set(IROTH); in vboxsf_init_inode() 69 mode |= mode_set(IWOTH); in vboxsf_init_inode() 70 mode |= mode_set(IXOTH); in vboxsf_init_inode() [all …]
|
| /linux/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 191 struct drm_mode_set *mode_set, in drm_log_setup_modeset() argument 194 struct drm_crtc *crtc = mode_set->crtc; in drm_log_setup_modeset() 195 u32 width = mode_set->mode->hdisplay; in drm_log_setup_modeset() 196 u32 height = mode_set->mode->vdisplay; in drm_log_setup_modeset() 213 mode_set->fb = scanout->buffer->fb; in drm_log_setup_modeset() 225 struct drm_mode_set *mode_set; in drm_log_count_modeset() local 229 drm_client_for_each_modeset(mode_set, client) in drm_log_count_modeset() 238 struct drm_mode_set *mode_set; in drm_log_init_client() local 256 drm_client_for_each_modeset(mode_set, client) { in drm_log_init_client() 257 if (!mode_set->mode) in drm_log_init_client() [all …]
|
| /linux/arch/arm/mach-rockchip/ |
| H A D | pm.c | 89 u32 mode_set, mode_set1; in rk3288_slp_mode_set() local 117 mode_set = BIT(PMU_GLOBAL_INT_DISABLE) | BIT(PMU_L2FLUSH_EN) | in rk3288_slp_mode_set() 127 mode_set |= BIT(PMU_BUS_PD_EN) | BIT(PMU_PMU_USE_LF) | in rk3288_slp_mode_set() 132 mode_set |= BIT(PMU_OSC_24M_DIS); in rk3288_slp_mode_set() 158 mode_set |= BIT(PMU_CLK_CORE_SRC_GATE_EN); in rk3288_slp_mode_set() 170 regmap_write(pmu_regmap, RK3288_PMU_PWRMODE_CON, mode_set); in rk3288_slp_mode_set()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_fb_helper.c | 141 struct drm_mode_set *mode_set; in drm_fb_helper_debug_enter() local 145 drm_client_for_each_modeset(mode_set, &helper->client) { in drm_fb_helper_debug_enter() 146 if (!mode_set->crtc->enabled) in drm_fb_helper_debug_enter() 149 funcs = mode_set->crtc->helper_private; in drm_fb_helper_debug_enter() 153 if (drm_drv_uses_atomic_modeset(mode_set->crtc->dev)) in drm_fb_helper_debug_enter() 156 funcs->mode_set_base_atomic(mode_set->crtc, in drm_fb_helper_debug_enter() 157 mode_set->fb, in drm_fb_helper_debug_enter() 158 mode_set->x, in drm_fb_helper_debug_enter() 159 mode_set->y, in drm_fb_helper_debug_enter() 180 struct drm_mode_set *mode_set; in drm_fb_helper_debug_leave() local [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sunxi_engine.h | 124 void (*mode_set)(struct sunxi_engine *engine, member 215 if (engine->ops && engine->ops->mode_set) in sunxi_engine_mode_set() 216 engine->ops->mode_set(engine, mode); in sunxi_engine_mode_set()
|
| H A D | sun8i_dw_hdmi.c | 29 .mode_set = sun8i_dw_hdmi_encoder_mode_set,
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_audio.c | 100 .mode_set = radeon_audio_hdmi_mode_set, 114 .mode_set = radeon_audio_hdmi_mode_set, 139 .mode_set = radeon_audio_hdmi_mode_set, 151 .mode_set = radeon_audio_dp_mode_set, 168 .mode_set = radeon_audio_hdmi_mode_set, 181 .mode_set = radeon_audio_dp_mode_set, 708 if (radeon_encoder->audio && radeon_encoder->audio->mode_set) in radeon_audio_mode_set() 709 radeon_encoder->audio->mode_set(encoder, mode); in radeon_audio_mode_set()
|
| H A D | radeon_audio.h | 64 void (*mode_set)(struct drm_encoder *encoder, member
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_drm.c | 110 .mode_set = msm_dp_bridge_mode_set, 288 .mode_set = msm_dp_bridge_mode_set,
|
| /linux/drivers/gpu/drm/nouveau/include/dispnv04/i2c/ |
| H A D | encoder_i2c.h | 92 void (*mode_set)(struct drm_encoder *encoder, member
|
| /linux/sound/soc/codecs/ |
| H A D | sma1307.c | 1757 sma1307->set.mode_set[i] in sma1307_setting_loaded() 1761 if (!sma1307->set.mode_set[i]) { in sma1307_setting_loaded() 1763 kfree(sma1307->set.mode_set[j]); in sma1307_setting_loaded() 1769 sma1307->set.mode_set[i][2 * j] in sma1307_setting_loaded() 1771 sma1307->set.mode_set[i][2 * j + 1] in sma1307_setting_loaded() 1829 sma1307->set.mode_set[mode][2 * i], 1830 sma1307->set.mode_set[mode][2 * i + in sma1307_set_binary()
|
| /linux/drivers/gpu/drm/hisilicon/hibmc/ |
| H A D | hibmc_drm_vdac.c | 91 .mode_set = hibmc_encoder_mode_set,
|
| /linux/drivers/gpu/drm/msm/disp/mdp4/ |
| H A D | mdp4_dsi_encoder.c | 131 .mode_set = mdp4_dsi_encoder_mode_set,
|
| H A D | mdp4_dtv_encoder.c | 151 .mode_set = mdp4_dtv_encoder_mode_set,
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_dpi.c | 144 .mode_set = exynos_dpi_mode_set,
|
| H A D | exynos_dp.c | 131 .mode_set = exynos_dp_mode_set,
|
| /linux/include/linux/ |
| H A D | hisi_acc_qm.h | 494 static inline int mode_set(const char *val, const struct kernel_param *kp) in mode_set() function 512 return mode_set(val, kp); in uacce_mode_set()
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | dac.c | 510 .mode_set = nv04_dac_mode_set, 519 .mode_set = nv04_dac_mode_set,
|
| /linux/drivers/gpu/drm/tilcdc/ |
| H A D | tilcdc_panel.c | 82 .mode_set = panel_encoder_mode_set,
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | analogix_dp-rockchip.c | 322 .mode_set = rockchip_dp_drm_encoder_mode_set,
|
| H A D | dw_hdmi-rockchip.c | 327 .mode_set = dw_hdmi_rockchip_encoder_mode_set,
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | chrontel-ch7033.c | 523 .mode_set = ch7033_bridge_mode_set,
|