Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
e54318e5
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e54318e5
编写于
4月 18, 2008
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (7618): em28xx: make some symbols static
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
上级
e9888a13
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
4 addition
and
6 deletion
+4
-6
drivers/media/video/em28xx/em28xx-cards.c
drivers/media/video/em28xx/em28xx-cards.c
+4
-5
drivers/media/video/em28xx/em28xx.h
drivers/media/video/em28xx/em28xx.h
+0
-1
未找到文件。
drivers/media/video/em28xx/em28xx-cards.c
浏览文件 @
e54318e5
...
...
@@ -435,14 +435,14 @@ MODULE_DEVICE_TABLE(usb, em28xx_id_table);
*/
/* Board Hauppauge WinTV HVR 900 analog */
struct
em28xx_reg_seq
hauppauge_wintv_hvr_900_analog
[]
=
{
st
atic
st
ruct
em28xx_reg_seq
hauppauge_wintv_hvr_900_analog
[]
=
{
{
EM28XX_R08_GPIO
,
0x2d
,
~
EM_GPIO_4
,
10
},
{
0x05
,
0xff
,
0x10
,
10
},
{
-
1
,
-
1
,
-
1
,
-
1
},
};
/* Board Hauppauge WinTV HVR 900 digital */
struct
em28xx_reg_seq
hauppauge_wintv_hvr_900_digital
[]
=
{
st
atic
st
ruct
em28xx_reg_seq
hauppauge_wintv_hvr_900_digital
[]
=
{
{
EM28XX_R08_GPIO
,
0x2e
,
~
EM_GPIO_4
,
10
},
{
EM2880_R04_GPO
,
0x04
,
0x0f
,
10
},
{
EM2880_R04_GPO
,
0x0c
,
0x0f
,
10
},
...
...
@@ -450,7 +450,7 @@ struct em28xx_reg_seq hauppauge_wintv_hvr_900_digital[] = {
};
/* Board Hauppauge WinTV HVR 900 tuner_callback */
struct
em28xx_reg_seq
hauppauge_wintv_hvr_900_tuner_callback
[]
=
{
st
atic
st
ruct
em28xx_reg_seq
hauppauge_wintv_hvr_900_tuner_callback
[]
=
{
{
EM28XX_R08_GPIO
,
EM_GPIO_4
,
EM_GPIO_4
,
10
},
{
EM28XX_R08_GPIO
,
0
,
EM_GPIO_4
,
10
},
{
EM28XX_R08_GPIO
,
EM_GPIO_4
,
EM_GPIO_4
,
10
},
...
...
@@ -554,7 +554,7 @@ void em28xx_pre_card_setup(struct em28xx *dev)
em28xx_set_mode
(
dev
,
EM28XX_MODE_UNDEFINED
);
}
void
em28xx_setup_xc3028
(
struct
em28xx
*
dev
,
struct
xc2028_ctrl
*
ctl
)
static
void
em28xx_setup_xc3028
(
struct
em28xx
*
dev
,
struct
xc2028_ctrl
*
ctl
)
{
memset
(
ctl
,
0
,
sizeof
(
*
ctl
));
...
...
@@ -571,7 +571,6 @@ void em28xx_setup_xc3028(struct em28xx *dev, struct xc2028_ctrl *ctl)
ctl
->
demod
=
XC3028_FE_OREN538
;
}
}
EXPORT_SYMBOL_GPL
(
em28xx_setup_xc3028
);
static
void
em28xx_config_tuner
(
struct
em28xx
*
dev
)
{
...
...
drivers/media/video/em28xx/em28xx.h
浏览文件 @
e54318e5
...
...
@@ -474,7 +474,6 @@ extern struct usb_device_id em28xx_id_table[];
extern
const
unsigned
int
em28xx_bcount
;
void
em28xx_set_ir
(
struct
em28xx
*
dev
,
struct
IR_i2c
*
ir
);
int
em28xx_tuner_callback
(
void
*
ptr
,
int
command
,
int
arg
);
void
em28xx_setup_xc3028
(
struct
em28xx
*
dev
,
struct
xc2028_ctrl
*
ctl
);
/* Provided by em28xx-input.c */
/* TODO: Check if the standard get_key handlers on ir-common can be used */
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录