Lines Matching full:configurations
16 * cscfg_ API manages configurations and features for the entire coresight
19 * It allows the loading of configurations and features, and loads these into
502 /* next any configurations to check feature dependencies */ in cscfg_load_owned_cfgs_feats()
518 /* set configurations as available to activate at the end of the load process */
532 * Create and register each of the configurations and features with configfs.
564 * To facilitate dynamic loading and unloading, features and configurations
567 * As later loaded configurations can use earlier loaded features, creating load
642 * cscfg_unload_config_sets - unload a set of configurations by owner.
645 * the load owner of that set. Later loaded configurations can depend on
649 * 1) no configurations are active.
792 * configurations and features that match the device will be loaded onto it.
899 * active configurations in _cscfg_activate_config()
993 * Only activated configurations can be enabled on individual devices.
998 * was loaded and added to the cs_etm/configurations file system for selection
1109 * Disable will save the values of any registers marked in the configurations
1200 * If exiting due to coresight module unload, we need to unload any configurations that remain,
1230 pr_info("cscfg: unloading preloaded configurations\n"); in cscfg_unload_cfgs_on_exit()
1282 /* preload built-in configurations */ in cscfg_init()