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:match_id_table
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/cdx/
H
A
D
cdx_bus.h
114
* @
match_id_table
: table of supported device matching Ids
130
const struct cdx_device_id *
match_id_table
;
member
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H
A
D
dprc-driver.c
835
static const struct fsl_mc_device_id
match_id_table
[] = {
variable
848
.
match_id_table
=
match_id_table
,
H
A
D
fsl-mc-allocator.c
635
static const struct fsl_mc_device_id
match_id_table
[] = {
variable
656
.
match_id_table
=
match_id_table
,
H
A
D
fsl-mc-bus.c
90
if (!mc_drv->
match_id_table
)
in fsl_mc_bus_match()
105
for (id = mc_drv->
match_id_table
; id->vendor != 0x0; id++) {
in fsl_mc_bus_match()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H
A
D
dprc-driver.c
863
static const struct fsl_mc_device_id
match_id_table
[] = {
variable
876
.
match_id_table
=
match_id_table
,
H
A
D
fsl-mc-allocator.c
629
static const struct fsl_mc_device_id
match_id_table
[] = {
variable
650
.
match_id_table
=
match_id_table
,
H
A
D
fsl-mc-bus.c
96
if (!mc_drv->
match_id_table
)
in fsl_mc_bus_match()
111
for (id = mc_drv->
match_id_table
; id->vendor != 0x0; id++) {
in fsl_mc_bus_match()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-ptp.c
258
.
match_id_table
= dpaa2_ptp_match_id_table,
H
A
D
dpaa2-eth.c
4460
.
match_id_table
= dpaa2_eth_match_id_table
/kernel/linux/linux-6.6/drivers/vfio/cdx/
H
A
D
main.c
223
.
match_id_table
= vfio_cdx_table,
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpaa2-ptp.c
253
.
match_id_table
= dpaa2_ptp_match_id_table,
H
A
D
dpaa2-switch.c
3456
.
match_id_table
= dpaa2_switch_match_id_table
H
A
D
dpaa2-eth.c
5097
.
match_id_table
= dpaa2_eth_match_id_table
/kernel/linux/linux-5.10/drivers/soc/fsl/dpio/
H
A
D
dpio-driver.c
325
.
match_id_table
= dpaa2_dpio_match_id_table
/kernel/linux/linux-6.6/drivers/soc/fsl/dpio/
H
A
D
dpio-driver.c
319
.
match_id_table
= dpaa2_dpio_match_id_table
/kernel/linux/linux-5.10/include/linux/fsl/
H
A
D
mc.h
28
* @
match_id_table
: table of supported device matching Ids
41
const struct fsl_mc_device_id *
match_id_table
;
member
/kernel/linux/linux-6.6/include/linux/fsl/
H
A
D
mc.h
29
* @
match_id_table
: table of supported device matching Ids
49
const struct fsl_mc_device_id *
match_id_table
;
member
/kernel/linux/linux-6.6/drivers/cdx/
H
A
D
cdx.c
200
ids = cdx_drv->
match_id_table
;
in cdx_bus_match()
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.c
828
.
match_id_table
= dpaa2_qdma_id_table
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/
H
A
D
dpaa2-qdma.c
824
.
match_id_table
= dpaa2_qdma_id_table
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H
A
D
ethsw.c
1849
.
match_id_table
= dpaa2_switch_match_id_table
/kernel/linux/linux-5.10/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
5511
.
match_id_table
= dpaa2_caam_match_id_table
/kernel/linux/linux-6.6/drivers/crypto/caam/
H
A
D
caamalg_qi2.c
5524
.
match_id_table
= dpaa2_caam_match_id_table
Completed in 61 milliseconds