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:lfw
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
ihex.h
68
const struct firmware *
lfw
;
in request_ihex_firmware()
local
71
ret = request_firmware(&
lfw
, fw_name, dev);
in request_ihex_firmware()
74
ret = ihex_validate_fw(
lfw
);
in request_ihex_firmware()
78
release_firmware(
lfw
);
in request_ihex_firmware()
81
*fw =
lfw
;
in request_ihex_firmware()
/kernel/linux/linux-6.6/include/linux/
H
A
D
ihex.h
68
const struct firmware *
lfw
;
in request_ihex_firmware()
local
71
ret = request_firmware(&
lfw
, fw_name, dev);
in request_ihex_firmware()
74
ret = ihex_validate_fw(
lfw
);
in request_ihex_firmware()
78
release_firmware(
lfw
);
in request_ihex_firmware()
81
*fw =
lfw
;
in request_ihex_firmware()
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
737
unsigned long
lfw
;
in sti_hqvdp_check_hw_scaling()
local
740
lfw
= mode->htotal * (clk_get_rate(hqvdp->clk) / 1000000);
in sti_hqvdp_check_hw_scaling()
741
lfw
/= max(src_w, dst_w) * mode->clock / 1000;
in sti_hqvdp_check_hw_scaling()
745
return (inv_zy <=
lfw
) ? true : false;
in sti_hqvdp_check_hw_scaling()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hqvdp.c
739
unsigned long
lfw
;
in sti_hqvdp_check_hw_scaling()
local
742
lfw
= mode->htotal * (clk_get_rate(hqvdp->clk) / 1000000);
in sti_hqvdp_check_hw_scaling()
743
lfw
/= max(src_w, dst_w) * mode->clock / 1000;
in sti_hqvdp_check_hw_scaling()
747
return (inv_zy <=
lfw
) ? true : false;
in sti_hqvdp_check_hw_scaling()
Completed in 6 milliseconds