Searched refs:IVTV_DEBUG_HI_FILE (Results 1 – 2 of 2) sorted by relevance
/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 421 IVTV_DEBUG_HI_FILE("read %zd from %s, got %zd\n", count, s->name, rc); in ivtv_read_pos() 512 IVTV_DEBUG_HI_FILE("read %zd bytes from %s\n", count, s->name); in ivtv_v4l2_read() 561 IVTV_DEBUG_HI_FILE("write %zd bytes to %s\n", count, s->name); in ivtv_write() 617 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused); in ivtv_write() 716 IVTV_DEBUG_HI_FILE("Wrote %d bytes to %s (%d)\n", bytes_written, s->name, s->q_full.bytesused); in ivtv_write() 741 IVTV_DEBUG_HI_FILE("Decoder poll\n"); in ivtv_v4l2_dec_poll() 794 IVTV_DEBUG_HI_FILE("Encoder poll\n"); in ivtv_v4l2_enc_poll()
|
D | ivtv-driver.h | 167 #define IVTV_DEBUG_HI_FILE(fmt, args...) IVTV_DEBUG_HIGH_VOL(IVTV_DBGFLG_FILE, "file", fmt , ## … macro
|