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:FD_MAX_UNITS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/
H
A
D
ataflop.c
79
#define
FD_MAX_UNITS
2
macro
277
static struct atari_disk_type user_params[
FD_MAX_UNITS
];
285
static struct atari_disk_type default_params[
FD_MAX_UNITS
];
304
} unit[
FD_MAX_UNITS
];
380
static int UserSteprate[
FD_MAX_UNITS
] = { -1, -1 };
1856
for( drive = 0; drive <
FD_MAX_UNITS
; drive++ ) {
in config_types()
1969
if (drive >=
FD_MAX_UNITS
|| type > NUM_DISK_MINORS)
in floppy_find()
1987
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in atari_floppy_init()
2027
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in atari_floppy_init()
2066
int ints[3 +
FD_MAX_UNITS
];
in atari_floppy_setup()
[all...]
H
A
D
amiflop.c
165
#define
FD_MAX_UNITS
4 /* Max. Number of drives */
macro
264
static struct amiga_floppy_struct unit[
FD_MAX_UNITS
];
266
static struct timer_list flush_track_timer[
FD_MAX_UNITS
];
270
static struct timer_list motor_off_timer[
FD_MAX_UNITS
];
1814
for(drive=0;drive<
FD_MAX_UNITS
;drive++) {
in fd_probe_drives()
1893
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in amiga_floppy_probe()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
ataflop.c
80
#define
FD_MAX_UNITS
2
macro
278
static struct atari_disk_type user_params[
FD_MAX_UNITS
];
286
static struct atari_disk_type default_params[
FD_MAX_UNITS
];
307
} unit[
FD_MAX_UNITS
];
383
static int UserSteprate[
FD_MAX_UNITS
] = { -1, -1 };
1884
for( drive = 0; drive <
FD_MAX_UNITS
; drive++ ) {
in config_types()
2021
if (drive >=
FD_MAX_UNITS
|| type >= NUM_DISK_MINORS)
in ataflop_probe()
2042
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in atari_floppy_cleanup()
2079
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in atari_floppy_init()
2120
for (i = 0; i <
FD_MAX_UNITS
;
in atari_floppy_init()
[all...]
H
A
D
amiflop.c
165
#define
FD_MAX_UNITS
4 /* Max. Number of drives */
macro
264
static struct amiga_floppy_struct unit[
FD_MAX_UNITS
];
266
static struct timer_list flush_track_timer[
FD_MAX_UNITS
];
270
static struct timer_list motor_off_timer[
FD_MAX_UNITS
];
1844
for(drive=0;drive<
FD_MAX_UNITS
;drive++) {
in fd_probe_drives()
1898
for (i = 0; i <
FD_MAX_UNITS
; i++) {
in amiga_floppy_probe()
Completed in 11 milliseconds