Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
e4cda3e0
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
162
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看板
提交
e4cda3e0
编写于
16年前
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (10166): dvb frontend: stop using non-C99 compliant comments
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
faed4aa5
无相关合并请求
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
14 addition
and
14 deletion
+14
-14
include/linux/dvb/frontend.h
include/linux/dvb/frontend.h
+14
-14
未找到文件。
include/linux/dvb/frontend.h
浏览文件 @
e4cda3e0
...
...
@@ -62,11 +62,11 @@ typedef enum fe_caps {
FE_CAN_HIERARCHY_AUTO
=
0x100000
,
FE_CAN_8VSB
=
0x200000
,
FE_CAN_16VSB
=
0x400000
,
FE_HAS_EXTENDED_CAPS
=
0x800000
,
/
/ We need more bitspace for newer APIs, indicate this.
FE_CAN_2G_MODULATION
=
0x10000000
,
/
/ frontend supports "2nd generation modulation" (DVB-S2)
FE_NEEDS_BENDING
=
0x20000000
,
/
/ not supported anymore, don't use (frontend requires frequency bending)
FE_CAN_RECOVER
=
0x40000000
,
/
/ frontend can recover from a cable unplug automatically
FE_CAN_MUTE_TS
=
0x80000000
/
/ frontend can stop spurious TS data output
FE_HAS_EXTENDED_CAPS
=
0x800000
,
/
* We need more bitspace for newer APIs, indicate this. */
FE_CAN_2G_MODULATION
=
0x10000000
,
/
* frontend supports "2nd generation modulation" (DVB-S2) */
FE_NEEDS_BENDING
=
0x20000000
,
/
* not supported anymore, don't use (frontend requires frequency bending) */
FE_CAN_RECOVER
=
0x40000000
,
/
* frontend can recover from a cable unplug automatically */
FE_CAN_MUTE_TS
=
0x80000000
/
* frontend can stop spurious TS data output */
}
fe_caps_t
;
...
...
@@ -122,15 +122,15 @@ typedef enum fe_sec_mini_cmd {
typedef
enum
fe_status
{
FE_HAS_SIGNAL
=
0x01
,
/*
found something above the noise level */
FE_HAS_CARRIER
=
0x02
,
/*
found a DVB signal */
FE_HAS_VITERBI
=
0x04
,
/*
FEC is stable */
FE_HAS_SYNC
=
0x08
,
/*
found sync bytes */
FE_HAS_LOCK
=
0x10
,
/*
everything's working... */
FE_TIMEDOUT
=
0x20
,
/*
no lock within the last ~2 seconds */
FE_REINIT
=
0x40
/*
frontend was reinitialized, */
}
fe_status_t
;
/*
application is recommended to reset */
/*
DiSEqC, tone and parameters */
FE_HAS_SIGNAL
=
0x01
,
/* found something above the noise level */
FE_HAS_CARRIER
=
0x02
,
/* found a DVB signal */
FE_HAS_VITERBI
=
0x04
,
/* FEC is stable */
FE_HAS_SYNC
=
0x08
,
/* found sync bytes */
FE_HAS_LOCK
=
0x10
,
/* everything's working... */
FE_TIMEDOUT
=
0x20
,
/* no lock within the last ~2 seconds */
FE_REINIT
=
0x40
/* frontend was reinitialized, */
}
fe_status_t
;
/* application is recommended to reset */
/* DiSEqC, tone and parameters */
typedef
enum
fe_spectral_inversion
{
INVERSION_OFF
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
反馈
建议
客服
返回
顶部