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:tdrv
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tc/
H
A
D
tc-driver.c
28
int tc_register_driver(struct tc_driver *
tdrv
)
in tc_register_driver()
argument
30
return driver_register(&
tdrv
->driver);
in tc_register_driver()
43
void tc_unregister_driver(struct tc_driver *
tdrv
)
in tc_unregister_driver()
argument
45
driver_unregister(&
tdrv
->driver);
in tc_unregister_driver()
52
* @
tdrv
: the TC driver to earch for matching TC device ID strings
59
static const struct tc_device_id *tc_match_device(struct tc_driver *
tdrv
,
in tc_match_device()
argument
62
const struct tc_device_id *id =
tdrv
->id_table;
in tc_match_device()
88
struct tc_driver *
tdrv
= to_tc_driver(drv);
in tc_bus_match()
local
91
id = tc_match_device(
tdrv
, tdev);
in tc_bus_match()
/kernel/linux/linux-6.6/drivers/tc/
H
A
D
tc-driver.c
28
int tc_register_driver(struct tc_driver *
tdrv
)
in tc_register_driver()
argument
30
return driver_register(&
tdrv
->driver);
in tc_register_driver()
43
void tc_unregister_driver(struct tc_driver *
tdrv
)
in tc_unregister_driver()
argument
45
driver_unregister(&
tdrv
->driver);
in tc_unregister_driver()
52
* @
tdrv
: the TC driver to earch for matching TC device ID strings
59
static const struct tc_device_id *tc_match_device(struct tc_driver *
tdrv
,
in tc_match_device()
argument
62
const struct tc_device_id *id =
tdrv
->id_table;
in tc_match_device()
88
struct tc_driver *
tdrv
= to_tc_driver(drv);
in tc_bus_match()
local
91
id = tc_match_device(
tdrv
, tdev);
in tc_bus_match()
/kernel/linux/linux-5.10/include/linux/
H
A
D
tc.h
125
extern int tc_register_driver(struct tc_driver *
tdrv
);
126
extern void tc_unregister_driver(struct tc_driver *
tdrv
);
130
static inline int tc_register_driver(struct tc_driver *
tdrv
) { return 0; }
in tc_register_driver()
argument
131
static inline void tc_unregister_driver(struct tc_driver *
tdrv
) { }
in tc_unregister_driver()
argument
/kernel/linux/linux-6.6/include/linux/
H
A
D
tc.h
125
extern int tc_register_driver(struct tc_driver *
tdrv
);
126
extern void tc_unregister_driver(struct tc_driver *
tdrv
);
130
static inline int tc_register_driver(struct tc_driver *
tdrv
) { return 0; }
in tc_register_driver()
argument
131
static inline void tc_unregister_driver(struct tc_driver *
tdrv
) { }
in tc_unregister_driver()
argument
/kernel/linux/linux-5.10/drivers/bus/
H
A
D
moxtet.c
89
struct moxtet_driver *
tdrv
= to_moxtet_driver(drv);
in moxtet_match()
local
95
if (!
tdrv
->id_table)
in moxtet_match()
98
for (t =
tdrv
->id_table; *t; ++t)
in moxtet_match()
/kernel/linux/linux-6.6/drivers/bus/
H
A
D
moxtet.c
89
struct moxtet_driver *
tdrv
= to_moxtet_driver(drv);
in moxtet_match()
local
95
if (!
tdrv
->id_table)
in moxtet_match()
98
for (t =
tdrv
->id_table; *t; ++t)
in moxtet_match()
Completed in 5 milliseconds