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:btBlk2nd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
ene_ub6250.c
1953
u16 btBlk1st,
btBlk2nd
;
in ms_card_init()
local
1969
btBlk1st =
btBlk2nd
= MS_LB_NOT_USED;
in ms_card_init()
1994
btBlk2nd
= TmpBlock;
in ms_card_init()
2019
if (result && (
btBlk2nd
!= MS_LB_NOT_USED))
in ms_card_init()
2020
result = ms_lib_process_bootblock(us,
btBlk2nd
, PageBuffer0);
in ms_card_init()
2032
if (
btBlk2nd
!= MS_LB_NOT_USED) {
in ms_card_init()
2033
for (TmpBlock = btBlk1st + 1; TmpBlock <
btBlk2nd
; TmpBlock++)
in ms_card_init()
2036
info->MS_Lib.Phy2LogMap[
btBlk2nd
] = MS_LB_BOOT_BLOCK;
in ms_card_init()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
ene_ub6250.c
1954
u16 btBlk1st,
btBlk2nd
;
in ms_card_init()
local
1970
btBlk1st =
btBlk2nd
= MS_LB_NOT_USED;
in ms_card_init()
1995
btBlk2nd
= TmpBlock;
in ms_card_init()
2020
if (result && (
btBlk2nd
!= MS_LB_NOT_USED))
in ms_card_init()
2021
result = ms_lib_process_bootblock(us,
btBlk2nd
, PageBuffer0);
in ms_card_init()
2033
if (
btBlk2nd
!= MS_LB_NOT_USED) {
in ms_card_init()
2034
for (TmpBlock = btBlk1st + 1; TmpBlock <
btBlk2nd
; TmpBlock++)
in ms_card_init()
2037
info->MS_Lib.Phy2LogMap[
btBlk2nd
] = MS_LB_BOOT_BLOCK;
in ms_card_init()
Completed in 7 milliseconds