Lines Matching refs:tech
619 u8 target_proto, tech; in trf7970a_mode_detect() local
627 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect()
630 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect()
633 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect()
636 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect()
644 *rf_tech = tech; in trf7970a_mode_detect()
1217 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument
1221 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1223 switch (tech) { in trf7970a_in_config_rf_tech()
1260 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1264 trf->technology = tech; in trf7970a_in_config_rf_tech()
1611 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech() argument
1615 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1617 switch (tech) { in trf7970a_tg_config_rf_tech()
1640 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1644 trf->technology = tech; in trf7970a_tg_config_rf_tech()