Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtee_drv.h298 extern const struct bus_type tee_bus_type;
/linux/drivers/tee/
H A Dtee_core.c1470 const struct bus_type tee_bus_type = { variable
1478 EXPORT_SYMBOL_GPL(tee_bus_type);
1508 tee_driver->driver.bus = &tee_bus_type; in __tee_client_driver_register()
1548 rc = bus_register(&tee_bus_type); in tee_init()
1566 bus_unregister(&tee_bus_type); in tee_exit()
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c