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:fsl_mc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
H
A
D
fsl-mc-msi.c
32
return (irq_hw_number_t)(desc->
fsl_mc
.msi_index + (dev->icid * 10000));
in fsl_mc_domain_calc_hwirq()
125
&mc_bus->irq_resources[msi_desc->
fsl_mc
.msi_index];
in fsl_mc_msi_write_msg()
238
msi_desc->
fsl_mc
.msi_index = i;
in fsl_mc_msi_alloc_descs()
H
A
D
fsl-mc-bus.c
35
* struct
fsl_mc
- Private data of a "fsl,qoriq-mc" platform device
40
struct
fsl_mc
{
struct
372
*
fsl_mc
device drivers, which is generated by the
526
struct
fsl_mc
*mc;
in translate_mc_addr()
973
struct
fsl_mc
*mc;
in fsl_mc_bus_probe()
1082
struct
fsl_mc
*mc = platform_get_drvdata(pdev);
in fsl_mc_bus_remove()
H
A
D
fsl-mc-allocator.c
396
mc_dev_irq = &irq_resources[msi_desc->
fsl_mc
.msi_index];
in fsl_mc_populate_irq_pool()
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/
H
A
D
fsl-mc-bus.c
36
* struct
fsl_mc
- Private data of a "fsl,qoriq-mc" platform device
42
struct
fsl_mc
{
struct
477
*
fsl_mc
device drivers, which is generated by the
631
struct
fsl_mc
*mc;
in translate_mc_addr()
1045
struct
fsl_mc
*mc;
in fsl_mc_bus_probe()
1172
struct
fsl_mc
*mc = platform_get_drvdata(pdev);
in fsl_mc_bus_remove()
/kernel/linux/linux-5.10/include/linux/
H
A
D
msi.h
82
* @
fsl_mc
: [fsl-mc] FSL MC device specific msi descriptor data
128
struct fsl_mc_msi_desc
fsl_mc
;
member
/kernel/linux/linux-6.6/include/linux/fsl/
H
A
D
mc.h
16
#include <uapi/linux/
fsl_mc
.h>
Completed in 11 milliseconds