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_pc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-atapi.c
80
void
ide_init_pc
(struct ide_atapi_pc *pc)
in ide_init_pc()
function
84
EXPORT_SYMBOL_GPL(
ide_init_pc
);
variable
122
ide_init_pc
(&pc);
in ide_do_test_unit_ready()
133
ide_init_pc
(&pc);
in ide_do_start_stop()
151
ide_init_pc
(&pc);
in ide_set_media_lock()
161
ide_init_pc
(pc);
in ide_create_request_sense_cmd()
278
ide_init_pc
(pc);
in ide_retry_pc()
H
A
D
ide-floppy.c
161
ide_init_pc
(pc);
in ide_floppy_create_read_capacity_cmd()
173
ide_init_pc
(pc);
in ide_floppy_create_mode_sense_cmd()
203
ide_init_pc
(pc);
in idefloppy_create_rw_cmd()
220
ide_init_pc
(pc);
in idefloppy_blockpc_cmd()
H
A
D
ide-tape.c
492
ide_init_pc
(pc);
in idetape_create_mode_sense_cmd()
550
ide_init_pc
(pc);
in ide_tape_create_rw_cmd()
678
ide_init_pc
(pc);
in idetape_create_write_filemark_cmd()
735
ide_init_pc
(&pc);
in ide_tape_read_position()
772
ide_init_pc
(pc);
in idetape_create_locate_cmd()
891
ide_init_pc
(pc);
in idetape_create_inquiry_cmd()
900
ide_init_pc
(pc);
in idetape_create_rewind_cmd()
907
ide_init_pc
(pc);
in idetape_create_erase_cmd()
915
ide_init_pc
(pc);
in idetape_create_space_cmd()
H
A
D
ide-floppy_ioctl.c
103
ide_init_pc
(pc);
in ide_floppy_create_format_unit_cmd()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ide.h
1162
void
ide_init_pc
(struct ide_atapi_pc *);
Completed in 9 milliseconds