Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nfc/
Dtrf7970a.c1229 static int trf7970a_is_rf_field(struct trf7970a *trf, bool *is_rf_field) in trf7970a_is_rf_field() argument
1256 *is_rf_field = true; in trf7970a_is_rf_field()
1258 *is_rf_field = false; in trf7970a_is_rf_field()
1266 bool is_rf_field = false; in trf7970a_in_config_framing() local
1302 ret = trf7970a_is_rf_field(trf, &is_rf_field); in trf7970a_in_config_framing()
1306 if (is_rf_field) in trf7970a_in_config_framing()