tee_init()- Call
class_register()to registertee_class. - Call
alloc_chrdev_region()to register a range of char device numbers for TEE devices. - 0 ~
TEE_NUM_DEVICES. - Call
bus_register()to registertee_bus_type.
tee_init()c
Loading...
tee_init()class_register() to register tee_class.alloc_chrdev_region() to register a range of char device numbers for TEE devices.TEE_NUM_DEVICES.bus_register() to register tee_bus_type.