Searched refs:RIO_DEBUG_PARAM (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/generic_serial/rio/ |
D | rioparam.c | 164 …rio_dprintk(RIO_DEBUG_PARAM, "RIOParam: Port:%d cmd:%d Modem:%d SleepFlag:%d Mapped: %d, tty=%p\n"… in RIOParam() 167 rio_dprintk(RIO_DEBUG_PARAM, "Can't call rioparam with null tty.\n"); in RIOParam() 191 rio_dprintk(RIO_DEBUG_PARAM, "Port IN_USE for pre-emptive command\n"); in RIOParam() 195 rio_dprintk(RIO_DEBUG_PARAM, "Port has no space on transmit queue\n"); in RIOParam() 205 rio_dprintk(RIO_DEBUG_PARAM, "wait for can_add_transmit\n"); in RIOParam() 210 rio_dprintk(RIO_DEBUG_PARAM, "wait for can_add_transmit broken by signal\n"); in RIOParam() 229 rio_dprintk(RIO_DEBUG_PARAM, "can_add_transmit() returns %x\n", res); in RIOParam() 230 rio_dprintk(RIO_DEBUG_PARAM, "Packet is %p\n", PacketP); in RIOParam() 238 rio_dprintk(RIO_DEBUG_PARAM, "5 bit data\n"); in RIOParam() 244 rio_dprintk(RIO_DEBUG_PARAM, "6 bit data\n"); in RIOParam() [all …]
|
D | linux_compat.h | 35 #define RIO_DEBUG_PARAM 0x000020 macro
|
D | rio_linux.c | 289 rio_dprintk(RIO_DEBUG_PARAM, "%08lx ", (unsigned long) addr + i); in my_hd() 291 rio_dprintk(RIO_DEBUG_PARAM, "%02x %s", addr[j + i], (j == 7) ? " " : ""); in my_hd() 295 rio_dprintk(RIO_DEBUG_PARAM, "%c", (ch < 0x20) ? '.' : ((ch > 0x7f) ? '.' : ch)); in my_hd() 297 rio_dprintk(RIO_DEBUG_PARAM, "\n"); in my_hd()
|