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:platp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
mcf.c
490
int __init early_mcf_setup(struct mcf_platform_uart *
platp
)
in early_mcf_setup()
argument
495
for (i = 0; ((i < MCF_MAXPORTS) && (
platp
[i].mapbase)); i++) {
in early_mcf_setup()
500
port->mapbase =
platp
[i].mapbase;
in early_mcf_setup()
501
port->membase = (
platp
[i].membase) ?
platp
[i].membase :
in early_mcf_setup()
504
port->irq =
platp
[i].irq;
in early_mcf_setup()
616
struct mcf_platform_uart *
platp
= dev_get_platdata(&pdev->dev);
in mcf_probe()
local
620
for (i = 0; ((i < MCF_MAXPORTS) && (
platp
[i].mapbase)); i++) {
in mcf_probe()
625
port->mapbase =
platp
[i].mapbase;
in mcf_probe()
626
port->membase = (
platp
[
in mcf_probe()
[all...]
H
A
D
altera_uart.c
552
struct altera_uart_platform_uart *
platp
= dev_get_platdata(&pdev->dev);
in altera_uart_probe()
local
574
else if (
platp
)
in altera_uart_probe()
575
port->mapbase =
platp
->mapbase;
in altera_uart_probe()
582
else if (
platp
)
in altera_uart_probe()
583
port->irq =
platp
->irq;
in altera_uart_probe()
586
if (
platp
)
in altera_uart_probe()
587
port->uartclk =
platp
->uartclk;
in altera_uart_probe()
599
if (
platp
)
in altera_uart_probe()
600
port->regshift =
platp
->bus_shift;
in altera_uart_probe()
H
A
D
altera_jtaguart.c
420
struct altera_jtaguart_platform_uart *
platp
=
in altera_jtaguart_probe()
local
438
else if (
platp
)
in altera_jtaguart_probe()
439
port->mapbase =
platp
->mapbase;
in altera_jtaguart_probe()
446
else if (
platp
)
in altera_jtaguart_probe()
447
port->irq =
platp
->irq;
in altera_jtaguart_probe()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
mcf.c
473
int __init early_mcf_setup(struct mcf_platform_uart *
platp
)
in early_mcf_setup()
argument
478
for (i = 0; ((i < MCF_MAXPORTS) && (
platp
[i].mapbase)); i++) {
in early_mcf_setup()
483
port->mapbase =
platp
[i].mapbase;
in early_mcf_setup()
484
port->membase = (
platp
[i].membase) ?
platp
[i].membase :
in early_mcf_setup()
487
port->irq =
platp
[i].irq;
in early_mcf_setup()
600
struct mcf_platform_uart *
platp
= dev_get_platdata(&pdev->dev);
in mcf_probe()
local
604
for (i = 0; ((i < MCF_MAXPORTS) && (
platp
[i].mapbase)); i++) {
in mcf_probe()
609
port->mapbase =
platp
[i].mapbase;
in mcf_probe()
610
port->membase = (
platp
[
in mcf_probe()
[all...]
H
A
D
altera_uart.c
531
struct altera_uart_platform_uart *
platp
= dev_get_platdata(&pdev->dev);
in altera_uart_probe()
local
552
else if (
platp
)
in altera_uart_probe()
553
port->mapbase =
platp
->mapbase;
in altera_uart_probe()
562
else if (
platp
)
in altera_uart_probe()
563
port->irq =
platp
->irq;
in altera_uart_probe()
566
if (
platp
)
in altera_uart_probe()
567
port->uartclk =
platp
->uartclk;
in altera_uart_probe()
579
if (
platp
)
in altera_uart_probe()
580
port->regshift =
platp
->bus_shift;
in altera_uart_probe()
H
A
D
altera_jtaguart.c
378
struct altera_jtaguart_platform_uart *
platp
=
in altera_jtaguart_probe()
local
397
else if (
platp
)
in altera_jtaguart_probe()
398
port->mapbase =
platp
->mapbase;
in altera_jtaguart_probe()
407
else if (
platp
)
in altera_jtaguart_probe()
408
port->irq =
platp
->irq;
in altera_jtaguart_probe()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-oc-tiny.c
213
struct tiny_spi_platform_data *
platp
= dev_get_platdata(&pdev->dev);
in tiny_spi_probe()
local
252
if (
platp
) {
in tiny_spi_probe()
253
hw->freq =
platp
->freq;
in tiny_spi_probe()
254
hw->baudwidth =
platp
->baudwidth;
in tiny_spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-oc-tiny.c
213
struct tiny_spi_platform_data *
platp
= dev_get_platdata(&pdev->dev);
in tiny_spi_probe()
local
252
if (
platp
) {
in tiny_spi_probe()
253
hw->freq =
platp
->freq;
in tiny_spi_probe()
254
hw->baudwidth =
platp
->baudwidth;
in tiny_spi_probe()
Completed in 7 milliseconds