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:chs_table
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
ssfdc.c
62
static const chs_entry_t
chs_table
[] = {
variable
81
while (
chs_table
[k].size > 0 && size >
chs_table
[k].size)
in get_chs()
84
if (
chs_table
[k].size > 0) {
in get_chs()
86
*cyl =
chs_table
[k].cyl;
in get_chs()
88
*head =
chs_table
[k].head;
in get_chs()
90
*sec =
chs_table
[k].sec;
in get_chs()
H
A
D
sm_ftl.c
536
static const struct chs_entry
chs_table
[] = {
variable
636
for (i = 0 ; i < ARRAY_SIZE(
chs_table
) ; i++) {
in sm_get_media_info()
637
if (
chs_table
[i].size == size_in_megs) {
in sm_get_media_info()
638
ftl->cylinders =
chs_table
[i].cyl;
in sm_get_media_info()
639
ftl->heads =
chs_table
[i].head;
in sm_get_media_info()
640
ftl->sectors =
chs_table
[i].sec;
in sm_get_media_info()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
ssfdc.c
62
static const chs_entry_t
chs_table
[] = {
variable
81
while (
chs_table
[k].size > 0 && size >
chs_table
[k].size)
in get_chs()
84
if (
chs_table
[k].size > 0) {
in get_chs()
86
*cyl =
chs_table
[k].cyl;
in get_chs()
88
*head =
chs_table
[k].head;
in get_chs()
90
*sec =
chs_table
[k].sec;
in get_chs()
H
A
D
sm_ftl.c
541
static const struct chs_entry
chs_table
[] = {
variable
643
for (i = 0 ; i < ARRAY_SIZE(
chs_table
) ; i++) {
in sm_get_media_info()
644
if (
chs_table
[i].size == size_in_megs) {
in sm_get_media_info()
645
ftl->cylinders =
chs_table
[i].cyl;
in sm_get_media_info()
646
ftl->heads =
chs_table
[i].head;
in sm_get_media_info()
647
ftl->sectors =
chs_table
[i].sec;
in sm_get_media_info()
/kernel/linux/linux-5.10/drivers/memstick/core/
H
A
D
ms_block.c
1678
static const struct chs_entry
chs_table
[] = {
variable
1742
for (i = 0;
chs_table
[i].size; i++) {
in msb_init_card()
1744
if (
chs_table
[i].size != raw_size_in_megs)
in msb_init_card()
1747
msb->geometry.cylinders =
chs_table
[i].cyl;
in msb_init_card()
1748
msb->geometry.heads =
chs_table
[i].head;
in msb_init_card()
1749
msb->geometry.sectors =
chs_table
[i].sec;
in msb_init_card()
/kernel/linux/linux-6.6/drivers/memstick/core/
H
A
D
ms_block.c
1686
static const struct chs_entry
chs_table
[] = {
variable
1751
for (i = 0;
chs_table
[i].size; i++) {
in msb_init_card()
1753
if (
chs_table
[i].size != raw_size_in_megs)
in msb_init_card()
1756
msb->geometry.cylinders =
chs_table
[i].cyl;
in msb_init_card()
1757
msb->geometry.heads =
chs_table
[i].head;
in msb_init_card()
1758
msb->geometry.sectors =
chs_table
[i].sec;
in msb_init_card()
Completed in 9 milliseconds