Lines Matching refs:tech
576 u8 target_proto, tech; in trf7970a_mode_detect() local
584 tech = NFC_DIGITAL_RF_TECH_106A; in trf7970a_mode_detect()
587 tech = NFC_DIGITAL_RF_TECH_106B; in trf7970a_mode_detect()
590 tech = NFC_DIGITAL_RF_TECH_212F; in trf7970a_mode_detect()
593 tech = NFC_DIGITAL_RF_TECH_424F; in trf7970a_mode_detect()
601 *rf_tech = tech; in trf7970a_mode_detect()
1162 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument
1166 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1168 switch (tech) { in trf7970a_in_config_rf_tech()
1195 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1199 trf->technology = tech; in trf7970a_in_config_rf_tech()
1545 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech() argument
1549 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1551 switch (tech) { in trf7970a_tg_config_rf_tech()
1569 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1573 trf->technology = tech; in trf7970a_tg_config_rf_tech()