Home
last modified time | relevance | path

Searched refs:con_groups (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/hwtracing/coresight/
Dcoresight-cti.h112 const struct attribute_group **con_groups; member
Dcoresight-cti-sysfs.c1053 ctidev->con_groups[grp_idx] = group; in cti_create_con_sysfs_group()
1120 ctidev->con_groups = devm_kcalloc(dev, nr_groups, in cti_create_cons_groups()
1123 if (!ctidev->con_groups) in cti_create_cons_groups()
1140 ctidev->con_groups[i] = coresight_cti_groups[i]; in cti_create_cons_sysfs()
Dcoresight-cti-core.c921 cti_desc.groups = drvdata->ctidev.con_groups; in cti_probe()