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:Interface
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/paride/
H
A
D
ppc6lnx.c
82
}
Interface
;
typedef
104
static int ppc6_select(
Interface
*ppc);
105
static void ppc6_deselect(
Interface
*ppc);
106
static void ppc6_send_cmd(
Interface
*ppc, u8 cmd);
107
static void ppc6_wr_data_byte(
Interface
*ppc, u8 data);
108
static u8 ppc6_rd_data_byte(
Interface
*ppc);
109
static u8 ppc6_rd_port(
Interface
*ppc, u8 port);
110
static void ppc6_wr_port(
Interface
*ppc, u8 port, u8 data);
111
static void ppc6_rd_data_blk(
Interface
*ppc, u8 *data, long count);
112
static void ppc6_wait_for_fifo(
Interface
*pp
[all...]
H
A
D
bpck6.c
40
#define PPCSTRUCT(pi) ((
Interface
*)(pi->private))
213
Interface
*p = kzalloc(sizeof(
Interface
), GFP_KERNEL);
in bpck6_init_proto()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
499
log_test setup_wait_dev ":
Interface
$dev does not come up."
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H
A
D
net_forwarding_lib.sh
499
log_test setup_wait_dev ":
Interface
$dev does not come up."
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H
A
D
lib.sh
499
log_test setup_wait_dev ":
Interface
$dev does not come up."
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H
A
D
net_forwarding_lib.sh
499
log_test setup_wait_dev ":
Interface
$dev does not come up."
Completed in 8 milliseconds