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_cmnd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
ps3disk.c
354
struct lv1_ata_cmnd_block
ata_cmnd
;
in ps3disk_identify()
local
360
memset(&
ata_cmnd
, 0, sizeof(struct lv1_ata_cmnd_block));
in ps3disk_identify()
361
ata_cmnd
.command = ATA_CMD_ID_ATA;
in ps3disk_identify()
362
ata_cmnd
.sector_count = 1;
in ps3disk_identify()
363
ata_cmnd
.size =
ata_cmnd
.arglen = ATA_ID_WORDS * 2;
in ps3disk_identify()
364
ata_cmnd
.buffer = dev->bounce_lpar;
in ps3disk_identify()
365
ata_cmnd
.proto = PIO_DATA_IN_PROTO;
in ps3disk_identify()
366
ata_cmnd
.in_out = DIR_READ;
in ps3disk_identify()
369
ps3_mm_phys_to_lpar(__pa(&
ata_cmnd
)),
in ps3disk_identify()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ps3disk.c
339
struct lv1_ata_cmnd_block
ata_cmnd
;
in ps3disk_identify()
local
345
memset(&
ata_cmnd
, 0, sizeof(struct lv1_ata_cmnd_block));
in ps3disk_identify()
346
ata_cmnd
.command = ATA_CMD_ID_ATA;
in ps3disk_identify()
347
ata_cmnd
.sector_count = 1;
in ps3disk_identify()
348
ata_cmnd
.size =
ata_cmnd
.arglen = ATA_ID_WORDS * 2;
in ps3disk_identify()
349
ata_cmnd
.buffer = dev->bounce_lpar;
in ps3disk_identify()
350
ata_cmnd
.proto = PIO_DATA_IN_PROTO;
in ps3disk_identify()
351
ata_cmnd
.in_out = DIR_READ;
in ps3disk_identify()
354
ps3_mm_phys_to_lpar(__pa(&
ata_cmnd
)),
in ps3disk_identify()
[all...]
Completed in 2 milliseconds