Lines Matching full:framing

93  * messes up the data returned so it is only enabled when the framing is
96 * when the framing is 'NFC_DIGITAL_FRAMING_NFCA_T2T'. This is done by
451 int framing; member
828 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) && in trf7970a_drain_fifo()
950 switch (trf->framing) { in trf7970a_irq()
1311 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing) in trf7970a_in_config_framing() argument
1317 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_in_config_framing()
1319 switch (framing) { in trf7970a_in_config_framing()
1343 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_in_config_framing()
1347 trf->framing = framing; in trf7970a_in_config_framing()
1457 (trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T)) { in trf7970a_per_cmd_config()
1498 if ((trf->framing == NFC_DIGITAL_FRAMING_ISO15693_T5T) && in trf7970a_per_cmd_config()
1574 * on what the current framing is, the address of the TX length byte 1 in trf7970a_send_cmd()
1584 if (trf->framing == NFC_DIGITAL_FRAMING_NFCA_SHORT) { in trf7970a_send_cmd()
1647 * trf7970a_tg_config_framing() because the framing can change in trf7970a_tg_config_rf_tech()
1653 if ((trf->framing == NFC_DIGITAL_FRAMING_NFC_DEP_ACTIVATED) && in trf7970a_tg_config_rf_tech()
1663 /* Since this is a target routine, several of the framing calls are
1669 static int trf7970a_tg_config_framing(struct trf7970a *trf, int framing) in trf7970a_tg_config_framing() argument
1674 dev_dbg(trf->dev, "framing: %d\n", framing); in trf7970a_tg_config_framing()
1676 switch (framing) { in trf7970a_tg_config_framing()
1696 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing); in trf7970a_tg_config_framing()
1700 trf->framing = framing; in trf7970a_tg_config_framing()