Searched refs:tee_bus_type (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/tee/optee/ |
H A D | device.c | 88 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/include/linux/ |
H A D | tee_drv.h | 276 extern const struct bus_type tee_bus_type;
|
/linux/Documentation/driver-api/ |
H A D | tee.rst | 49 .bus = &tee_bus_type,
|
/linux/drivers/tee/ |
H A D | tee_core.c | 1236 const struct bus_type tee_bus_type = { variable 1241 EXPORT_SYMBOL_GPL(tee_bus_type); 1259 rc = bus_register(&tee_bus_type); in tee_init() 1277 bus_unregister(&tee_bus_type); in tee_exit()
|
/linux/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 264 .bus = &tee_bus_type,
|
/linux/drivers/char/hw_random/ |
H A D | optee-rng.c | 284 .bus = &tee_bus_type,
|
/linux/security/keys/trusted-keys/ |
H A D | trusted_tee.c | 267 .bus = &tee_bus_type,
|
/linux/drivers/char/tpm/ |
H A D | tpm_ftpm_tee.c | 385 .bus = &tee_bus_type,
|
/linux/drivers/rtc/ |
H A D | rtc-optee.c | 341 .bus = &tee_bus_type,
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 612 .bus = &tee_bus_type,
|
/linux/drivers/firmware/efi/stmm/ |
H A D | tee_stmm_efi.c | 594 .bus = &tee_bus_type,
|