Searched refs:tee_client_device (Results 1 – 6 of 6) sorted by relevance
305 struct tee_client_device { struct310 #define to_tee_client_device(d) container_of(d, struct tee_client_device, dev) argument318 int (*probe)(struct tee_client_device *);319 void (*remove)(struct tee_client_device *);320 void (*shutdown)(struct tee_client_device *);
1419 struct tee_client_device *tee_device; in tee_client_device_match()1443 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_probe()1454 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_remove()1463 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_shutdown()1480 static int tee_client_device_probe_legacy(struct tee_client_device *tcdev) in tee_client_device_probe_legacy()1488 static void tee_client_device_remove_legacy(struct tee_client_device *tcdev) in tee_client_device_remove_legacy()1496 static void tee_client_device_shutdown_legacy(struct tee_client_device *tcdev) in tee_client_device_shutdown_legacy()
416 static int qcom_pas_tee_probe(struct tee_client_device *pas_dev) in qcom_pas_tee_probe()450 static void qcom_pas_tee_remove(struct tee_client_device *pas_dev) in qcom_pas_tee_remove()
531 static int tee_stmm_efi_probe(struct tee_client_device *tee_dev) in tee_stmm_efi_probe()576 static void tee_stmm_efi_remove(struct tee_client_device *dev) in tee_stmm_efi_remove()
205 static int trusted_key_probe(struct tee_client_device *rng_device) in trusted_key_probe() 247 static void trusted_key_remove(struct tee_client_device *dev) in trusted_key_remove()
547 static int optee_rtc_probe(struct tee_client_device *rtc_device) in optee_rtc_probe()682 static void optee_rtc_remove(struct tee_client_device *rtc_device) in optee_rtc_remove()