Home
last modified time | relevance | path

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

/linux/drivers/tee/optee/
H A Ddevice.c88 optee_device->dev.bus = &tee_bus_type; in optee_register_device()
196 bus_for_each_dev(&tee_bus_type, NULL, NULL, in optee_unregister_devices()
/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