Home
last modified time | relevance | path

Searched refs:fn (Results 1 – 5 of 5) sorted by relevance

/sound/soc/samsung/
Ds3c-i2s-v2.c45 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
47 printk(KERN_DEBUG "%s: LRI=%d, TXFEMPT=%d, RXFEMPT=%d, TXFFULL=%d, RXFFULL=%d\n", fn, in dbg_showcon()
55 fn, in dbg_showcon()
60 printk(KERN_DEBUG "%s: ACTIVE: TXDMA=%d, RXDMA=%d, IIS=%d\n", fn, in dbg_showcon()
66 static inline void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
/sound/soc/
Dsoc-generic-dmaengine-pcm.c189 dma_filter_fn fn = NULL; in dmaengine_pcm_compat_request_channel() local
206 fn = pcm->config->compat_filter_fn; in dmaengine_pcm_compat_request_channel()
208 return snd_dmaengine_pcm_request_channel(fn, dma_data->filter_data); in dmaengine_pcm_compat_request_channel()
Dsoc-dapm.c1195 int (*fn)(struct snd_soc_dapm_widget *, struct list_head *, in is_connected_ep()
1237 con += fn(path->node[dir], list, custom_stop_condition); in is_connected_ep()
/sound/soc/sh/rcar/
Dcore.c551 #define rsnd_dai_call(fn, io, param...) \ argument
561 __rsnd_mod_shift_##fn, \
562 __rsnd_mod_add_##fn, \
563 __rsnd_mod_call_##fn); \
564 if (func_call > 0 && (mod)->ops->fn) \
565 tmp = (mod)->ops->fn(mod, io, param); \
569 rsnd_mod_name(mod), #fn, tmp, func_call);\
/sound/pci/asihpi/
Dhpi_internal.h380 #define HPI_EXTRACT_INDEX(fn) (fn & 0xff) argument