Home
last modified time | relevance | path

Searched refs:gsc_command (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/drm/intel/
Di915_pxp_tee_interface.h35 ssize_t (*gsc_command)(struct device *dev, u8 client_id, u32 fence_id, member
/linux-6.12.1/drivers/gpu/drm/i915/pxp/
Dintel_pxp_tee.c126 if (unlikely(!pxp_component || !pxp_component->ops->gsc_command)) { in intel_pxp_tee_stream_message()
137 ret = pxp_component->ops->gsc_command(pxp_component->tee_dev, client_id, in intel_pxp_tee_stream_message()
/linux-6.12.1/drivers/misc/mei/pxp/
Dmei_pxp.c179 .gsc_command = mei_pxp_gsc_command,