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:ncsi_start_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
ncsi.h
36
int
ncsi_start_dev
(struct ncsi_dev *nd);
56
static inline int
ncsi_start_dev
(struct ncsi_dev *nd)
in ncsi_start_dev()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
ncsi.h
38
int
ncsi_start_dev
(struct ncsi_dev *nd);
58
static inline int
ncsi_start_dev
(struct ncsi_dev *nd)
in ncsi_start_dev()
function
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-manage.c
1746
int
ncsi_start_dev
(struct ncsi_dev *nd)
in ncsi_start_dev()
function
1763
EXPORT_SYMBOL_GPL(
ncsi_start_dev
);
variable
1775
* channel state so we know which were active when
ncsi_start_dev
()
in ncsi_stop_dev()
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-manage.c
1815
int
ncsi_start_dev
(struct ncsi_dev *nd)
in ncsi_start_dev()
function
1832
EXPORT_SYMBOL_GPL(
ncsi_start_dev
);
variable
1844
* channel state so we know which were active when
ncsi_start_dev
()
in ncsi_stop_dev()
/kernel/linux/linux-5.10/drivers/net/ethernet/faraday/
H
A
D
ftgmac100.c
1486
err =
ncsi_start_dev
(priv->ndev);
in ftgmac100_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/faraday/
H
A
D
ftgmac100.c
1539
err =
ncsi_start_dev
(priv->ndev);
in ftgmac100_open()
Completed in 10 milliseconds