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:temp_res
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
329
u32
temp_res
;
in aq_fw2x_get_phy_temp()
local
345
&
temp_res
, 1);
in aq_fw2x_get_phy_temp()
353
*temp = (int16_t)(
temp_res
& 0xFFFF) * 1000 / 256;
in aq_fw2x_get_phy_temp()
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H
A
D
hw_atl_utils_fw2x.c
329
u32
temp_res
;
in aq_fw2x_get_phy_temp()
local
345
&
temp_res
, 1);
in aq_fw2x_get_phy_temp()
353
*temp = (int16_t)(
temp_res
& 0xFFFF) * 1000 / 256;
in aq_fw2x_get_phy_temp()
/kernel/linux/linux-5.10/drivers/of/
H
A
D
platform.c
113
struct resource *res,
temp_res
;
in of_device_alloc()
local
120
while (of_address_to_resource(np, num_reg, &
temp_res
) == 0)
in of_device_alloc()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dsi.c
5268
struct resource
temp_res
;
in dsi_bind()
local
5304
temp_res
.start = res->start;
in dsi_bind()
5305
temp_res
.end =
temp_res
.start + DSI_PROTO_SZ - 1;
in dsi_bind()
5306
res = &
temp_res
;
in dsi_bind()
5326
temp_res
.start = res->start + DSI_PHY_OFFSET;
in dsi_bind()
5327
temp_res
.end =
temp_res
.start + DSI_PHY_SZ - 1;
in dsi_bind()
5328
res = &
temp_res
;
in dsi_bind()
5346
temp_res
in dsi_bind()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H
A
D
dsi.c
5266
struct resource
temp_res
;
in dsi_bind()
local
5302
temp_res
.start = res->start;
in dsi_bind()
5303
temp_res
.end =
temp_res
.start + DSI_PROTO_SZ - 1;
in dsi_bind()
5304
res = &
temp_res
;
in dsi_bind()
5324
temp_res
.start = res->start + DSI_PHY_OFFSET;
in dsi_bind()
5325
temp_res
.end =
temp_res
.start + DSI_PHY_SZ - 1;
in dsi_bind()
5326
res = &
temp_res
;
in dsi_bind()
5344
temp_res
in dsi_bind()
[all...]
Completed in 20 milliseconds