Home
last modified time | relevance | path

Searched refs:PWC_ERROR (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-if.c285 PWC_ERROR("pwc_isoc_handler() called with status %d [%s].\n", in pwc_isoc_handler()
290 PWC_ERROR("Too many ISOC errors, bailing out.\n"); in pwc_isoc_handler()
314 PWC_ERROR("Iso frame %d has error %d\n", i, fst); in pwc_isoc_handler()
326 PWC_ERROR("Frame overflow (%d > %d)\n", in pwc_isoc_handler()
353 PWC_ERROR("Error (%d) re-submitting urb in pwc_isoc_handler.\n", i); in pwc_isoc_handler()
396 PWC_ERROR("Failed to find packet size for video endpoint in current alternate setting.\n"); in pwc_isoc_init()
429 PWC_ERROR("Failed to allocate urb buffer %d\n", i); in pwc_isoc_init()
453 PWC_ERROR("isoc_init() submit_urb %d failed with error %d\n", i, ret); in pwc_isoc_init()
999 PWC_ERROR("Oops, could not allocate memory for pwc_device.\n"); in usb_pwc_probe()
1024 PWC_ERROR("Oops, could not initialize vb2 queue.\n"); in usb_pwc_probe()
[all …]
Dpwc-ctrl.c118 PWC_ERROR("recv_control_msg error %d req %02x val %04x\n", in recv_control_msg()
138 PWC_ERROR("send_video_command error %d\n", rc); in send_video_command()
351 PWC_ERROR("Failed to set video mode %s@%d fps; return code = %d\n", size2name[size], frames, ret); in pwc_set_video_mode()
502 PWC_ERROR("Failed to power %s camera (%d)\n", in pwc_camera_power()
529 PWC_ERROR("Failed to set LED on/off time (%d)\n", r); in pwc_set_leds()
Dpwc-uncompress.c100 PWC_ERROR("This chipset is not supported for now\n"); in pwc_decompress()
Dpwc.h88 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) macro
95 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) macro
Dpwc-v4l.c593 PWC_ERROR("g_ctrl %s error %d\n", ctrl->name, ret); in pwc_g_volatile_ctrl()
877 PWC_ERROR("s_ctrl %s error %d\n", ctrl->name, ret); in pwc_s_ctrl()