Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddomain.c111 static const char * const tb_security_names[] = { variable
268 if (tb->security_level < ARRAY_SIZE(tb_security_names)) in security_show()
269 name = tb_security_names[tb->security_level]; in security_show()
455 tb_security_names[tb->security_level]); in tb_domain_add()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddomain.c115 static const char * const tb_security_names[] = { variable
261 if (tb->security_level < ARRAY_SIZE(tb_security_names)) in security_show()
262 name = tb_security_names[tb->security_level]; in security_show()

Completed in 3 milliseconds