Lines Matching refs: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
444 int framing;
784 if ((trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T) && (skb->len == 1) &&
906 switch (trf->framing) {
1263 static int trf7970a_in_config_framing(struct trf7970a *trf, int framing)
1269 dev_dbg(trf->dev, "framing: %d\n", framing);
1271 switch (framing) {
1295 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing);
1299 trf->framing = framing;
1408 (trf->framing == NFC_DIGITAL_FRAMING_NFCA_T2T)) {
1449 if ((trf->framing == NFC_DIGITAL_FRAMING_ISO15693_T5T) &&
1525 * on what the current framing is, the address of the TX length byte 1
1535 if (trf->framing == NFC_DIGITAL_FRAMING_NFCA_SHORT) {
1598 * trf7970a_tg_config_framing() because the framing can change
1604 if ((trf->framing == NFC_DIGITAL_FRAMING_NFC_DEP_ACTIVATED) &&
1615 /* Since this is a target routine, several of the framing calls are
1621 static int trf7970a_tg_config_framing(struct trf7970a *trf, int framing)
1626 dev_dbg(trf->dev, "framing: %d\n", framing);
1628 switch (framing) {
1648 dev_dbg(trf->dev, "Unsupported Framing: %d\n", framing);
1652 trf->framing = framing;