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:_sync
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/mtd/chips/
H
A
D
map_absent.c
62
mtd->
_sync
= map_absent_sync;
in map_absent_probe()
H
A
D
map_rom.c
60
mtd->
_sync
= maprom_nop;
in map_rom_probe()
H
A
D
map_ram.c
73
mtd->
_sync
= mapram_nop;
in map_ram_probe()
H
A
D
cfi_cmdset_0020.c
233
mtd->
_sync
= cfi_staa_sync;
in cfi_staa_setup()
/kernel/linux/linux-6.6/drivers/mtd/chips/
H
A
D
map_absent.c
62
mtd->
_sync
= map_absent_sync;
in map_absent_probe()
H
A
D
map_rom.c
61
mtd->
_sync
= maprom_nop;
in map_rom_probe()
H
A
D
map_ram.c
74
mtd->
_sync
= mapram_nop;
in map_ram_probe()
H
A
D
cfi_cmdset_0020.c
234
mtd->
_sync
= cfi_staa_sync;
in cfi_staa_setup()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
mtd.c
72
part->mtd.
_sync
= ef4_mtd_sync;
in ef4_mtd_add()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
mtd.c
75
part->mtd.
_sync
= efx_mtd_sync;
in efx_mtd_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
mtd.c
72
part->mtd.
_sync
= ef4_mtd_sync;
in ef4_mtd_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
mtd.c
75
part->mtd.
_sync
= efx_mtd_sync;
in efx_mtd_add()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
mtd.c
75
part->mtd.
_sync
= efx_mtd_sync;
in efx_siena_mtd_add()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
mtd.h
341
void (*
_sync
) (struct mtd_info *mtd);
member
526
if (master->
_sync
)
in mtd_sync()
527
master->
_sync
(master);
in mtd_sync()
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
mtd.h
347
void (*
_sync
) (struct mtd_info *mtd);
member
535
if (master->
_sync
)
in mtd_sync()
536
master->
_sync
(master);
in mtd_sync()
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
uasm.h
173
Ip_u1(
_sync
);
variable
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
uasm.h
174
Ip_u1(
_sync
);
variable
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
block2mtd.c
295
dev->mtd.
_sync
= block2mtd_sync;
in add_device()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H
A
D
block2mtd.c
317
dev->mtd.
_sync
= block2mtd_sync;
in add_device()
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
uasm.c
371
I_u1(
_sync
)
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
uasm.c
372
I_u1(
_sync
)
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
vmu-flash.c
539
mtd_cur->
_sync
= vmu_flash_sync;
in vmu_queryblocks()
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
mtdconcat.c
762
concat->mtd.
_sync
= concat_sync;
in mtd_concat_create()
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
vmu-flash.c
539
mtd_cur->
_sync
= vmu_flash_sync;
in vmu_queryblocks()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
mtdconcat.c
762
concat->mtd.
_sync
= concat_sync;
in mtd_concat_create()
Completed in 19 milliseconds
1
2