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:nr_dev
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
baycom_ser_fdx.c
657
static unsigned
nr_dev
;
in baycom_ser_fdx_setup()
local
660
if (
nr_dev
>= NR_PORTS)
in baycom_ser_fdx_setup()
665
mode[
nr_dev
] = str;
in baycom_ser_fdx_setup()
666
iobase[
nr_dev
] = ints[1];
in baycom_ser_fdx_setup()
667
irq[
nr_dev
] = ints[2];
in baycom_ser_fdx_setup()
669
baud[
nr_dev
] = ints[3];
in baycom_ser_fdx_setup()
670
nr_dev
++;
in baycom_ser_fdx_setup()
H
A
D
baycom_par.c
582
static unsigned
nr_dev
;
in baycom_par_setup()
local
585
if (
nr_dev
>= NR_PORTS)
in baycom_par_setup()
590
mode[
nr_dev
] = str;
in baycom_par_setup()
591
iobase[
nr_dev
] = ints[1];
in baycom_par_setup()
592
nr_dev
++;
in baycom_par_setup()
H
A
D
baycom_ser_hdx.c
709
static unsigned
nr_dev
;
in baycom_ser_hdx_setup()
local
712
if (
nr_dev
>= NR_PORTS)
in baycom_ser_hdx_setup()
717
mode[
nr_dev
] = str;
in baycom_ser_hdx_setup()
718
iobase[
nr_dev
] = ints[1];
in baycom_ser_hdx_setup()
719
irq[
nr_dev
] = ints[2];
in baycom_ser_hdx_setup()
720
nr_dev
++;
in baycom_ser_hdx_setup()
H
A
D
baycom_epp.c
1306
static unsigned __initdata
nr_dev
= 0;
in baycom_epp_setup()
local
1309
if (
nr_dev
>= NR_PORTS)
in baycom_epp_setup()
1314
mode[
nr_dev
] = str;
in baycom_epp_setup()
1315
iobase[
nr_dev
] = ints[1];
in baycom_epp_setup()
1316
nr_dev
++;
in baycom_epp_setup()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
baycom_ser_fdx.c
657
static unsigned
nr_dev
;
in baycom_ser_fdx_setup()
local
660
if (
nr_dev
>= NR_PORTS)
in baycom_ser_fdx_setup()
665
mode[
nr_dev
] = str;
in baycom_ser_fdx_setup()
666
iobase[
nr_dev
] = ints[1];
in baycom_ser_fdx_setup()
667
irq[
nr_dev
] = ints[2];
in baycom_ser_fdx_setup()
669
baud[
nr_dev
] = ints[3];
in baycom_ser_fdx_setup()
670
nr_dev
++;
in baycom_ser_fdx_setup()
H
A
D
baycom_par.c
582
static unsigned
nr_dev
;
in baycom_par_setup()
local
585
if (
nr_dev
>= NR_PORTS)
in baycom_par_setup()
590
mode[
nr_dev
] = str;
in baycom_par_setup()
591
iobase[
nr_dev
] = ints[1];
in baycom_par_setup()
592
nr_dev
++;
in baycom_par_setup()
H
A
D
baycom_ser_hdx.c
709
static unsigned
nr_dev
;
in baycom_ser_hdx_setup()
local
712
if (
nr_dev
>= NR_PORTS)
in baycom_ser_hdx_setup()
717
mode[
nr_dev
] = str;
in baycom_ser_hdx_setup()
718
iobase[
nr_dev
] = ints[1];
in baycom_ser_hdx_setup()
719
irq[
nr_dev
] = ints[2];
in baycom_ser_hdx_setup()
720
nr_dev
++;
in baycom_ser_hdx_setup()
H
A
D
baycom_epp.c
1301
static unsigned __initdata
nr_dev
= 0;
in baycom_epp_setup()
local
1304
if (
nr_dev
>= NR_PORTS)
in baycom_epp_setup()
1309
mode[
nr_dev
] = str;
in baycom_epp_setup()
1310
iobase[
nr_dev
] = ints[1];
in baycom_epp_setup()
1311
nr_dev
++;
in baycom_epp_setup()
/kernel/linux/linux-5.10/net/netrom/
H
A
D
Makefile
8
netrom-y := af_netrom.o
nr_dev
.o nr_in.o nr_loopback.o \
/kernel/linux/linux-6.6/net/netrom/
H
A
D
Makefile
8
netrom-y := af_netrom.o
nr_dev
.o nr_in.o nr_loopback.o \
Completed in 14 milliseconds