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:sdla
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
sdla.c
9
* Version: @(#)
sdla
.c 0.30 12 Sep 1996
50
#include <linux/
sdla
.h>
1619
static struct net_device *
sdla
;
variable
1627
sdla
= alloc_netdev(sizeof(struct frad_local), "sdla0",
in init_sdla()
1629
if (!
sdla
)
in init_sdla()
1632
err = register_netdev(
sdla
);
in init_sdla()
1634
free_netdev(
sdla
);
in init_sdla()
1641
struct frad_local *flp = netdev_priv(
sdla
);
in exit_sdla()
1643
unregister_netdev(
sdla
);
in exit_sdla()
1645
free_irq(
sdla
in exit_sdla()
[all...]
H
A
D
Makefile
26
obj-$(CONFIG_SDLA) +=
sdla
.o
/kernel/linux/linux-5.10/include/linux/
H
A
D
sdla.h
21
#include <uapi/linux/
sdla
.h>
Completed in 3 milliseconds