Lines Matching refs:impl_ops
394 struct arm_cspmu_impl_ops *impl_ops = &cspmu->impl.ops; in arm_cspmu_init_impl_ops() local
421 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_event_attrs); in arm_cspmu_init_impl_ops()
422 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_format_attrs); in arm_cspmu_init_impl_ops()
423 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_identifier); in arm_cspmu_init_impl_ops()
424 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_name); in arm_cspmu_init_impl_ops()
425 CHECK_DEFAULT_IMPL_OPS(impl_ops, is_cycle_counter_event); in arm_cspmu_init_impl_ops()
426 CHECK_DEFAULT_IMPL_OPS(impl_ops, event_type); in arm_cspmu_init_impl_ops()
427 CHECK_DEFAULT_IMPL_OPS(impl_ops, event_filter); in arm_cspmu_init_impl_ops()
428 CHECK_DEFAULT_IMPL_OPS(impl_ops, event_attr_is_visible); in arm_cspmu_init_impl_ops()
438 const struct arm_cspmu_impl_ops *impl_ops = &cspmu->impl.ops; in arm_cspmu_alloc_event_attr_group() local
446 event_group->is_visible = impl_ops->event_attr_is_visible; in arm_cspmu_alloc_event_attr_group()
447 event_group->attrs = impl_ops->get_event_attrs(cspmu); in arm_cspmu_alloc_event_attr_group()
480 const struct arm_cspmu_impl_ops *impl_ops = &cspmu->impl.ops; in arm_cspmu_alloc_attr_group() local
487 cspmu->identifier = impl_ops->get_identifier(cspmu); in arm_cspmu_alloc_attr_group()
488 cspmu->name = impl_ops->get_name(cspmu); in arm_cspmu_alloc_attr_group()