Searched refs:expert_mode (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/ia64/include/asm/
H A Dperfmon.h105 int expert_mode; /* turn on/off value checking */ member in struct:__anon1515
/linux-4.4.14/drivers/media/tuners/
H A Dtda8290.c183 unsigned char expert_mode[] = { 0x01, 0x80 }; tda8290_set_params() local
225 expert_mode[1] = priv->tda8290_easy_mode + 0x80; tda8290_set_params()
226 tuner_i2c_xfer_send(&priv->i2c_props, expert_mode, 2); tda8290_set_params()
/linux-4.4.14/arch/ia64/kernel/
H A Dperfmon.c547 .procname = "expert_mode",
548 .data = &pfm_sysctl.expert_mode,
2828 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; pfm_write_pmcs() local
2854 expert_mode = pfm_sysctl.expert_mode; pfm_write_pmcs()
2934 if (likely(expert_mode == 0 && wr_func)) { pfm_write_pmcs()
3068 int is_counting, is_loaded, is_system, expert_mode; pfm_write_pmds() local
3097 expert_mode = pfm_sysctl.expert_mode; pfm_write_pmds()
3114 if (unlikely(expert_mode == 0 && wr_func)) { pfm_write_pmds()
3264 int is_loaded, is_system, is_counting, expert_mode; pfm_read_pmds() local
3298 expert_mode = pfm_sysctl.expert_mode; pfm_read_pmds()
3358 if (unlikely(expert_mode == 0 && rd_func)) { pfm_read_pmds()
5612 pfm_sysctl.expert_mode > 0 ? "Yes": "No", pfm_proc_show_header()

Completed in 152 milliseconds