Searched refs:config_entry (Results 1 – 2 of 2) sorted by relevance
357 struct kbase_debug_coresight_csf_config *config_entry; in kbase_debug_coresight_csf_unregister() local381 list_for_each_entry(config_entry, &kbdev->csf.coresight.configs, link) { in kbase_debug_coresight_csf_unregister()382 if (config_entry->client == client) { in kbase_debug_coresight_csf_unregister()384 kbase_debug_coresight_csf_config_free(config_entry); in kbase_debug_coresight_csf_unregister()471 struct kbase_debug_coresight_csf_config *config_entry; in kbase_debug_coresight_csf_config_enable() local496 list_for_each_entry(config_entry, &kbdev->csf.coresight.configs, link) { in kbase_debug_coresight_csf_config_enable()497 if (config_entry == config) { in kbase_debug_coresight_csf_config_enable()545 struct kbase_debug_coresight_csf_config *config_entry; in kbase_debug_coresight_csf_config_disable() local576 list_for_each_entry(config_entry, &kbdev->csf.coresight.configs, link) { in kbase_debug_coresight_csf_config_disable()577 if (config_entry == config) { in kbase_debug_coresight_csf_config_disable()[all …]
29 struct config_entry { struct41 static const struct config_entry config_table[] = { argument364 static const struct config_entry *snd_intel_dsp_find_config in snd_intel_dsp_find_config()365 (struct pci_dev *pci, const struct config_entry *table, u32 len) in snd_intel_dsp_find_config()420 const struct config_entry *cfg; in snd_intel_dsp_driver_probe()