Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c778 IVTV_DEBUG_FILE("Encoder poll started capture\n"); in ivtv_v4l2_enc_poll()
801 IVTV_DEBUG_FILE("close() of %s\n", s->name); in ivtv_stop_capture()
840 IVTV_DEBUG_FILE("close() of %s\n", s->name); in ivtv_stop_decoding()
873 IVTV_DEBUG_FILE("close %s\n", s->name); in ivtv_v4l2_close()
939 IVTV_DEBUG_FILE("open %s\n", s->name);
H A Divtv-driver.h150 #define IVTV_DEBUG_FILE(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_FILE, "file", fmt , ## args) macro