Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/function/
H A Df_uvc.c233 uvcg_info(f, "invalid request type\n"); in uvc_function_setup()
278 uvcg_info(f, "%s(%u)\n", __func__, interface); in uvc_function_get_alt()
297 uvcg_info(f, "%s(%u, %u)\n", __func__, interface, alt); in uvc_function_set_alt()
304 uvcg_info(f, "reset UVC interrupt endpoint\n"); in uvc_function_set_alt()
357 uvcg_info(f, "reset UVC\n"); in uvc_function_set_alt()
382 uvcg_info(f, "%s()\n", __func__); in uvc_function_disable()
655 uvcg_info(f, "%s()\n", __func__); in uvc_function_bind()
667 uvcg_info(f, "overriding streaming_maxpacket to %d\n", in uvc_function_bind()
714 uvcg_info(f, "Unable to allocate interrupt EP\n"); in uvc_function_bind()
739 uvcg_info(f, "Unable to allocate streaming EP\n"); in uvc_function_bind()
[all …]
H A Duvc.h58 #define uvcg_info(f, fmt, args...) \ macro
H A Duvc_video.c498 uvcg_info(&video->uvc->func, in uvcg_video_enable()