Searched refs:HVA_NAME (Results 1 – 3 of 3) sorted by relevance
/drivers/media/platform/sti/hva/ |
D | hva-v4l2.c | 260 strscpy(cap->driver, HVA_NAME, sizeof(cap->driver)); in hva_querycap() 1316 snprintf(vdev->name, sizeof(vdev->name), "%s%lx", HVA_NAME, in hva_register_device() 1386 HVA_PREFIX, HVA_NAME); in hva_probe() 1394 hva->work_queue = create_workqueue(HVA_NAME); in hva_probe() 1397 HVA_PREFIX, HVA_NAME); in hva_probe() 1408 HVA_NAME, hva->vdev->num); in hva_probe() 1466 .name = HVA_NAME,
|
D | hva.h | 24 #define HVA_NAME "st-hva" macro
|
D | hva-debugfs.c | 339 hva->dbg.debugfs_entry = debugfs_create_dir(HVA_NAME, NULL); in hva_debugfs_create()
|