Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/include/asm/
Dvpe.h107 extern const struct file_operations vpe_fops;
/linux-6.1.9/arch/mips/kernel/
Dvpe-cmp.c106 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
Dvpe-mt.c354 major = register_chrdev(0, VPE_MODULE_NAME, &vpe_fops); in vpe_module_init()
Dvpe.c865 const struct file_operations vpe_fops = { variable
/linux-6.1.9/drivers/media/platform/ti/vpe/
Dvpe.c2443 static const struct v4l2_file_operations vpe_fops = { variable
2454 .fops = &vpe_fops,