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:cur_lun
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/storage/
H
A
D
realtek_cr.c
76
u8
cur_lun
;
member
461
chip->status[lun].
cur_lun
= buf[4];
in rts51x_check_status()
895
status->
cur_lun
= buf[4];
in realtek_cr_autosuspend_setup()
/kernel/linux/linux-6.6/drivers/usb/storage/
H
A
D
realtek_cr.c
76
u8
cur_lun
;
member
461
chip->status[lun].
cur_lun
= buf[4];
in rts51x_check_status()
895
status->
cur_lun
= buf[4];
in realtek_cr_autosuspend_setup()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
nsp32.h
579
int
cur_lun
; /* Current connected target LUN */
member
H
A
D
nsp32.c
834
data->
cur_lun
= newlun;
in nsp32_reselection()
956
data->
cur_lun
= SCpnt->device->lun;
in nsp32_queuecommand_lck()
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
nsp32.h
588
int
cur_lun
; /* Current connected target LUN */
member
H
A
D
nsp32.c
844
data->
cur_lun
= newlun;
in nsp32_reselection()
962
data->
cur_lun
= SCpnt->device->lun;
in nsp32_queuecommand_lck()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
5909
u_int
cur_lun
;
in ahd_handle_devreset()
local
5913
cur_lun
= 0;
in ahd_handle_devreset()
5916
cur_lun
= lun;
in ahd_handle_devreset()
5919
for (;
cur_lun
<= max_lun;
cur_lun
++) {
in ahd_handle_devreset()
5922
lstate = tstate->enabled_luns[
cur_lun
];
in ahd_handle_devreset()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H
A
D
aic79xx_core.c
5907
u_int
cur_lun
;
in ahd_handle_devreset()
local
5911
cur_lun
= 0;
in ahd_handle_devreset()
5914
cur_lun
= lun;
in ahd_handle_devreset()
5917
for (;
cur_lun
<= max_lun;
cur_lun
++) {
in ahd_handle_devreset()
5920
lstate = tstate->enabled_luns[
cur_lun
];
in ahd_handle_devreset()
Completed in 33 milliseconds