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:cgd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/power/
H
A
D
domain_governor.c
149
struct genpd_governor_data *
cgd
= link->child->gd;
in update_domain_next_wakeup()
local
151
next_wakeup =
cgd
?
cgd
->next_wakeup : KTIME_MAX;
in update_domain_next_wakeup()
193
struct genpd_governor_data *
cgd
= link->child->gd;
in __default_power_down_ok()
local
195
s64 sd_max_off_ns =
cgd
?
cgd
->max_off_time_ns : -1;
in __default_power_down_ok()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_els.c
4186
struct fc_diag_cg_sig_desc *
cgd
= (struct fc_diag_cg_sig_desc *)tlv;
in lpfc_format_edc_cgn_desc()
local
4188
/* We are assuming
cgd
was zero'ed before calling this routine */
in lpfc_format_edc_cgn_desc()
4191
cgd
->desc_tag = cpu_to_be32(ELS_DTAG_CG_SIGNAL_CAP);
in lpfc_format_edc_cgn_desc()
4194
cgd
->desc_len = cpu_to_be32(
in lpfc_format_edc_cgn_desc()
4212
cgd
->rcv_signal_capability = cpu_to_be32(EDC_CG_SIG_WARN_ONLY);
in lpfc_format_edc_cgn_desc()
4215
cgd
->rcv_signal_capability = cpu_to_be32(EDC_CG_SIG_WARN_ALARM);
in lpfc_format_edc_cgn_desc()
4225
cgd
->rcv_signal_frequency.count =
in lpfc_format_edc_cgn_desc()
4227
cgd
->rcv_signal_frequency.units =
in lpfc_format_edc_cgn_desc()
Completed in 14 milliseconds