Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/pwc/
Dpwc-if.c316 PWC_ERROR("pwc_isoc_handler() called with status %d [%s].\n", in pwc_isoc_handler()
321 PWC_ERROR("Too many ISOC errors, bailing out.\n"); in pwc_isoc_handler()
350 PWC_ERROR("Iso frame %d has error %d\n", i, fst); in pwc_isoc_handler()
362 PWC_ERROR("Frame overflow (%d > %d)\n", in pwc_isoc_handler()
396 PWC_ERROR("Error (%d) re-submitting urb in pwc_isoc_handler.\n", i); in pwc_isoc_handler()
439 PWC_ERROR("Failed to find packet size for video endpoint in current alternate setting.\n"); in pwc_isoc_init()
472 PWC_ERROR("Failed to allocate urb buffer %d\n", i); in pwc_isoc_init()
495 PWC_ERROR("isoc_init() submit_urb %d failed with error %d\n", i, ret); in pwc_isoc_init()
1034 PWC_ERROR("Oops, could not allocate memory for pwc_device.\n"); in usb_pwc_probe()
1059 PWC_ERROR("Oops, could not initialize vb2 queue.\n"); in usb_pwc_probe()
[all …]
Dpwc-ctrl.c106 PWC_ERROR("recv_control_msg error %d req %02x val %04x\n", in recv_control_msg()
126 PWC_ERROR("send_video_command error %d\n", rc); in send_video_command()
340 PWC_ERROR("Failed to set video mode %s@%d fps; return code = %d\n", size2name[size], frames, ret); in pwc_set_video_mode()
491 PWC_ERROR("Failed to power %s camera (%d)\n", in pwc_camera_power()
518 PWC_ERROR("Failed to set LED on/off time (%d)\n", r); in pwc_set_leds()
Dpwc-uncompress.c85 PWC_ERROR("This chipset is not supported for now\n"); in pwc_decompress()
Dpwc.h76 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) macro
83 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) macro
Dpwc-v4l.c578 PWC_ERROR("g_ctrl %s error %d\n", ctrl->name, ret); in pwc_g_volatile_ctrl()
862 PWC_ERROR("s_ctrl %s error %d\n", ctrl->name, ret); in pwc_s_ctrl()