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:ucc
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H
A
D
common.c
95
struct device_node *
ucc
;
in mpc85xx_qe_par_io_init()
local
100
for_each_node_by_name(
ucc
, "
ucc
")
in mpc85xx_qe_par_io_init()
101
par_io_of_config(
ucc
);
in mpc85xx_qe_par_io_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/85xx/
H
A
D
common.c
96
struct device_node *
ucc
;
in mpc85xx_qe_par_io_init()
local
101
for_each_node_by_name(
ucc
, "
ucc
")
in mpc85xx_qe_par_io_init()
102
par_io_of_config(
ucc
);
in mpc85xx_qe_par_io_init()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
immap_qe.h
286
struct
ucc
{
struct
435
struct
ucc
ucc1; /* ucc1 */
436
struct
ucc
ucc3; /* ucc3 */
437
struct
ucc
ucc5; /* ucc5 */
438
struct
ucc
ucc7; /* ucc7 */
441
struct
ucc
ucc2; /* ucc2 */
442
struct
ucc
ucc4; /* ucc4 */
443
struct
ucc
ucc6; /* ucc6 */
444
struct
ucc
ucc8; /* ucc8 */
H
A
D
qe_tdm.h
19
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_fast.h
18
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_slow.h
19
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
immap_qe.h
287
struct
ucc
{
struct
436
struct
ucc
ucc1; /* ucc1 */
437
struct
ucc
ucc3; /* ucc3 */
438
struct
ucc
ucc5; /* ucc5 */
439
struct
ucc
ucc7; /* ucc7 */
442
struct
ucc
ucc2; /* ucc2 */
443
struct
ucc
ucc4; /* ucc4 */
444
struct
ucc
ucc6; /* ucc6 */
445
struct
ucc
ucc8; /* ucc8 */
H
A
D
qe_tdm.h
19
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_fast.h
18
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_slow.h
19
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-5.10/drivers/dma/ti/
H
A
D
k3-udma.c
747
struct udma_chan_config *
ucc
= &uc->config;
in udma_start_desc()
local
749
if (
ucc
->pkt_mode && (uc->cyclic ||
ucc
->dir == DMA_DEV_TO_MEM)) {
in udma_start_desc()
3006
struct udma_chan_config *
ucc
;
in udma_dma_filter_fn()
local
3016
ucc
= &uc->config;
in udma_dma_filter_fn()
3026
ucc
->remote_thread_id = filter_param->remote_thread_id;
in udma_dma_filter_fn()
3027
ucc
->atype = filter_param->atype;
in udma_dma_filter_fn()
3029
if (
ucc
->remote_thread_id & K3_PSIL_DST_THREAD_ID_OFFSET)
in udma_dma_filter_fn()
3030
ucc
->dir = DMA_MEM_TO_DEV;
in udma_dma_filter_fn()
3032
ucc
in udma_dma_filter_fn()
3448
struct udma_chan_config *
ucc
= &uc->config;
udma_dbg_summary_show_chan()
local
[all...]
/kernel/linux/linux-6.6/drivers/dma/ti/
H
A
D
k3-udma.c
865
struct udma_chan_config *
ucc
= &uc->config;
in udma_start_desc()
local
867
if (uc->ud->match_data->type == DMA_TYPE_UDMA &&
ucc
->pkt_mode &&
in udma_start_desc()
868
(uc->cyclic ||
ucc
->dir == DMA_DEV_TO_MEM)) {
in udma_start_desc()
4102
struct udma_chan_config *
ucc
;
in udma_dma_filter_fn()
local
4114
ucc
= &uc->config;
in udma_dma_filter_fn()
4130
ucc
->remote_thread_id = filter_param->remote_thread_id;
in udma_dma_filter_fn()
4131
ucc
->atype = filter_param->atype;
in udma_dma_filter_fn()
4132
ucc
->asel = filter_param->asel;
in udma_dma_filter_fn()
4133
ucc
->tr_trigger_type = filter_param->tr_trigger_type;
in udma_dma_filter_fn()
4135
if (
ucc
in udma_dma_filter_fn()
5210
struct udma_chan_config *
ucc
= &uc->config;
udma_dbg_summary_show_chan()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
fsl_ucc_hdlc.h
16
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
fsl_ucc_hdlc.h
16
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
fsl_pq_mdio.c
27
#include <soc/fsl/qe/
ucc
.h>
344
.compatible = "fsl,
ucc
-mdio",
H
A
D
ucc_geth.h
24
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_geth.c
42
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H
A
D
ucc.c
3
* arch/powerpc/sysdev/qe_lib/
ucc
.c
21
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_slow.c
23
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_fast.c
23
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
fsl_pq_mdio.c
28
#include <soc/fsl/qe/
ucc
.h>
345
.compatible = "fsl,
ucc
-mdio",
H
A
D
ucc_geth.h
24
#include <soc/fsl/qe/
ucc
.h>
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
ucc_slow.c
23
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc.c
3
* arch/powerpc/sysdev/qe_lib/
ucc
.c
21
#include <soc/fsl/qe/
ucc
.h>
H
A
D
ucc_fast.c
23
#include <soc/fsl/qe/
ucc
.h>
Completed in 31 milliseconds
1
2