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:bttv_sub_device
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-gpio.c
43
struct
bttv_sub_device
*sdev = to_bttv_sub_dev(dev);
in bttv_sub_probe()
51
struct
bttv_sub_device
*sdev = to_bttv_sub_dev(dev);
in bttv_sub_remove()
68
struct
bttv_sub_device
*sub = to_bttv_sub_dev(dev);
in release_sub_device()
74
struct
bttv_sub_device
*sub;
in bttv_sub_add_device()
99
struct
bttv_sub_device
*sub, *save;
in bttv_sub_del_devices()
H
A
D
bttv.h
208
struct list_head subs; /* struct
bttv_sub_device
*/
332
struct
bttv_sub_device
{
struct
337
#define to_bttv_sub_dev(x) container_of((x), struct
bttv_sub_device
, dev)
342
int (*probe)(struct
bttv_sub_device
*sub);
343
void (*remove)(struct
bttv_sub_device
*sub);
H
A
D
dvb-bt8xx.c
802
static int dvb_bt8xx_probe(struct
bttv_sub_device
*sub)
in dvb_bt8xx_probe()
914
static void dvb_bt8xx_remove(struct
bttv_sub_device
*sub)
in dvb_bt8xx_remove()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-gpio.c
43
struct
bttv_sub_device
*sdev = to_bttv_sub_dev(dev);
in bttv_sub_probe()
51
struct
bttv_sub_device
*sdev = to_bttv_sub_dev(dev);
in bttv_sub_remove()
67
struct
bttv_sub_device
*sub = to_bttv_sub_dev(dev);
in release_sub_device()
73
struct
bttv_sub_device
*sub;
in bttv_sub_add_device()
98
struct
bttv_sub_device
*sub, *save;
in bttv_sub_del_devices()
H
A
D
bttv.h
208
struct list_head subs; /* struct
bttv_sub_device
*/
331
struct
bttv_sub_device
{
struct
336
#define to_bttv_sub_dev(x) container_of((x), struct
bttv_sub_device
, dev)
341
int (*probe)(struct
bttv_sub_device
*sub);
342
void (*remove)(struct
bttv_sub_device
*sub);
H
A
D
dvb-bt8xx.c
802
static int dvb_bt8xx_probe(struct
bttv_sub_device
*sub)
in dvb_bt8xx_probe()
914
static void dvb_bt8xx_remove(struct
bttv_sub_device
*sub)
in dvb_bt8xx_remove()
Completed in 6 milliseconds