Home
last modified time | relevance | path

Searched refs:alpha2_x (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/wireless/
H A Dreg.c391 static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y) in alpha2_equal() argument
393 if (!alpha2_x || !alpha2_y) in alpha2_equal()
395 return alpha2_x[0] == alpha2_y[0] && alpha2_x[1] == alpha2_y[1]; in alpha2_equal()
/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c411 static bool alpha2_equal(const char *alpha2_x, const char *alpha2_y) in alpha2_equal() argument
413 if (!alpha2_x || !alpha2_y) in alpha2_equal()
415 return alpha2_x[0] == alpha2_y[0] && alpha2_x[1] == alpha2_y[1]; in alpha2_equal()

Completed in 11 milliseconds