Searched refs:DBG_FUNC (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | debuglib.c | 36 #define DBG_FUNC(name) \ macro 46 DBG_FUNC(LOG) 47 DBG_FUNC(FTL) in DBG_FUNC() function 48 DBG_FUNC(ERR) in DBG_FUNC() 49 DBG_FUNC(TRC) in DBG_FUNC() 50 DBG_FUNC(MXLOG) in DBG_FUNC() 51 DBG_FUNC(FTL_MXLOG) in DBG_FUNC() 61 DBG_FUNC(REG) 62 DBG_FUNC(MEM) in DBG_FUNC() function 63 DBG_FUNC(SPL) in DBG_FUNC() [all …]
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 89 #define DBG_FUNC (1 << 5) macro 1573 PDEBUG(DBG_FUNC, ""); in usbvision_power_off() 1578 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code != 1) ? "ERROR" : "power is off", err_code); in usbvision_power_off() 1644 PDEBUG(DBG_FUNC, "isoc_mode %#02x", format); in usbvision_set_video_format() 1706 PDEBUG(DBG_FUNC, "usb %dx%d; screen %dx%d; stretch %dx%d", in usbvision_set_output() 1745 PDEBUG(DBG_FUNC, "frame_rate %d fps, frame_drop %d", frame_rate, frame_drop); in usbvision_set_output() 1811 PDEBUG(DBG_FUNC, "allocated %d frames (%d bytes per frame)", in usbvision_frames_alloc() 1823 PDEBUG(DBG_FUNC, "free %d frames", usbvision->num_frames); in usbvision_frames_free() 2139 PDEBUG(DBG_FUNC, ""); in usbvision_power_on() 2158 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code < 0) ? "ERROR" : "power is on", err_code); in usbvision_power_on() [all …]
|