Lines Matching defs:xe_oa_config
58 struct xe_oa_config { struct
59 struct xe_oa *oa;
61 char uuid[UUID_STRING_LEN + 1];
62 int id;
64 const struct xe_oa_reg *regs;
65 u32 regs_len;
67 struct attribute_group sysfs_metric;
68 struct attribute *attrs[2];
69 struct kobj_attribute sysfs_metric_id;
71 struct kref ref;
95 struct xe_oa_config_bo { argument