Home
last modified time | relevance | path

Searched refs:uvc_dbg (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvc_driver.c247 uvc_dbg(dev, DESCR, in uvc_parse_format()
309 uvc_dbg(dev, DESCR, in uvc_parse_format()
324 uvc_dbg(dev, DESCR, in uvc_parse_format()
332 uvc_dbg(dev, DESCR, in uvc_parse_format()
358 uvc_dbg(dev, DESCR, in uvc_parse_format()
365 uvc_dbg(dev, DESCR, "Found format %p4cc", &format->fcc); in uvc_parse_format()
387 uvc_dbg(dev, DESCR, in uvc_parse_format()
469 uvc_dbg(dev, DESCR, "- %ux%u (%u.%u fps)\n", in uvc_parse_format()
490 uvc_dbg(dev, DESCR, in uvc_parse_format()
527 uvc_dbg(dev, DESCR, in uvc_parse_streaming()
[all …]
H A Duvc_isight.c54 uvc_dbg(stream->dev, FRAME, "iSight header found\n"); in isight_decode()
61 uvc_dbg(stream->dev, FRAME, in isight_decode()
92 uvc_dbg(stream->dev, FRAME, in isight_decode()
110 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_isight()
H A Duvc_status.c104 uvc_dbg(dev, STATUS, in uvc_event_streaming()
113 uvc_dbg(dev, STATUS, "Button (intf %u) %s len %d\n", in uvc_event_streaming()
118 uvc_dbg(dev, STATUS, "Stream %u error event %02x len %d\n", in uvc_event_streaming()
174 uvc_dbg(dev, STATUS, "Invalid control status event received\n"); in uvc_event_control()
178 uvc_dbg(dev, STATUS, "Control %u/%u %s change len %d\n", in uvc_event_control()
240 uvc_dbg(dev, STATUS, "Unknown status event type %u\n", in uvc_status_complete()
H A Duvc_video.c102 uvc_dbg(dev, CONTROL, "Control error %u\n", error); in uvc_query_ctrl()
160 uvc_dbg(stream->dev, VIDEO, in uvc_fixup_video_ctrl()
818 uvc_dbg(stream->dev, CLOCK, in uvc_video_clock_update()
854 uvc_dbg(stream->dev, CLOCK, in uvc_video_clock_update()
990 uvc_dbg(stream->dev, STATS, in uvc_video_stats_update()
1158 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start()
1174 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start()
1207 uvc_dbg(stream->dev, FRAME, in uvc_video_decode_start()
1292 uvc_dbg(uvc_urb->stream->dev, FRAME, in uvc_video_decode_data()
1306 uvc_dbg(stream->dev, FRAME, "Frame complete (EOF found)\n"); in uvc_video_decode_end()
[all …]
H A Duvc_v4l2.c142 uvc_dbg(chain->dev, CONTROL, in uvc_ioctl_xu_ctrl_map()
229 uvc_dbg(stream->dev, FORMAT, "Trying format 0x%08x (%c%c%c%c): %ux%u\n", in uvc_v4l2_try_format()
274 uvc_dbg(stream->dev, FORMAT, "Unsupported size %ux%u\n", in uvc_v4l2_try_format()
281 uvc_dbg(stream->dev, FORMAT, in uvc_v4l2_try_format()
330 uvc_dbg(stream->dev, FORMAT, in uvc_v4l2_try_format()
342 uvc_dbg(stream->dev, FORMAT, in uvc_v4l2_try_format()
485 uvc_dbg(stream->dev, FORMAT, "Setting frame interval to %u/%u (%u)\n", in uvc_v4l2_set_streamparm()
618 uvc_dbg(stream->dev, CALLS, "%s\n", __func__); in uvc_v4l2_open()
660 uvc_dbg(stream->dev, CALLS, "%s\n", __func__); in uvc_v4l2_release()
1517 uvc_dbg(stream->dev, CALLS, "%s: not implemented\n", __func__); in uvc_v4l2_read()
[all …]
H A Duvc_ctrl.c1000 uvc_dbg(chain->dev, CONTROL, "Control 0x%08x not found\n", in uvc_find_control()
2162 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info()
2175 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info()
2183 uvc_dbg(dev, CONTROL, in uvc_ctrl_fill_xu_info()
2213 uvc_dbg(dev, CONTROL, in uvc_ctrl_init_xu_ctrl()
2244 uvc_dbg(chain->dev, CONTROL, "Extension unit %u not found\n", in uvc_xu_ctrl_query()
2260 uvc_dbg(chain->dev, CONTROL, "Control %pUl/%u not found\n", in uvc_xu_ctrl_query()
2409 uvc_dbg(dev, CONTROL, "Added control %pUl/%u to device %s entity %u\n", in uvc_ctrl_add_info()
2479 uvc_dbg(chain->dev, CONTROL, "Adding mapping '%s' to control %pUl/%u\n", in __uvc_ctrl_add_mapping()
2504 uvc_dbg(dev, CONTROL, in uvc_ctrl_add_mapping()
[all …]
H A Duvc_queue.c106 uvc_dbg(uvc_queue_to_stream(queue)->dev, CAPTURE, in uvc_buffer_prepare()
H A Duvcvideo.h648 #define uvc_dbg(_dev, flag, fmt, ...) \ macro