HDMI CEC system initialization and file operation implementation. More...
Functions | |
static int | hdmi_cec_open (struct inode *inode, struct file *filp) |
static long | hdmi_cec_ioctl (struct file *filp, u_int cmd, u_long arg) |
static int | hdmi_cec_release (struct inode *inode, struct file *filp) |
Variables | |
static struct platform_driver | mxc_hdmi_cec_driver |
HDMI CEC system initialization and file operation implementation.
static long hdmi_cec_ioctl | ( | struct file * | filp, | |
u_int | cmd, | |||
u_long | arg | |||
) | [static] |
IO ctrl function for vpu file operation.
cmd | IO ctrl command |
static int hdmi_cec_open | ( | struct inode * | inode, | |
struct file * | filp | |||
) | [static] |
open function for vpu file operation
static int hdmi_cec_release | ( | struct inode * | inode, | |
struct file * | filp | |||
) | [static] |
Release function for vpu file operation.
struct platform_driver mxc_hdmi_cec_driver [static] |
{
.driver = {
.name = "mxc_hdmi_cec",
},
.probe = hdmi_cec_dev_probe,
.remove = hdmi_cec_dev_remove,
.suspend = hdmi_cec_suspend,
.resume = hdmi_cec_resume,
}
Driver definition
© Freescale Semiconductor, Inc., 2007.
All rights reserved. Freescale Confidential Proprietary NDA Required |
![]() |