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:sb_type
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
pci-quirks.c
135
struct amd_chipset_type
sb_type
;
member
154
pinfo->
sb_type
.gen = AMD_CHIPSET_UNKNOWN;
in amd_chipset_sb_type_init()
161
pinfo->
sb_type
.gen = AMD_CHIPSET_SB600;
in amd_chipset_sb_type_init()
163
pinfo->
sb_type
.gen = AMD_CHIPSET_SB700;
in amd_chipset_sb_type_init()
165
pinfo->
sb_type
.gen = AMD_CHIPSET_SB800;
in amd_chipset_sb_type_init()
173
pinfo->
sb_type
.gen = AMD_CHIPSET_HUDSON2;
in amd_chipset_sb_type_init()
175
pinfo->
sb_type
.gen = AMD_CHIPSET_BOLTON;
in amd_chipset_sb_type_init()
177
pinfo->
sb_type
.gen = AMD_CHIPSET_YANGTZE;
in amd_chipset_sb_type_init()
183
pinfo->
sb_type
.gen = AMD_CHIPSET_TAISHAN;
in amd_chipset_sb_type_init()
185
pinfo->
sb_type
in amd_chipset_sb_type_init()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
pci-quirks.c
135
struct amd_chipset_type
sb_type
;
member
154
pinfo->
sb_type
.gen = AMD_CHIPSET_UNKNOWN;
in amd_chipset_sb_type_init()
161
pinfo->
sb_type
.gen = AMD_CHIPSET_SB600;
in amd_chipset_sb_type_init()
163
pinfo->
sb_type
.gen = AMD_CHIPSET_SB700;
in amd_chipset_sb_type_init()
165
pinfo->
sb_type
.gen = AMD_CHIPSET_SB800;
in amd_chipset_sb_type_init()
173
pinfo->
sb_type
.gen = AMD_CHIPSET_HUDSON2;
in amd_chipset_sb_type_init()
175
pinfo->
sb_type
.gen = AMD_CHIPSET_BOLTON;
in amd_chipset_sb_type_init()
177
pinfo->
sb_type
.gen = AMD_CHIPSET_YANGTZE;
in amd_chipset_sb_type_init()
183
pinfo->
sb_type
.gen = AMD_CHIPSET_TAISHAN;
in amd_chipset_sb_type_init()
185
pinfo->
sb_type
in amd_chipset_sb_type_init()
[all...]
/kernel/linux/linux-6.6/fs/gfs2/
H
A
D
incore.h
624
u32
sb_type
;
member
H
A
D
ops_fstype.c
162
sb->
sb_type
!= GFS2_METATYPE_SB) {
in gfs2_check_sb()
205
sb->
sb_type
= be32_to_cpu(str->sb_header.mh_type);
in gfs2_sb_in()
/kernel/linux/linux-5.10/net/phonet/
H
A
D
pep.c
50
u8
sb_type
;
in pep_get_sb()
member
59
*ptype = ph->
sb_type
;
in pep_get_sb()
/kernel/linux/linux-6.6/net/phonet/
H
A
D
pep.c
50
u8
sb_type
;
in pep_get_sb()
member
59
*ptype = ph->
sb_type
;
in pep_get_sb()
/kernel/linux/linux-5.10/fs/gfs2/
H
A
D
incore.h
647
u32
sb_type
;
member
H
A
D
ops_fstype.c
168
sb->
sb_type
!= GFS2_METATYPE_SB) {
in gfs2_check_sb()
210
sb->
sb_type
= be32_to_cpu(str->sb_header.mh_type);
in gfs2_sb_in()
Completed in 13 milliseconds