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:pd_dev_save
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-topcliff-pch.c
1550
struct pch_pd_dev_save *
pd_dev_save
;
in pch_spi_probe()
local
1552
pd_dev_save
= kzalloc(sizeof(*
pd_dev_save
), GFP_KERNEL);
in pch_spi_probe()
1553
if (!
pd_dev_save
)
in pch_spi_probe()
1570
pd_dev_save
->num = id->driver_data;
in pch_spi_probe()
1571
pd_dev_save
->board_dat = board_dat;
in pch_spi_probe()
1586
pd_dev_save
->pd_save[i] = pd_dev;
in pch_spi_probe()
1606
pci_set_drvdata(pdev,
pd_dev_save
);
in pch_spi_probe()
1612
platform_device_unregister(
pd_dev_save
->pd_save[i]);
in pch_spi_probe()
1619
kfree(
pd_dev_save
);
in pch_spi_probe()
1627
struct pch_
pd_dev_save
*
pd_dev_save
= pci_get_drvdata(pdev);
pch_spi_remove()
local
1642
struct pch_
pd_dev_save
*
pd_dev_save
= dev_get_drvdata(dev);
pch_spi_suspend()
local
1653
struct pch_
pd_dev_save
*
pd_dev_save
= dev_get_drvdata(dev);
pch_spi_resume()
local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-topcliff-pch.c
1528
struct pch_pd_dev_save *
pd_dev_save
;
in pch_spi_probe()
local
1530
pd_dev_save
= kzalloc(sizeof(*
pd_dev_save
), GFP_KERNEL);
in pch_spi_probe()
1531
if (!
pd_dev_save
)
in pch_spi_probe()
1548
pd_dev_save
->num = id->driver_data;
in pch_spi_probe()
1549
pd_dev_save
->board_dat = board_dat;
in pch_spi_probe()
1564
pd_dev_save
->pd_save[i] = pd_dev;
in pch_spi_probe()
1584
pci_set_drvdata(pdev,
pd_dev_save
);
in pch_spi_probe()
1590
platform_device_unregister(
pd_dev_save
->pd_save[i]);
in pch_spi_probe()
1597
kfree(
pd_dev_save
);
in pch_spi_probe()
1605
struct pch_
pd_dev_save
*
pd_dev_save
= pci_get_drvdata(pdev);
pch_spi_remove()
local
1620
struct pch_
pd_dev_save
*
pd_dev_save
= dev_get_drvdata(dev);
pch_spi_suspend()
local
1631
struct pch_
pd_dev_save
*
pd_dev_save
= dev_get_drvdata(dev);
pch_spi_resume()
local
[all...]
Completed in 5 milliseconds