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()
1170 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_in_config_rf_tech() argument
1174 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1176 switch (tech) { in trf7970a_in_config_rf_tech()
1213 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_in_config_rf_tech()
1217 trf->technology = tech; in trf7970a_in_config_rf_tech()
1564 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech) in trf7970a_tg_config_rf_tech() argument
1568 dev_dbg(trf->dev, "rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1570 switch (tech) { in trf7970a_tg_config_rf_tech()
1593 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech); in trf7970a_tg_config_rf_tech()
1597 trf->technology = tech; in trf7970a_tg_config_rf_tech()