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_driver
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-gpio.c
33
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(drv);
in bttv_sub_bus_match()
44
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(dev->driver);
in bttv_sub_probe()
52
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(dev->driver);
in bttv_sub_remove()
111
int bttv_sub_register(struct
bttv_sub_driver
*sub, char *wanted)
in bttv_sub_register()
119
int bttv_sub_unregister(struct
bttv_sub_driver
*sub)
in bttv_sub_unregister()
H
A
D
bttv.h
339
struct
bttv_sub_driver
{
struct
345
#define to_bttv_sub_drv(x) container_of((x), struct
bttv_sub_driver
, drv)
347
int bttv_sub_register(struct
bttv_sub_driver
*drv, char *wanted);
348
int bttv_sub_unregister(struct
bttv_sub_driver
*drv);
H
A
D
dvb-bt8xx.c
936
static struct
bttv_sub_driver
driver = {
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-gpio.c
33
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(drv);
in bttv_sub_bus_match()
44
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(dev->driver);
in bttv_sub_probe()
52
struct
bttv_sub_driver
*sub = to_bttv_sub_drv(dev->driver);
in bttv_sub_remove()
110
int bttv_sub_register(struct
bttv_sub_driver
*sub, char *wanted)
in bttv_sub_register()
118
int bttv_sub_unregister(struct
bttv_sub_driver
*sub)
in bttv_sub_unregister()
H
A
D
bttv.h
338
struct
bttv_sub_driver
{
struct
344
#define to_bttv_sub_drv(x) container_of((x), struct
bttv_sub_driver
, drv)
346
int bttv_sub_register(struct
bttv_sub_driver
*drv, char *wanted);
347
int bttv_sub_unregister(struct
bttv_sub_driver
*drv);
H
A
D
dvb-bt8xx.c
936
static struct
bttv_sub_driver
driver = {
Completed in 7 milliseconds