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:module_start
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/
H
A
D
sfp-bus.c
777
if (ops && ops->
module_start
)
in sfp_module_start()
778
ret = ops->
module_start
(bus->upstream);
in sfp_module_start()
H
A
D
phylink.c
2279
.
module_start
= phylink_sfp_module_start,
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
sfp-bus.c
799
if (ops && ops->
module_start
)
in sfp_module_start()
800
ret = ops->
module_start
(bus->upstream);
in sfp_module_start()
H
A
D
phylink.c
3338
.
module_start
= phylink_sfp_module_start,
/kernel/linux/linux-5.10/include/linux/
H
A
D
sfp.h
510
* @
module_start
: called after the PHY probe step
525
int (*
module_start
)(void *priv);
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
sfp.h
527
* @
module_start
: called after the PHY probe step
542
int (*
module_start
)(void *priv);
member
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
1312
static int __init
module_start
(void)
in module_start()
function
1342
module_init(
module_start
);
variable
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
1465
static int __init
module_start
(void)
in module_start()
function
1513
module_init(
module_start
);
variable
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
1311
static int __init
module_start
(void)
in module_start()
function
1341
module_init(
module_start
);
variable
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
1467
static int __init
module_start
(void)
in module_start()
function
1515
module_init(
module_start
);
variable
Completed in 20 milliseconds