Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/serial/
Diuu_phoenix.c83 u8 *dbgbuf; /* debug buffer */ member
95 kfree(priv->dbgbuf); in iuu_free_buf()
102 priv->dbgbuf = kzalloc(256, GFP_KERNEL); in iuu_alloc_buf()
104 if (!priv->buf || !priv->dbgbuf || !priv->writebuf) { in iuu_alloc_buf()
676 sprintf(priv->dbgbuf + i*2 , in iuu_bulk_write()
678 priv->dbgbuf[buf_len+i*2] = 0; in iuu_bulk_write()
680 buf_len, priv->dbgbuf); in iuu_bulk_write()
/linux-2.6.39/drivers/media/video/
Dv4l2-ioctl.c298 static void dbgbuf(unsigned int cmd, struct video_device *vfd, in dbgbuf() function
1130 dbgbuf(cmd, vfd, p); in __video_do_ioctl()
1145 dbgbuf(cmd, vfd, p); in __video_do_ioctl()
1160 dbgbuf(cmd, vfd, p); in __video_do_ioctl()