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:ide_init_sg_cmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-io.c
246
void
ide_init_sg_cmd
(struct ide_cmd *cmd, unsigned int nr_bytes)
in ide_init_sg_cmd()
function
252
EXPORT_SYMBOL_GPL(
ide_init_sg_cmd
);
variable
273
ide_init_sg_cmd
(cmd, blk_rq_sectors(rq) << 9);
in execute_drive_cmd()
H
A
D
ide-disk.c
159
ide_init_sg_cmd
(&cmd, nsectors << 9);
in __ide_do_rw_disk()
169
ide_init_sg_cmd
(&cmd, nsectors << 9);
in __ide_do_rw_disk()
H
A
D
ide-floppy.c
297
ide_init_sg_cmd
(&cmd, blk_rq_bytes(rq));
in ide_floppy_do_request()
H
A
D
ide-cd.c
927
ide_init_sg_cmd
(&cmd, blk_rq_bytes(rq));
in ide_cd_do_request()
H
A
D
ide-tape.c
665
ide_init_sg_cmd
(&cmd, blk_rq_bytes(rq));
in idetape_do_request()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
1404
void
ide_init_sg_cmd
(struct ide_cmd *, unsigned int);
Completed in 12 milliseconds