Home
last modified time | relevance | path

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

/sound/soc/samsung/
Ds3c-i2s-v2.c34 static void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
36 printk(KERN_DEBUG "%s: LRI=%d, TXFEMPT=%d, RXFEMPT=%d, TXFFULL=%d, RXFFULL=%d\n", fn, in dbg_showcon()
44 fn, in dbg_showcon()
49 printk(KERN_DEBUG "%s: ACTIVE: TXDMA=%d, RXDMA=%d, IIS=%d\n", fn, in dbg_showcon()
55 static inline void dbg_showcon(const char *fn, u32 con) in dbg_showcon() argument
/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
/sound/soc/
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()