Home
last modified time | relevance | path

Searched refs:is_rf_field (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/nfc/
Dtrf7970a.c1232 static int trf7970a_is_rf_field(struct trf7970a *trf, bool *is_rf_field) in trf7970a_is_rf_field() argument
1259 *is_rf_field = true; in trf7970a_is_rf_field()
1261 *is_rf_field = false; in trf7970a_is_rf_field()
1269 bool is_rf_field = false; in trf7970a_in_config_framing() local
1305 ret = trf7970a_is_rf_field(trf, &is_rf_field); in trf7970a_in_config_framing()
1309 if (is_rf_field) in trf7970a_in_config_framing()