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:phycount
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
pcnet32.c
286
char
phycount
; /* number of phys found */
member
1422
int j = lp->
phycount
* PCNET32_REGS_PER_PHY;
in pcnet32_get_regs_len()
1938
/* lp->
phycount
and lp->phymask are set to 0 by memset above */
in pcnet32_probe1()
1953
lp->
phycount
++;
in pcnet32_probe1()
1961
if (lp->
phycount
> 1)
in pcnet32_probe1()
2154
if (lp->
phycount
< 2) {
in pcnet32_open()
2855
if (lp->
phycount
> 1) {
in pcnet32_check_media()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/
H
A
D
pcnet32.c
286
char
phycount
; /* number of phys found */
member
1426
int j = lp->
phycount
* PCNET32_REGS_PER_PHY;
in pcnet32_get_regs_len()
1948
/* lp->
phycount
and lp->phymask are set to 0 by memset above */
in pcnet32_probe1()
1963
lp->
phycount
++;
in pcnet32_probe1()
1971
if (lp->
phycount
> 1)
in pcnet32_probe1()
2164
if (lp->
phycount
< 2) {
in pcnet32_open()
2865
if (lp->
phycount
> 1) {
in pcnet32_check_media()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
3w-sas.c
1565
int *ptr_phycount,
phycount
=0;
in twl_probe()
local
1652
phycount
= le32_to_cpu(*(int *)ptr_phycount);
in twl_probe()
1660
phycount
);
in twl_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
3w-sas.c
1557
int *ptr_phycount,
phycount
=0;
in twl_probe()
local
1642
phycount
= le32_to_cpu(*(int *)ptr_phycount);
in twl_probe()
1650
phycount
);
in twl_probe()
Completed in 13 milliseconds