Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/ivtv/
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);
Divtv-driver.h150 #define IVTV_DEBUG_FILE(fmt, args...) IVTV_DEBUG(IVTV_DBGFLG_FILE, "file", fmt , ## args) macro