Searched refs:component_name (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/jfs/ |
| H A D | jfs_dtree.h | 243 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 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/sdw_utils/ |
| H A D | soc_sdw_utils.c | 175 .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 D | soc-core.c | 354 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()
|