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:hob_ports
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
119
__u8
hob_ports
[8];
member
1798
fis.lba_low_ex = req_task->
hob_ports
[3];
in exec_drive_taskfile()
1799
fis.lba_mid_ex = req_task->
hob_ports
[4];
in exec_drive_taskfile()
1800
fis.lba_hi_ex = req_task->
hob_ports
[5];
in exec_drive_taskfile()
1801
fis.features_ex = req_task->
hob_ports
[1];
in exec_drive_taskfile()
1802
fis.sect_cnt_ex = req_task->
hob_ports
[2];
in exec_drive_taskfile()
1893
req_task->
hob_ports
[3] = reply->lba_low_ex;
in exec_drive_taskfile()
1894
req_task->
hob_ports
[4] = reply->lba_mid_ex;
in exec_drive_taskfile()
1895
req_task->
hob_ports
[5] = reply->lba_hi_ex;
in exec_drive_taskfile()
1896
req_task->
hob_ports
[
in exec_drive_taskfile()
[all...]
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H
A
D
mtip32xx.c
113
__u8
hob_ports
[8];
member
1786
fis.lba_low_ex = req_task->
hob_ports
[3];
in exec_drive_taskfile()
1787
fis.lba_mid_ex = req_task->
hob_ports
[4];
in exec_drive_taskfile()
1788
fis.lba_hi_ex = req_task->
hob_ports
[5];
in exec_drive_taskfile()
1789
fis.features_ex = req_task->
hob_ports
[1];
in exec_drive_taskfile()
1790
fis.sect_cnt_ex = req_task->
hob_ports
[2];
in exec_drive_taskfile()
1881
req_task->
hob_ports
[3] = reply->lba_low_ex;
in exec_drive_taskfile()
1882
req_task->
hob_ports
[4] = reply->lba_mid_ex;
in exec_drive_taskfile()
1883
req_task->
hob_ports
[5] = reply->lba_hi_ex;
in exec_drive_taskfile()
1884
req_task->
hob_ports
[
in exec_drive_taskfile()
[all...]
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-taskfile.c
517
memcpy(&cmd.hob, req_task->
hob_ports
, HDIO_DRIVE_HOB_HDR_SIZE - 2);
in ide_taskfile_ioctl()
633
memcpy(req_task->
hob_ports
, &cmd.hob, HDIO_DRIVE_HOB_HDR_SIZE - 2);
in ide_taskfile_ioctl()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
hdreg.h
62
__u8
hob_ports
[8]; /* bytes 6 and 7 are unused */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
hdreg.h
62
__u8
hob_ports
[8]; /* bytes 6 and 7 are unused */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
hdreg.h
60
__u8
hob_ports
[8];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
hdreg.h
60
__u8
hob_ports
[8];
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
hdreg.h
51
__u8
hob_ports
[8];
member
Completed in 14 milliseconds