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:ata_force_tbl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-core.c
108
static struct ata_force_ent *
ata_force_tbl
;
variable
326
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_cbl()
366
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_link_limits()
414
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_xfermask()
468
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_horkage()
6301
ata_force_tbl
= kcalloc(size, sizeof(
ata_force_tbl
[0]), GFP_KERNEL);
in ata_parse_force_param()
6302
if (!
ata_force_tbl
) {
in ata_parse_force_param()
6326
ata_force_tbl
[idx++] = te;
in ata_parse_force_param()
6337
kfree(
ata_force_tbl
);
in ata_free_force_param()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-core.c
109
static struct ata_force_ent *
ata_force_tbl
;
variable
333
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_cbl()
373
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_link_limits()
427
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_xfermask()
481
const struct ata_force_ent *fe = &
ata_force_tbl
[i];
in ata_force_horkage()
6478
/* Calculate maximum number of params and allocate
ata_force_tbl
*/
in ata_parse_force_param()
6483
ata_force_tbl
= kcalloc(size, sizeof(
ata_force_tbl
[0]), GFP_KERNEL);
in ata_parse_force_param()
6484
if (!
ata_force_tbl
) {
in ata_parse_force_param()
6508
ata_force_tbl
[id
in ata_parse_force_param()
[all...]
Completed in 15 milliseconds