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:t_pins
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/
H
A
D
hda_auto_parser.c
903
const struct hda_pintbl *
t_pins
;
in pin_config_match()
local
906
t_pins
= pins;
in pin_config_match()
908
for (;
t_pins
->nid;
t_pins
++) {
in pin_config_match()
909
if (
t_pins
->nid == nid) {
in pin_config_match()
911
if ((
t_pins
->val & IGNORE_SEQ_ASSOC) == (cfg & IGNORE_SEQ_ASSOC))
in pin_config_match()
913
else if ((cfg & 0xf0000000) == 0x40000000 && (
t_pins
->val & 0xf0000000) == 0x40000000)
in pin_config_match()
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
hda_auto_parser.c
899
const struct hda_pintbl *
t_pins
;
in pin_config_match()
local
902
t_pins
= pins;
in pin_config_match()
904
for (;
t_pins
->nid;
t_pins
++) {
in pin_config_match()
905
if (
t_pins
->nid == nid) {
in pin_config_match()
907
if ((
t_pins
->val & IGNORE_SEQ_ASSOC) == (cfg & IGNORE_SEQ_ASSOC))
in pin_config_match()
909
else if ((cfg & 0xf0000000) == 0x40000000 && (
t_pins
->val & 0xf0000000) == 0x40000000)
in pin_config_match()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
ttable_32.S
21
t_pins
: TRAP_ENTRY(0x3, priv_instruction) /* Privileged Instruction */
label
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
ttable_32.S
21
t_pins
: TRAP_ENTRY(0x3, priv_instruction) /* Privileged Instruction */
label
Completed in 9 milliseconds