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:octeon_cf_ops
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
pata_octeon_cf.c
820
static struct ata_port_operations
octeon_cf_ops
= {
variable
946
ap->ops = &
octeon_cf_ops
;
in octeon_cf_probe()
957
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer8;
in octeon_cf_probe()
973
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer16;
in octeon_cf_probe()
984
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer16;
in octeon_cf_probe()
985
octeon_cf_ops
.softreset = octeon_cf_softreset16;
in octeon_cf_probe()
986
octeon_cf_ops
.sff_check_status = octeon_cf_check_status16;
in octeon_cf_probe()
987
octeon_cf_ops
.sff_tf_read = octeon_cf_tf_read16;
in octeon_cf_probe()
988
octeon_cf_ops
.sff_tf_load = octeon_cf_tf_load16;
in octeon_cf_probe()
989
octeon_cf_ops
in octeon_cf_probe()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
pata_octeon_cf.c
789
static struct ata_port_operations
octeon_cf_ops
= {
variable
907
ap->ops = &
octeon_cf_ops
;
in octeon_cf_probe()
918
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer8;
in octeon_cf_probe()
934
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer16;
in octeon_cf_probe()
945
octeon_cf_ops
.sff_data_xfer = octeon_cf_data_xfer16;
in octeon_cf_probe()
946
octeon_cf_ops
.softreset = octeon_cf_softreset16;
in octeon_cf_probe()
947
octeon_cf_ops
.sff_check_status = octeon_cf_check_status16;
in octeon_cf_probe()
948
octeon_cf_ops
.sff_tf_read = octeon_cf_tf_read16;
in octeon_cf_probe()
949
octeon_cf_ops
.sff_tf_load = octeon_cf_tf_load16;
in octeon_cf_probe()
950
octeon_cf_ops
in octeon_cf_probe()
[all...]
Completed in 4 milliseconds