Lines Matching defs:tech
575 u8 target_proto, tech;
583 tech = NFC_DIGITAL_RF_TECH_106A;
586 tech = NFC_DIGITAL_RF_TECH_106B;
589 tech = NFC_DIGITAL_RF_TECH_212F;
592 tech = NFC_DIGITAL_RF_TECH_424F;
600 *rf_tech = tech;
1169 static int trf7970a_in_config_rf_tech(struct trf7970a *trf, int tech)
1173 dev_dbg(trf->dev, "rf technology: %d\n", tech);
1175 switch (tech) {
1212 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech);
1216 trf->technology = tech;
1218 /* If in initiator mode and not changing the RF tech due to a
1563 static int trf7970a_tg_config_rf_tech(struct trf7970a *trf, int tech)
1567 dev_dbg(trf->dev, "rf technology: %d\n", tech);
1569 switch (tech) {
1592 dev_dbg(trf->dev, "Unsupported rf technology: %d\n", tech);
1596 trf->technology = tech;