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:asihpi_pci_tbl
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/asihpi/
H
A
D
hpimsgx.c
20
static const struct pci_device_id
asihpi_pci_tbl
[] = {
variable
35
for (i = 0;
asihpi_pci_tbl
[i].vendor != 0; i++) {
in hpi_lookup_entry_point_function()
36
if (
asihpi_pci_tbl
[i].vendor != PCI_ANY_ID
in hpi_lookup_entry_point_function()
37
&&
asihpi_pci_tbl
[i].vendor !=
in hpi_lookup_entry_point_function()
40
if (
asihpi_pci_tbl
[i].device != PCI_ANY_ID
in hpi_lookup_entry_point_function()
41
&&
asihpi_pci_tbl
[i].device !=
in hpi_lookup_entry_point_function()
44
if (
asihpi_pci_tbl
[i].subvendor != PCI_ANY_ID
in hpi_lookup_entry_point_function()
45
&&
asihpi_pci_tbl
[i].subvendor !=
in hpi_lookup_entry_point_function()
48
if (
asihpi_pci_tbl
[i].subdevice != PCI_ANY_ID
in hpi_lookup_entry_point_function()
49
&&
asihpi_pci_tbl
[
in hpi_lookup_entry_point_function()
[all...]
H
A
D
asihpi.c
2947
static const struct pci_device_id
asihpi_pci_tbl
[] = {
variable
2956
MODULE_DEVICE_TABLE(pci,
asihpi_pci_tbl
);
2960
.id_table =
asihpi_pci_tbl
,
/kernel/linux/linux-6.6/sound/pci/asihpi/
H
A
D
hpimsgx.c
20
static const struct pci_device_id
asihpi_pci_tbl
[] = {
variable
35
for (i = 0;
asihpi_pci_tbl
[i].vendor != 0; i++) {
in hpi_lookup_entry_point_function()
36
if (
asihpi_pci_tbl
[i].vendor != PCI_ANY_ID
in hpi_lookup_entry_point_function()
37
&&
asihpi_pci_tbl
[i].vendor !=
in hpi_lookup_entry_point_function()
40
if (
asihpi_pci_tbl
[i].device != PCI_ANY_ID
in hpi_lookup_entry_point_function()
41
&&
asihpi_pci_tbl
[i].device !=
in hpi_lookup_entry_point_function()
44
if (
asihpi_pci_tbl
[i].subvendor != PCI_ANY_ID
in hpi_lookup_entry_point_function()
45
&&
asihpi_pci_tbl
[i].subvendor !=
in hpi_lookup_entry_point_function()
48
if (
asihpi_pci_tbl
[i].subdevice != PCI_ANY_ID
in hpi_lookup_entry_point_function()
49
&&
asihpi_pci_tbl
[
in hpi_lookup_entry_point_function()
[all...]
H
A
D
asihpi.c
2945
static const struct pci_device_id
asihpi_pci_tbl
[] = {
variable
2954
MODULE_DEVICE_TABLE(pci,
asihpi_pci_tbl
);
2958
.id_table =
asihpi_pci_tbl
,
Completed in 10 milliseconds