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:ddv
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H
A
D
main.h
102
cxlflash_assign_ops(struct dev_dependent_vals *
ddv
)
in cxlflash_assign_ops()
argument
107
if (
ddv
->flags & CXLFLASH_OCXL_DEV)
in cxlflash_assign_ops()
112
if (!(
ddv
->flags & CXLFLASH_OCXL_DEV))
in cxlflash_assign_ops()
H
A
D
main.c
852
struct dev_dependent_vals *
ddv
;
in notify_shutdown()
local
857
ddv
= (struct dev_dependent_vals *)cfg->dev_id->driver_data;
in notify_shutdown()
858
if (!(
ddv
->flags & CXLFLASH_NOTIFY_SHUTDOWN))
in notify_shutdown()
1637
const struct dev_dependent_vals *
ddv
= (struct dev_dependent_vals *)
in read_vpd()
local
1639
const bool wwpn_vpd_required =
ddv
->flags & CXLFLASH_WWPN_VPD_REQUIRED;
in read_vpd()
3666
struct dev_dependent_vals *
ddv
;
in cxlflash_probe()
local
3673
ddv
= (struct dev_dependent_vals *)dev_id->driver_data;
in cxlflash_probe()
3674
driver_template.max_sectors =
ddv
->max_sectors;
in cxlflash_probe()
3702
cfg->ops = cxlflash_assign_ops(
ddv
);
in cxlflash_probe()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H
A
D
main.h
102
cxlflash_assign_ops(struct dev_dependent_vals *
ddv
)
in cxlflash_assign_ops()
argument
107
if (
ddv
->flags & CXLFLASH_OCXL_DEV)
in cxlflash_assign_ops()
112
if (!(
ddv
->flags & CXLFLASH_OCXL_DEV))
in cxlflash_assign_ops()
H
A
D
main.c
852
struct dev_dependent_vals *
ddv
;
in notify_shutdown()
local
857
ddv
= (struct dev_dependent_vals *)cfg->dev_id->driver_data;
in notify_shutdown()
858
if (!(
ddv
->flags & CXLFLASH_NOTIFY_SHUTDOWN))
in notify_shutdown()
1637
const struct dev_dependent_vals *
ddv
= (struct dev_dependent_vals *)
in read_vpd()
local
1639
const bool wwpn_vpd_required =
ddv
->flags & CXLFLASH_WWPN_VPD_REQUIRED;
in read_vpd()
3647
struct dev_dependent_vals *
ddv
;
in cxlflash_probe()
local
3654
ddv
= (struct dev_dependent_vals *)dev_id->driver_data;
in cxlflash_probe()
3655
driver_template.max_sectors =
ddv
->max_sectors;
in cxlflash_probe()
3683
cfg->ops = cxlflash_assign_ops(
ddv
);
in cxlflash_probe()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H
A
D
Makefile
22
obj-$(CONFIG_DELL_WMI_DDV) += dell-wmi-
ddv
.o
Completed in 11 milliseconds