Lines Matching full:vou
3 * SuperH Video Output Unit (VOU) driver
373 strscpy(cap->card, "SuperH VOU", sizeof(cap->card)); in sh_vou_querycap()
374 strscpy(cap->driver, "sh-vou", sizeof(cap->driver)); in sh_vou_querycap()
375 strscpy(cap->bus_info, "platform:sh-vou", sizeof(cap->bus_info)); in sh_vou_querycap()
502 * requested rectangle, using VOU scaling
571 * Find output geometry, that we can produce, using VOU scaling, closest to
1041 "IRQ status 0x%x -> 0x%x, VOU status 0x%x, cnt %d\n", in sh_vou_isr()
1091 /* Reset VOU interfaces - registers unaffected */ in sh_vou_hw_init()
1229 dev_err(&pdev->dev, "Insufficient VOU platform information.\n"); in sh_vou_probe()
1269 ret = devm_request_irq(&pdev->dev, irq, sh_vou_isr, 0, "vou", vou_dev); in sh_vou_probe()
1362 .name = "sh-vou",
1368 MODULE_DESCRIPTION("SuperH VOU driver");
1372 MODULE_ALIAS("platform:sh-vou");