Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pvr2_context
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-context.h
16
struct
pvr2_context
; /* All central state */
26
struct
pvr2_context
{
struct
29
struct
pvr2_context
*exist_next;
30
struct
pvr2_context
*exist_prev;
31
struct
pvr2_context
*notify_next;
32
struct
pvr2_context
*notify_prev;
40
/* Called after
pvr2_context
initialization is complete */
41
void (*setup_func)(struct
pvr2_context
*);
46
struct
pvr2_context
*mc_head;
55
struct
pvr2_context
*pvr2_context_creat
[all...]
H
A
D
pvrusb2-context.c
18
static struct
pvr2_context
*pvr2_context_exist_first;
19
static struct
pvr2_context
*pvr2_context_exist_last;
20
static struct
pvr2_context
*pvr2_context_notify_first;
21
static struct
pvr2_context
*pvr2_context_notify_last;
30
static void pvr2_context_set_notify(struct
pvr2_context
*mp, int fl)
in pvr2_context_set_notify()
67
static void pvr2_context_destroy(struct
pvr2_context
*mp)
in pvr2_context_destroy()
69
pvr2_trace(PVR2_TRACE_CTXT,"
pvr2_context
%p (destroy)",mp);
in pvr2_context_destroy()
93
static void pvr2_context_notify(struct
pvr2_context
*mp)
in pvr2_context_notify()
99
static void pvr2_context_check(struct
pvr2_context
*mp)
in pvr2_context_check()
103
"
pvr2_context
in pvr2_context_check()
[all...]
H
A
D
pvrusb2-main.c
43
static void pvr_setup_attach(struct
pvr2_context
*pvr)
in pvr_setup_attach()
59
struct
pvr2_context
*pvr;
in pvr_probe()
82
struct
pvr2_context
*pvr = usb_get_intfdata(intf);
in pvr_disconnect()
H
A
D
pvrusb2-v4l2.h
13
struct pvr2_v4l2 *pvr2_v4l2_create(struct
pvr2_context
*);
H
A
D
pvrusb2-sysfs.h
19
struct pvr2_sysfs *pvr2_sysfs_create(struct
pvr2_context
*,
H
A
D
pvrusb2-dvb.h
43
struct pvr2_dvb_adapter *pvr2_dvb_create(struct
pvr2_context
*pvr);
H
A
D
pvrusb2-dvb.c
131
struct
pvr2_context
*pvr = adap->channel.mc_head;
in pvr2_dvb_stream_do_start()
445
struct pvr2_dvb_adapter *pvr2_dvb_create(struct
pvr2_context
*pvr)
in pvr2_dvb_create()
H
A
D
pvrusb2-sysfs.c
756
struct pvr2_sysfs *pvr2_sysfs_create(struct
pvr2_context
*mp,
in pvr2_sysfs_create()
H
A
D
pvrusb2-v4l2.c
1265
struct pvr2_v4l2 *pvr2_v4l2_create(struct
pvr2_context
*mnp)
in pvr2_v4l2_create()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-context.h
16
struct
pvr2_context
; /* All central state */
26
struct
pvr2_context
{
struct
29
struct
pvr2_context
*exist_next;
30
struct
pvr2_context
*exist_prev;
31
struct
pvr2_context
*notify_next;
32
struct
pvr2_context
*notify_prev;
40
/* Called after
pvr2_context
initialization is complete */
41
void (*setup_func)(struct
pvr2_context
*);
46
struct
pvr2_context
*mc_head;
55
struct
pvr2_context
*pvr2_context_creat
[all...]
H
A
D
pvrusb2-context.c
18
static struct
pvr2_context
*pvr2_context_exist_first;
19
static struct
pvr2_context
*pvr2_context_exist_last;
20
static struct
pvr2_context
*pvr2_context_notify_first;
21
static struct
pvr2_context
*pvr2_context_notify_last;
30
static void pvr2_context_set_notify(struct
pvr2_context
*mp, int fl)
in pvr2_context_set_notify()
67
static void pvr2_context_destroy(struct
pvr2_context
*mp)
in pvr2_context_destroy()
69
pvr2_trace(PVR2_TRACE_CTXT,"
pvr2_context
%p (destroy)",mp);
in pvr2_context_destroy()
95
struct
pvr2_context
*mp = ptr;
in pvr2_context_notify()
101
static void pvr2_context_check(struct
pvr2_context
*mp)
in pvr2_context_check()
105
"
pvr2_context
in pvr2_context_check()
[all...]
H
A
D
pvrusb2-sysfs.h
16
void pvr2_sysfs_create(struct
pvr2_context
*mp);
20
static inline void pvr2_sysfs_create(struct
pvr2_context
*mp) { }
in pvr2_sysfs_create()
H
A
D
pvrusb2-main.c
37
static void pvr_setup_attach(struct
pvr2_context
*pvr)
in pvr_setup_attach()
51
struct
pvr2_context
*pvr;
in pvr_probe()
74
struct
pvr2_context
*pvr = usb_get_intfdata(intf);
in pvr_disconnect()
H
A
D
pvrusb2-v4l2.h
13
struct pvr2_v4l2 *pvr2_v4l2_create(struct
pvr2_context
*);
H
A
D
pvrusb2-dvb.h
43
struct pvr2_dvb_adapter *pvr2_dvb_create(struct
pvr2_context
*pvr);
H
A
D
pvrusb2-dvb.c
133
struct
pvr2_context
*pvr = adap->channel.mc_head;
in pvr2_dvb_stream_do_start()
447
struct pvr2_dvb_adapter *pvr2_dvb_create(struct
pvr2_context
*pvr)
in pvr2_dvb_create()
H
A
D
pvrusb2-sysfs.c
748
void pvr2_sysfs_create(struct
pvr2_context
*mp)
in pvr2_sysfs_create()
H
A
D
pvrusb2-v4l2.c
1258
struct pvr2_v4l2 *pvr2_v4l2_create(struct
pvr2_context
*mnp)
in pvr2_v4l2_create()
Completed in 13 milliseconds