Searched refs:expert_mode (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/ia64/include/asm/ |
D | perfmon.h | 105 int expert_mode; /* turn on/off value checking */ member
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda8290.c | 183 unsigned char expert_mode[] = { 0x01, 0x80 }; in tda8290_set_params() local 225 expert_mode[1] = priv->tda8290_easy_mode + 0x80; in tda8290_set_params() 226 tuner_i2c_xfer_send(&priv->i2c_props, expert_mode, 2); in tda8290_set_params()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 548 .data = &pfm_sysctl.expert_mode, 2828 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; in pfm_write_pmcs() local 2854 expert_mode = pfm_sysctl.expert_mode; in pfm_write_pmcs() 2934 if (likely(expert_mode == 0 && wr_func)) { in pfm_write_pmcs() 3068 int is_counting, is_loaded, is_system, expert_mode; in pfm_write_pmds() local 3097 expert_mode = pfm_sysctl.expert_mode; in pfm_write_pmds() 3114 if (unlikely(expert_mode == 0 && wr_func)) { in pfm_write_pmds() 3264 int is_loaded, is_system, is_counting, expert_mode; in pfm_read_pmds() local 3298 expert_mode = pfm_sysctl.expert_mode; in pfm_read_pmds() 3358 if (unlikely(expert_mode == 0 && rd_func)) { in pfm_read_pmds() [all …]
|