Home
last modified time | relevance | path

Searched refs:config_entry (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/debug/backend/
H A Dmali_kbase_debug_coresight_csf.c357 struct kbase_debug_coresight_csf_config *config_entry; in kbase_debug_coresight_csf_unregister() local
381 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() local
496 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() local
576 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 …]
/OK3568_Linux_fs/kernel/sound/hda/
H A Dintel-dsp-config.c29 struct config_entry { struct
41 static const struct config_entry config_table[] = { argument
364 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()