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:dpriv
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
ahci_dwc.c
127
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
in ahci_bt1_init()
local
134
dev_err(&
dpriv
->pdev->dev, "No system clocks specified\n");
in ahci_bt1_init()
145
dev_err(&
dpriv
->pdev->dev, "Couldn't assert the resets\n");
in ahci_bt1_init()
151
dev_err(&
dpriv
->pdev->dev, "Couldn't de-assert the resets\n");
in ahci_bt1_init()
160
struct ahci_dwc_host_priv *
dpriv
;
in ahci_dwc_get_resources()
local
163
dpriv
= devm_kzalloc(&pdev->dev, sizeof(*
dpriv
), GFP_KERNEL);
in ahci_dwc_get_resources()
164
if (!
dpriv
)
in ahci_dwc_get_resources()
167
dpriv
->pdev = pdev;
in ahci_dwc_get_resources()
168
dpriv
in ahci_dwc_get_resources()
185
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_check_cap()
local
228
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_init_timer()
local
262
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_init_dmacr()
local
307
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_init_host()
local
342
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_reinit_host()
local
374
struct ahci_dwc_host_priv *
dpriv
= hpriv->plat_data;
ahci_dwc_clear_host()
local
[all...]
Completed in 1 milliseconds