Lines Matching refs:tech
578 u8 target_proto, tech; in trf7970a_mode_detect() local
586 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect()
589 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect()
592 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect()
595 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect()
603 *rf_tech = tech; in trf7970a_mode_detect()
1171 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument
1175 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1177 switch (tech) { in trf7970a_in_config_rf_tech()
1204 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1208 trf->technology = tech; in trf7970a_in_config_rf_tech()
1559 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech() argument
1563 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1565 switch (tech) { in trf7970a_tg_config_rf_tech()
1583 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1587 trf->technology = tech; in trf7970a_tg_config_rf_tech()