Lines Matching refs:tech
575 u8 target_proto, tech; in trf7970a_mode_detect() local
583 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect()
586 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect()
589 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect()
592 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect()
600 *rf_tech = tech; in trf7970a_mode_detect()
1169 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument
1173 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1175 switch (tech) { in trf7970a_in_config_rf_tech()
1212 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1216 trf->technology = tech; in trf7970a_in_config_rf_tech()
1563 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech() argument
1567 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1569 switch (tech) { in trf7970a_tg_config_rf_tech()
1592 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1596 trf->technology = tech; in trf7970a_tg_config_rf_tech()