Searched refs:vin_err (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-core.c | 128 vin_err(vin, "%pOF: No renesas,id property found\n", in rvin_group_get() 134 vin_err(vin, "%pOF: Invalid renesas,id '%u'\n", in rvin_group_get() 154 vin_err(vin, "Failed to initialize group\n"); in rvin_group_get() 168 vin_err(vin, "Duplicate renesas,id property value %u\n", id); in rvin_group_get() 235 vin_err(vin, "Failed to register subdev nodes\n"); in rvin_group_notify_complete() 324 vin_err(vin, "Failed to parse %pOF\n", to_of_node(fwnode)); in rvin_group_parse_of() 404 vin_err(vin, "Notifier registration failed\n"); in rvin_group_notifier_init() 541 vin_err(vin, "Unsupported media bus format for %s\n", in rvin_parallel_subdevice_attach() 585 vin_err(vin, "Failed to register subdev nodes\n"); in rvin_parallel_notify_complete() 605 vin_err(vi in rvin_parallel_notify_complete() [all...] |
H A D | rcar-vin.h | 265 #define vin_err(d, fmt, arg...) dev_err(d->dev, fmt, ##arg) macro
|
H A D | rcar-dma.c | 795 vin_err(vin, "Invalid setting in MIPI CSI2\n"); in rvin_setup() 801 vin_err(vin, "Invalid setting in Digital Pins\n"); in rvin_setup() 892 vin_err(vin, "Invalid pixelformat (0x%x)\n", in rvin_setup() 1212 vin_err(vin, "buffer too small (%lu < %lu)\n", in rvin_buffer_prepare() 1481 vin_err(vin, "Failed stop HW, something is seriously broken\n"); in rvin_stop_streaming() 1567 vin_err(vin, "failed to initialize VB2 queue\n"); in rvin_dma_register() 1575 vin_err(vin, "failed to request irq\n"); in rvin_dma_register()
|
H A D | rcar-v4l2.c | 1138 vin_err(vin, "Failed to register video device\n"); in rvin_v4l2_register()
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
H A D | rcar-core.c | 196 vin_err(vin, "Subdevice %s not registered to any VIN\n", in rvin_group_link_notify() 307 vin_err(vin, "%pOF: No renesas,id property found\n", in rvin_group_get() 313 vin_err(vin, "%pOF: Invalid renesas,id '%u'\n", in rvin_group_get() 333 vin_err(vin, "Failed to initialize group\n"); in rvin_group_get() 347 vin_err(vin, "Duplicate renesas,id property value %u\n", id); in rvin_group_get() 476 vin_err(vin, "Unsupported media bus format for %s\n", in rvin_parallel_subdevice_attach() 540 vin_err(vin, "Failed to register subdev nodes\n"); in rvin_parallel_notify_complete() 560 vin_err(vin, "Error adding link from %s to %s: %d\n", in rvin_parallel_notify_complete() 630 vin_err(vin, "Unknown media bus type\n"); in rvin_parallel_parse_v4l2() 659 vin_err(vi in rvin_parallel_init() [all...] |
H A D | rcar-vin.h | 253 #define vin_err(d, fmt, arg...) dev_err(d->dev, fmt, ##arg) macro
|
H A D | rcar-dma.c | 777 vin_err(vin, "Invalid pixelformat (0x%x)\n", in rvin_setup() 1109 vin_err(vin, "buffer too small (%lu < %lu)\n", in rvin_buffer_prepare() 1280 vin_err(vin, "Failed to allocate scratch buffer\n"); in rvin_start_streaming() 1343 vin_err(vin, "Failed stop HW, something is seriously broken\n"); in rvin_stop_streaming() 1413 vin_err(vin, "failed to initialize VB2 queue\n"); in rvin_dma_register() 1421 vin_err(vin, "failed to request irq\n"); in rvin_dma_register()
|
H A D | rcar-v4l2.c | 1027 vin_err(vin, "Failed to register video device\n"); in rvin_v4l2_register()
|
Completed in 10 milliseconds