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_slow
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/fsl/qe/
H
A
D
ucc_slow.c
24
#include <soc/fsl/qe/
ucc_slow
.h>
75
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_enable()
96
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_disable()
123
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_init()
164
uccs->us_regs = ioremap(us_info->regs, sizeof(struct
ucc_slow
));
in ucc_slow_init()
/kernel/linux/linux-6.6/drivers/soc/fsl/qe/
H
A
D
ucc_slow.c
24
#include <soc/fsl/qe/
ucc_slow
.h>
75
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_enable()
96
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_disable()
123
struct
ucc_slow
__iomem *us_regs;
in ucc_slow_init()
164
uccs->us_regs = ioremap(us_info->regs, sizeof(struct
ucc_slow
));
in ucc_slow_init()
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
ucc_uart.c
32
#include <soc/fsl/qe/
ucc_slow
.h>
179
struct
ucc_slow
__iomem *uccp;
568
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_int()
652
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_init_ucc()
810
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_shutdown()
850
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_set_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
ucc_uart.c
32
#include <soc/fsl/qe/
ucc_slow
.h>
179
struct
ucc_slow
__iomem *uccp;
566
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_int()
650
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_init_ucc()
808
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_shutdown()
849
struct
ucc_slow
__iomem *uccp = qe_port->uccp;
in qe_uart_set_termios()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H
A
D
ucc_slow.h
186
struct
ucc_slow
__iomem *us_regs; /* Ptr to memory map of UCC regs */
H
A
D
immap_qe.h
236
struct
ucc_slow
{
struct
288
struct
ucc_slow
slow;
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H
A
D
ucc_slow.h
186
struct
ucc_slow
__iomem *us_regs; /* Ptr to memory map of UCC regs */
H
A
D
immap_qe.h
237
struct
ucc_slow
{
struct
289
struct
ucc_slow
slow;
Completed in 9 milliseconds