Home
last modified time | relevance | path

Searched refs:vdec_fops (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/common/
Dmtk_vcodec_dbgfs.c141 static const struct file_operations vdec_fops = { variable
195 debugfs_create_file("vdec", 0200, vcodec_root, vcodec_dev, &vdec_fops); in mtk_vcodec_dbgfs_vdec_init()
/linux-6.12.1/drivers/staging/media/meson/vdec/
Dvdec.c951 static const struct v4l2_file_operations vdec_fops = { variable
1089 vdev->fops = &vdec_fops; in vdec_probe()
/linux-6.12.1/drivers/media/platform/qcom/venus/
Dvdec.c1767 static const struct v4l2_file_operations vdec_fops = { variable
1804 vdev->fops = &vdec_fops; in vdec_probe()
/linux-6.12.1/drivers/media/platform/amphion/
Dvdec.c1748 static const struct v4l2_file_operations vdec_fops = { variable
1764 return &vdec_fops; in vdec_get_fops()