Home
last modified time | relevance | path

Searched defs:i915_pxp_component_ops (Results 1 – 1 of 1) sorted by relevance

/linux/include/drm/intel/
H A Di915_pxp_tee_interface.h16 struct i915_pxp_component_ops { struct
20 struct module *owner;
25 int (*send)(struct device *dev, const void *message, size_t size,
30 int (*recv)(struct device *dev, void *buffer, size_t size,
54 const struct i915_pxp_component_ops *ops; argument