Home
last modified time | relevance | path

Searched refs:tee_client_device (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
H A Dtee_drv.h305 struct tee_client_device { struct
310 #define to_tee_client_device(d) container_of(d, struct tee_client_device, dev) argument
318 int (*probe)(struct tee_client_device *);
319 void (*remove)(struct tee_client_device *);
320 void (*shutdown)(struct tee_client_device *);
/linux/drivers/tee/
H A Dtee_core.c1419 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()
/linux/drivers/firmware/qcom/
H A Dqcom_pas_tee.c416 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()
/linux/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c531 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()
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c205 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()
/linux/drivers/rtc/
H A Drtc-optee.c547 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()