Searched refs:DBG_FUNC (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 85 #define DBG_FUNC (1 << 5) macro 1564 PDEBUG(DBG_FUNC, ""); in usbvision_power_off() 1569 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code != 1) ? "ERROR" : "power is off", err_code); in usbvision_power_off() 1635 PDEBUG(DBG_FUNC, "isoc_mode %#02x", format); in usbvision_set_video_format() 1697 PDEBUG(DBG_FUNC, "usb %dx%d; screen %dx%d; stretch %dx%d", in usbvision_set_output() 1736 PDEBUG(DBG_FUNC, "frame_rate %d fps, frame_drop %d", frame_rate, frame_drop); in usbvision_set_output() 1798 PDEBUG(DBG_FUNC, "allocated %d frames (%d bytes per frame)", in usbvision_frames_alloc() 1810 PDEBUG(DBG_FUNC, "free %d frames", usbvision->num_frames); in usbvision_frames_free() 2126 PDEBUG(DBG_FUNC, ""); in usbvision_power_on() 2145 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code < 0) ? "ERROR" : "power is on", err_code); in usbvision_power_on() [all …]
|