Searched refs:DBG_FUNC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/media/usb/usbvision/ |
| D | usbvision-core.c | 75 #define DBG_FUNC (1 << 5) macro 1551 PDEBUG(DBG_FUNC, ""); in usbvision_power_off() 1556 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code != 1) ? "ERROR" : "power is off", err_code); in usbvision_power_off() 1622 PDEBUG(DBG_FUNC, "isoc_mode %#02x", format); in usbvision_set_video_format() 1684 PDEBUG(DBG_FUNC, "usb %dx%d; screen %dx%d; stretch %dx%d", in usbvision_set_output() 1723 PDEBUG(DBG_FUNC, "frame_rate %d fps, frame_drop %d", frame_rate, frame_drop); in usbvision_set_output() 1785 PDEBUG(DBG_FUNC, "allocated %d frames (%d bytes per frame)", in usbvision_frames_alloc() 1797 PDEBUG(DBG_FUNC, "free %d frames", usbvision->num_frames); in usbvision_frames_free() 2113 PDEBUG(DBG_FUNC, ""); in usbvision_power_on() 2132 PDEBUG(DBG_FUNC, "%s: err_code %d", (err_code < 0) ? "ERROR" : "power is on", err_code); in usbvision_power_on() [all …]
|