Home
last modified time | relevance | path

Searched refs:component_ops (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dcomponent.h11 struct component_ops { struct
21 int component_add(struct device *, const struct component_ops *); argument
22 int component_add_typed(struct device *, const struct component_ops *, int);
/openbsd-src/sys/dev/pci/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c347 static const struct component_ops i915_gsc_proxy_component_ops = {
/openbsd-src/sys/dev/pci/drm/i915/pxp/
H A Dintel_pxp_tee.c224 static const struct component_ops i915_pxp_tee_component_ops = {
/openbsd-src/sys/dev/pci/drm/radeon/
H A Dradeon_audio.c825 static const struct component_ops radeon_audio_component_bind_ops = {
/openbsd-src/sys/dev/pci/drm/apple/
H A Ddcp.c928 static const struct component_ops dcp_comp_ops = {
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_linux.c3425 const struct component_ops *ops;
3432 component_add(struct device *dev, const struct component_ops *ops) in component_add()
3444 component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_audio.c1223 static const struct component_ops i915_audio_component_bind_ops = {
H A Dintel_hdcp.c2137 static const struct component_ops i915_hdcp_ops = {
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1002 static const struct component_ops amdgpu_dm_audio_component_bind_ops = { in amdgpu_dm_audio_init()