Searched refs:component_name (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sdw_utils/ |
| H A D | soc_sdw_utils.c | 235 .component_name = "tas2783", 333 .component_name = "rt712", 427 .component_name = "rt1308", 451 .component_name = "rt1316", 474 .component_name = "rt1318", 497 .component_name = "rt1320", 511 .component_name = "rt1320", 530 .component_name = "rt1320", 544 .component_name = "rt1320", 644 .component_name [all...] |
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | fw.c | 755 const char *component_name = NULL; in pdsc_flash_component() local 771 component_name = "fw"; in pdsc_flash_component() 775 component_name = component_name_buf; in pdsc_flash_component() 783 component_name, 0, 0); in pdsc_flash_component() 790 component_name ?: "(unknown)", component->classification, in pdsc_flash_component() 840 component_name, in pdsc_flash_component() 854 component_name, offset, in pdsc_flash_component() 864 component_name, 0, 0); in pdsc_flash_component() 885 const char *component_name = priv->params->component; in pdsc_finalize_update() local 907 component_name, 0, 0); in pdsc_finalize_update() [all …]
|
| /linux/fs/jfs/ |
| H A D | jfs_unicode.h | 14 extern int get_UCSname(struct component_name *, struct dentry *);
|
| H A D | jfs_unicode.c | 102 int get_UCSname(struct component_name * uniName, struct dentry *dentry) in get_UCSname()
|
| H A D | jfs_types.h | 122 struct component_name { struct
|
| /linux/sound/soc/ |
| H A D | soc-core.c | 347 const char *component_name = component->driver->name; in snd_soc_rtdcom_lookup() local 349 if (!component_name) in snd_soc_rtdcom_lookup() 352 if ((component_name == driver_name) || in snd_soc_rtdcom_lookup() 353 strcmp(component_name, driver_name) == 0) in snd_soc_rtdcom_lookup() 396 struct snd_soc_component *snd_soc_lookup_component_by_name(const char *component_name) in snd_soc_lookup_component_by_name() argument 402 if (strstr(component->name, component_name)) in snd_soc_lookup_component_by_name()
|