Home
last modified time | relevance | path

Searched refs:component_name (Results 1 – 6 of 6) sorted by relevance

/linux/fs/jfs/
H A Djfs_dtree.h243 extern int dtSearch(struct inode *ip, struct component_name * key,
246 extern int dtInsert(tid_t tid, struct inode *ip, struct component_name * key,
249 extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key,
252 extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key,
H A Djfs_unicode.h14 extern int get_UCSname(struct component_name *, struct dentry *);
H A Djfs_unicode.c102 int get_UCSname(struct component_name * uniName, struct dentry *dentry) in get_UCSname()
H A Djfs_types.h122 struct component_name { struct
/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c175 .component_name = "rt712",
262 .component_name = "rt1308",
284 .component_name = "rt1316",
305 .component_name = "rt1318",
326 .component_name = "rt1320",
347 .component_name = "rt1320",
446 .component_name = "rt721",
489 .component_name = "rt722",
522 .component_name = "mx8373",
542 .component_name = "mx8363",
[all …]
/linux/sound/soc/
H A Dsoc-core.c354 const char *component_name = component->driver->name; in snd_soc_rtdcom_lookup() local
356 if (!component_name) in snd_soc_rtdcom_lookup()
359 if ((component_name == driver_name) || in snd_soc_rtdcom_lookup()
360 strcmp(component_name, driver_name) == 0) in snd_soc_rtdcom_lookup()