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:sectors_per_frame
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ide/
H
A
D
ide-cd.c
806
unsigned short
sectors_per_frame
=
in cdrom_start_rw()
local
811
rq->cmd[0], rq->cmd_flags,
sectors_per_frame
);
in cdrom_start_rw()
826
if ((blk_rq_sectors(rq) & (
sectors_per_frame
- 1)) ||
in cdrom_start_rw()
827
(blk_rq_pos(rq) & (
sectors_per_frame
- 1)))
in cdrom_start_rw()
985
unsigned long *
sectors_per_frame
)
in cdrom_read_capacity()
1009
* sure the
sectors_per_frame
we give to the caller won't
in cdrom_read_capacity()
1029
*
sectors_per_frame
= blocklen >> SECTOR_SHIFT;
in cdrom_read_capacity()
1031
ide_debug_log(IDE_DBG_PROBE, "cap: %lu,
sectors_per_frame
: %lu",
in cdrom_read_capacity()
1032
*capacity, *
sectors_per_frame
);
in cdrom_read_capacity()
1070
unsigned long
sectors_per_frame
in ide_cd_read_toc()
local
984
cdrom_read_capacity(ide_drive_t *drive, unsigned long *capacity, unsigned long *
sectors_per_frame
)
cdrom_read_capacity()
argument
1424
unsigned long capacity,
sectors_per_frame
;
ide_cdrom_capacity()
local
[all...]
Completed in 4 milliseconds