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