Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6d9463ed
Commit
6d9463ed
authored
Oct 07, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] zoran named initialisers
parent
39c8b995
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
15 deletions
+11
-15
drivers/media/video/zr36067.c
drivers/media/video/zr36067.c
+11
-15
No files found.
drivers/media/video/zr36067.c
View file @
6d9463ed
...
...
@@ -4396,22 +4396,18 @@ static int zoran_init_done(struct video_device *dev)
}
static
struct
video_device
zoran_template
=
{
THIS_MODULE
,
ZORAN_NAME
,
VID_TYPE_CAPTURE
|
VID_TYPE_OVERLAY
|
VID_TYPE_CLIPPING
|
owner:
THIS_MODULE
,
name:
ZORAN_NAME
,
type:
VID_TYPE_CAPTURE
|
VID_TYPE_OVERLAY
|
VID_TYPE_CLIPPING
|
VID_TYPE_FRAMERAM
|
VID_TYPE_SCALES
|
VID_TYPE_SUBCAPTURE
,
ZORAN_HARDWARE
,
zoran_open
,
zoran_close
,
zoran_read
,
zoran_write
,
NULL
,
zoran_ioctl
,
zoran_mmap
,
zoran_init_done
,
NULL
,
0
,
0
hardware:
ZORAN_HARDWARE
,
open:
zoran_open
,
close:
zoran_close
,
read:
zoran_read
,
write:
zoran_write
,
ioctl:
zoran_ioctl
,
mmap:
zoran_mmap
,
initialize:
zoran_init_done
,
};
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment