Home
last modified time | relevance | path

Searched refs:DBGP (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dvwsnd.c203 #define DBGP(fmt, args...) (DBGX(__FUNCTION__ ": " fmt, ##args)) macro
205 #define DBGC(rtn) (DBGP("calling %s\n", rtn))
206 #define DBGR() (DBGP("returning\n"))
208 #define DBGPV(fmt, args...) (shut_up ? 0 : DBGP(fmt, ##args))
218 #define DBGP(fmt, args...) ((void) 0) macro
1206 DBGP("enabling digital resample mode\n"); in ad1843_set_recsrc()
1212 DBGP("disabling digital resample mode\n"); in ad1843_set_recsrc()
1990 DBGP("stopping. hwstate = %d\n", hwstate); in pcm_output()
2018 DBGP("nb = %d, fragsize = %d\n", nb, fragsize); in pcm_output()
2019 DBGP("hw_avail = %d\n", hw_avail); in pcm_output()
[all …]
/linux-2.4.37.9/drivers/block/
Dcpqarray.c134 #define DBGP(s) do { } while(0) macro