Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
fdd2a7e2
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看板
提交
fdd2a7e2
编写于
7月 26, 2008
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (8500a): videotext.h: whitespace cleanup
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
上级
ed1aedb1
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
8 deletion
+8
-8
include/linux/videotext.h
include/linux/videotext.h
+8
-8
未找到文件。
include/linux/videotext.h
浏览文件 @
fdd2a7e2
...
...
@@ -45,10 +45,10 @@
#define VTXIOCCLRCACHE_OLD 0x710b
/* clear cache on VTX-interface (if avail.) */
#define VTXIOCSETVIRT_OLD 0x710c
/* turn on virtual mode (this disables TV-display) */
/*
/*
* Definitions for VTXIOCGETINFO
*/
#define SAA5243 0
#define SAA5246 1
#define SAA5249 2
...
...
@@ -57,10 +57,10 @@
typedef
struct
{
int
version_major
,
version_minor
;
/* version of driver; if version_major changes, driver */
/* is not backward compatible!!! CHECK THIS!!! */
/* is not backward compatible!!! CHECK THIS!!! */
int
numpages
;
/* number of page-buffers of vtx-chipset */
int
cct_type
;
/* type of vtx-chipset (SAA5243, SAA5246, SAA5248 or
* SAA5249) */
* SAA5249) */
}
vtx_info_t
;
...
...
@@ -81,7 +81,7 @@ vtx_info_t;
#define PGMASK_HOUR (HR_TEN | HR_UNIT)
#define PGMASK_MINUTE (MIN_TEN | MIN_UNIT)
typedef
struct
typedef
struct
{
int
page
;
/* number of requested page (hexadecimal) */
int
hour
;
/* requested hour (hexadecimal) */
...
...
@@ -98,11 +98,11 @@ vtx_pagereq_t;
/*
* Definitions for VTXIOC{GETSTAT,PUTSTAT}
*/
#define VTX_PAGESIZE (40 * 24)
#define VTX_VIRTUALSIZE (40 * 49)
typedef
struct
typedef
struct
{
int
pagenum
;
/* number of page (hexadecimal) */
int
hour
;
/* hour (hexadecimal) */
...
...
@@ -121,5 +121,5 @@ typedef struct
unsigned
hamming
:
1
;
/* hamming-error occurred */
}
vtx_pageinfo_t
;
#endif
/* _VTX_H */
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录