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:pkg_type
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H
A
D
smuio_v13_0_3.c
75
enum amdgpu_pkg_type
pkg_type
;
in smuio_v13_0_3_get_pkg_type()
local
80
/*
pkg_type
[4:0]
in smuio_v13_0_3_get_pkg_type()
88
pkg_type
= AMDGPU_PKG_TYPE_APU;
in smuio_v13_0_3_get_pkg_type()
91
pkg_type
= AMDGPU_PKG_TYPE_UNKNOWN;
in smuio_v13_0_3_get_pkg_type()
95
return
pkg_type
;
in smuio_v13_0_3_get_pkg_type()
H
A
D
gmc_v9_0.c
1594
enum amdgpu_pkg_type
pkg_type
=
in gmc_v9_0_early_init()
local
1603
adev->gmc.is_app_apu = (
pkg_type
== AMDGPU_PKG_TYPE_APU &&
in gmc_v9_0_early_init()
/kernel/linux/linux-5.10/drivers/hwmon/
H
A
D
k10temp.c
318
u32
pkg_type
, reg_dram_cfg;
in has_erratum_319()
local
327
pkg_type
= cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK;
in has_erratum_319()
328
if (
pkg_type
== CPUID_PKGTYPE_F)
in has_erratum_319()
330
if (
pkg_type
!= CPUID_PKGTYPE_AM2R2_AM3)
in has_erratum_319()
/kernel/linux/linux-6.6/drivers/hwmon/
H
A
D
k10temp.c
313
u32
pkg_type
, reg_dram_cfg;
in has_erratum_319()
local
322
pkg_type
= cpuid_ebx(0x80000001) & CPUID_PKGTYPE_MASK;
in has_erratum_319()
323
if (
pkg_type
== CPUID_PKGTYPE_F)
in has_erratum_319()
325
if (
pkg_type
!= CPUID_PKGTYPE_AM2R2_AM3)
in has_erratum_319()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H
A
D
main.h
1898
u8
pkg_type
;
member
H
A
D
rtw8821c.c
74
hal->
pkg_type
= map->rfe_option & BIT(5) ? 1 : 0;
in rtw8821c_read_efuse()
H
A
D
main.c
2027
rtw_phy_setup_phy_cond(rtwdev, hal->
pkg_type
);
in rtw_chip_board_info_setup()
Completed in 15 milliseconds