Home
last modified time | relevance | path

Searched refs:tee_dev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c78 ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size, in intel_pxp_tee_io_message()
85 ret = pxp_component->ops->recv(pxp_component->tee_dev, msg_out, msg_out_max_size, in intel_pxp_tee_io_message()
137 ret = pxp_component->ops->gsc_command(pxp_component->tee_dev, client_id, in intel_pxp_tee_stream_message()
177 pxp->pxp_component->tee_dev = tee_kdev; in i915_pxp_tee_component_bind()
/linux/include/drm/intel/
H A Di915_pxp_tee_interface.h49 struct device *tee_dev; member
/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() argument
533 struct device *dev = &tee_dev->dev; in tee_stmm_efi_probe()
/linux/drivers/misc/mei/pxp/
H A Dmei_pxp.c189 comp_master->tee_dev = dev; in mei_component_master_bind()