Lines Matching refs:name
291 #define ASM_NAME(name) __SYMBOL_PREFIX name
307 /* Tacking on "\n\t#" to the section name makes gcc put it's bogus
372 void *snd_dlobj_cache_get(const char *lib, const char *name, const char *version, int verbose);
373 void *snd_dlobj_cache_get2(const char *lib, const char *name, const char *version, int verbose);
399 void *INTERNAL(snd_dlopen)(const char *name, int mode, char *errbuf, size_t errbuflen);
404 const char *uc_mgr_alibcfg_by_device(snd_config_t **config, const char *name);
406 static inline int _snd_is_ucm_device(const char *name)
408 return name && name[0] == '_' && name[1] == 'u' && name[2] == 'c' && name[3] == 'm';
413 static inline const char *uc_mgr_alibcfg_by_device(snd_config_t **config, const char *name) { return NULL; }
414 static inline int _snd_is_ucm_device(const char *name) { return 0; }