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_tpu
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/
H
A
D
target_core_spc.c
488
*
emulate_tpu
=1 or emulate_tpws=1 we will be expect a
in spc_emulate_evpd_b0()
491
if (dev->dev_attrib.
emulate_tpu
|| dev->dev_attrib.emulate_tpws)
in spc_emulate_evpd_b0()
622
if (dev->dev_attrib.
emulate_tpu
!= 0)
in spc_emulate_evpd_b2()
641
if (((dev->dev_attrib.
emulate_tpu
!= 0) ||
in spc_emulate_evpd_b2()
H
A
D
target_core_sbc.c
114
* READ CAPACITY (16) byte 14 if
emulate_tpu
or emulate_tpws is enabled.
in sbc_emulate_readcapacity_16()
116
if (dev->dev_attrib.
emulate_tpu
|| dev->dev_attrib.emulate_tpws) {
in sbc_emulate_readcapacity_16()
1032
if (!dev->dev_attrib.
emulate_tpu
) {
in sbc_parse_cdb()
1034
"
emulate_tpu
disabled\n");
in sbc_parse_cdb()
H
A
D
target_core_configfs.c
525
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_tpu
);
variable
750
da->
emulate_tpu
= flag;
in emulate_tpu_store()
1184
CONFIGFS_ATTR(,
emulate_tpu
);
H
A
D
target_core_device.c
786
dev->dev_attrib.
emulate_tpu
= DA_EMULATE_TPU;
in target_alloc_device()
/kernel/linux/linux-6.6/drivers/target/
H
A
D
target_core_spc.c
517
*
emulate_tpu
=1 or emulate_tpws=1 we will be expect a
in spc_emulate_evpd_b0()
520
if (dev->dev_attrib.
emulate_tpu
|| dev->dev_attrib.emulate_tpws)
in spc_emulate_evpd_b0()
654
if (dev->dev_attrib.
emulate_tpu
!= 0)
in spc_emulate_evpd_b2()
673
if (((dev->dev_attrib.
emulate_tpu
!= 0) ||
in spc_emulate_evpd_b2()
1548
return ops->execute_unmap && dev->dev_attrib.
emulate_tpu
;
in tcm_is_unmap_enabled()
H
A
D
target_core_sbc.c
114
* READ CAPACITY (16) byte 14 if
emulate_tpu
or emulate_tpws is enabled.
in sbc_emulate_readcapacity_16()
116
if (dev->dev_attrib.
emulate_tpu
|| dev->dev_attrib.emulate_tpws) {
in sbc_emulate_readcapacity_16()
973
if (!dev->dev_attrib.
emulate_tpu
) {
in sbc_parse_cdb()
975
"
emulate_tpu
disabled\n");
in sbc_parse_cdb()
H
A
D
target_core_configfs.c
555
DEF_CONFIGFS_ATTRIB_SHOW(
emulate_tpu
);
variable
785
da->
emulate_tpu
= flag;
in emulate_tpu_store()
1241
CONFIGFS_ATTR(,
emulate_tpu
);
H
A
D
target_core_device.c
757
dev->dev_attrib.
emulate_tpu
= DA_EMULATE_TPU;
in target_alloc_device()
/kernel/linux/linux-5.10/include/target/
H
A
D
target_core_base.h
683
bool
emulate_tpu
;
member
/kernel/linux/linux-6.6/include/target/
H
A
D
target_core_base.h
695
bool
emulate_tpu
;
member
Completed in 25 milliseconds