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:emulate_tas
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_tmr.c
386
tas = dev->dev_attrib.
emulate_tas
;
in core_tmr_lun_reset()
H
A
D
target_core_configfs.c
524
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_tas
);
variable
723
da->
emulate_tas
= flag;
in emulate_tas_store()
1183
CONFIGFS_ATTR(,
emulate_tas
);
H
A
D
target_core_spc.c
873
p[5] = (dev->dev_attrib.
emulate_tas
) ? 0x40 : 0x00;
in spc_modesense_control()
H
A
D
target_core_device.c
785
dev->dev_attrib.
emulate_tas
= DA_EMULATE_TAS;
in target_alloc_device()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_tmr.c
375
tas = dev->dev_attrib.
emulate_tas
;
in core_tmr_lun_reset()
H
A
D
target_core_configfs.c
554
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_tas
);
variable
754
da->
emulate_tas
= flag;
in emulate_tas_store()
1240
CONFIGFS_ATTR(,
emulate_tas
);
H
A
D
target_core_device.c
756
dev->dev_attrib.
emulate_tas
= DA_EMULATE_TAS;
in target_alloc_device()
H
A
D
target_core_spc.c
901
p[5] = (dev->dev_attrib.
emulate_tas
) ? 0x40 : 0x00;
in spc_modesense_control()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
682
bool
emulate_tas
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
694
bool
emulate_tas
;
member
Completed in 23 milliseconds