Home
last modified time | relevance | path

Searched refs:uvcg_info (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_uvc.c307 uvcg_info(f, "invalid request type\n"); in uvc_function_setup()
342 uvcg_info(f, "%s(%u)\n", __func__, interface); in uvc_function_get_alt()
373 uvcg_info(f, "%s(%u, %u)\n", __func__, interface, alt); in uvc_function_set_alt()
381 uvcg_info(f, "reset UVC Control\n"); in uvc_function_set_alt()
510 uvcg_info(f, "%s()\n", __func__); in uvc_function_disable()
556 uvcg_info(&uvc->func, "UVC connect failed with %d\n", ret); in uvc_function_connect()
565 uvcg_info(&uvc->func, "UVC disconnect failed with %d\n", ret); in uvc_function_disconnect()
784 uvcg_info(f, "%s()\n", __func__); in uvc_function_bind()
805 uvcg_info(f, "overriding streaming_maxpacket to %d\n", in uvc_function_bind()
870 uvcg_info(f, "Unable to allocate control EP\n"); in uvc_function_bind()
[all …]
H A Duvc.h59 #define uvcg_info(f, fmt, args...) \ macro
H A Duvc_v4l2.c118 uvcg_info(&uvc->func, "Unsupported format 0x%08x.\n", in uvc_v4l2_set_format()
H A Duvc_video.c413 uvcg_info(&video->uvc->func, in uvcg_video_enable()