Lines Matching full:coresight
10 #include "coresight-config.h"
11 #include "coresight-etm-perf.h"
12 #include "coresight-syscfg.h"
13 #include "coresight-syscfg-configfs.h"
16 * cscfg_ API manages configurations and features for the entire coresight
20 * coresight devices as appropriate.
31 /* get name feature instance from a coresight device list of features */
51 /* this is being allocated using the devm for the coresight device */ in cscfg_alloc_csdev_cfg()
174 /* load one feature into one coresight device */
381 pr_err("coresight-syscfg: Failed to load feature %s\n", in cscfg_load_config_sets()
397 pr_err("coresight-syscfg: Failed to load configuration %s\n", in cscfg_load_config_sets()
411 /* Handle coresight device registration and add configs and features to devices */
448 /* Add coresight device to list and copy its matching info */
472 /* remove a coresight device from the list and free data */
487 * cscfg_register_csdev - register a coresight device with the syscfg manager.
489 * Registers the coresight device with the system. @match_flags used to check
493 * @csdev: The coresight device to register.
532 * cscfg_unregister_csdev - remove coresight device from syscfg manager.
545 * cscfg_csdev_reset_feats - reset features for a CoreSight device.
550 * @csdev: The CoreSight device.
649 * If active and supported the CoreSight device @csdev will be programmed with the
655 * @csdev: CoreSight device to program.
721 * Disables the active configuration on the CoreSight device @csdev.
728 * @csdev: The CoreSight device.
837 dev_info(cscfg_device(), "CoreSight Configuration manager initialised"); in cscfg_init()