Home
last modified time | relevance | path

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

/linux/drivers/tee/
H A Dtee_core.c1476 const struct bus_type tee_bus_type = { variable
1484 EXPORT_SYMBOL_GPL(tee_bus_type);
1514 tee_driver->driver.bus = &tee_bus_type; in __tee_client_driver_register()
1554 rc = bus_register(&tee_bus_type); in tee_init()
1572 bus_unregister(&tee_bus_type); in tee_exit()
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c