Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/common/tuners/
Dtda8290.c182 unsigned char expert_mode[] = { 0x01, 0x80 }; in tda8290_set_params() local
224 expert_mode[1] = priv->tda8290_easy_mode + 0x80; in tda8290_set_params()
225 tuner_i2c_xfer_send(&priv->i2c_props, expert_mode, 2); in tda8290_set_params()
/linux-3.4.99/arch/ia64/include/asm/
Dperfmon.h272 int expert_mode; /* turn on/off value checking */ member
/linux-3.4.99/arch/ia64/kernel/
Dperfmon.c547 .data = &pfm_sysctl.expert_mode,
2856 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; in pfm_write_pmcs() local
2882 expert_mode = pfm_sysctl.expert_mode; in pfm_write_pmcs()
2962 if (likely(expert_mode == 0 && wr_func)) { in pfm_write_pmcs()
3096 int is_counting, is_loaded, is_system, expert_mode; in pfm_write_pmds() local
3125 expert_mode = pfm_sysctl.expert_mode; in pfm_write_pmds()
3142 if (unlikely(expert_mode == 0 && wr_func)) { in pfm_write_pmds()
3292 int is_loaded, is_system, is_counting, expert_mode; in pfm_read_pmds() local
3326 expert_mode = pfm_sysctl.expert_mode; in pfm_read_pmds()
3386 if (unlikely(expert_mode == 0 && rd_func)) { in pfm_read_pmds()
[all …]