component_ops
static const struct component_ops amdgpu_dm_audio_component_bind_ops = {
static const struct component_ops dcp_comp_ops = {
const struct component_ops *ops;
component_add(struct device *dev, const struct component_ops *ops)
component_add_typed(struct device *dev, const struct component_ops *ops,
static const struct component_ops intel_audio_component_bind_ops = {
static const struct component_ops i915_hdcp_ops = {
static const struct component_ops i915_gsc_proxy_component_ops = {
static const struct component_ops i915_pxp_tee_component_ops = {
int component_add(struct device *, const struct component_ops *);
int component_add_typed(struct device *, const struct component_ops *, int);
static const struct component_ops radeon_audio_component_bind_ops = {