Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
e90ff923
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e90ff923
编写于
9月 13, 2007
作者:
L
Linus Torvalds
提交者:
Mauro Carvalho Chehab
9月 14, 2007
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (6220a): fix build error for et61x251 driver
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
上级
48200bae
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
3 addition
and
2 deletion
+3
-2
include/media/v4l2-dev.h
include/media/v4l2-dev.h
+3
-2
未找到文件。
include/media/v4l2-dev.h
浏览文件 @
e90ff923
...
@@ -337,6 +337,9 @@ void *priv;
...
@@ -337,6 +337,9 @@ void *priv;
struct
class_device
class_dev
;
/* sysfs */
struct
class_device
class_dev
;
/* sysfs */
};
};
/* Class-dev to video-device */
#define to_video_device(cd) container_of(cd, struct video_device, class_dev)
/* Version 2 functions */
/* Version 2 functions */
extern
int
video_register_device
(
struct
video_device
*
vfd
,
int
type
,
int
nr
);
extern
int
video_register_device
(
struct
video_device
*
vfd
,
int
type
,
int
nr
);
void
video_unregister_device
(
struct
video_device
*
);
void
video_unregister_device
(
struct
video_device
*
);
...
@@ -354,11 +357,9 @@ extern int video_usercopy(struct inode *inode, struct file *file,
...
@@ -354,11 +357,9 @@ extern int video_usercopy(struct inode *inode, struct file *file,
int
(
*
func
)(
struct
inode
*
inode
,
struct
file
*
file
,
int
(
*
func
)(
struct
inode
*
inode
,
struct
file
*
file
,
unsigned
int
cmd
,
void
*
arg
));
unsigned
int
cmd
,
void
*
arg
));
#ifdef CONFIG_VIDEO_V4L1_COMPAT
#ifdef CONFIG_VIDEO_V4L1_COMPAT
#include <linux/mm.h>
#include <linux/mm.h>
#define to_video_device(cd) container_of(cd, struct video_device, class_dev)
static
inline
int
__must_check
static
inline
int
__must_check
video_device_create_file
(
struct
video_device
*
vfd
,
video_device_create_file
(
struct
video_device
*
vfd
,
struct
class_device_attribute
*
attr
)
struct
class_device_attribute
*
attr
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录