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:mp2_dev
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-amd-mp2-plat.c
43
struct device *dev_pci = &i2c_common->
mp2_dev
->pci_dev->dev;
in i2c_amd_dma_map()
66
struct device *dev_pci = &i2c_common->
mp2_dev
->pci_dev->dev;
in i2c_amd_dma_unmap()
161
if (unlikely(!i2c_dev->common.
mp2_dev
))
in i2c_amd_xfer()
164
amd_mp2_pm_runtime_get(i2c_dev->common.
mp2_dev
);
in i2c_amd_xfer()
173
amd_mp2_pm_runtime_put(i2c_dev->common.
mp2_dev
);
in i2c_amd_xfer()
252
struct amd_mp2_dev *
mp2_dev
;
in i2c_amd_probe()
local
262
mp2_dev
= amd_mp2_find_device();
in i2c_amd_probe()
263
if (!
mp2_dev
|| !
mp2_dev
->probed)
in i2c_amd_probe()
271
i2c_dev->common.
mp2_dev
in i2c_amd_probe()
[all...]
H
A
D
i2c-amd-mp2.h
140
* @
mp2_dev
: MP2 pci device this adapter is part of
154
struct amd_mp2_dev *
mp2_dev
;
member
208
static inline void amd_mp2_pm_runtime_get(struct amd_mp2_dev *
mp2_dev
)
in amd_mp2_pm_runtime_get()
argument
210
pm_runtime_get_sync(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_get()
213
static inline void amd_mp2_pm_runtime_put(struct amd_mp2_dev *
mp2_dev
)
in amd_mp2_pm_runtime_put()
argument
215
pm_runtime_mark_last_busy(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_put()
216
pm_runtime_put_autosuspend(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_put()
H
A
D
i2c-amd-mp2-pci.c
21
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_c2p_mutex_lock()
30
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_c2p_mutex_unlock()
45
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_cmd()
59
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_bus_enable_set()
89
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_rw()
113
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_pci_check_rw_event()
138
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in __amd_mp2_process_event()
192
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_process_event()
257
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_register_cb()
276
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_unregister_cb()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-amd-mp2-plat.c
43
struct device *dev_pci = &i2c_common->
mp2_dev
->pci_dev->dev;
in i2c_amd_dma_map()
66
struct device *dev_pci = &i2c_common->
mp2_dev
->pci_dev->dev;
in i2c_amd_dma_unmap()
160
if (unlikely(!i2c_dev->common.
mp2_dev
))
in i2c_amd_xfer()
163
amd_mp2_pm_runtime_get(i2c_dev->common.
mp2_dev
);
in i2c_amd_xfer()
172
amd_mp2_pm_runtime_put(i2c_dev->common.
mp2_dev
);
in i2c_amd_xfer()
250
struct amd_mp2_dev *
mp2_dev
;
in i2c_amd_probe()
local
264
mp2_dev
= amd_mp2_find_device();
in i2c_amd_probe()
265
if (!
mp2_dev
|| !
mp2_dev
->probed)
in i2c_amd_probe()
274
i2c_dev->common.
mp2_dev
in i2c_amd_probe()
[all...]
H
A
D
i2c-amd-mp2.h
140
* @
mp2_dev
: MP2 pci device this adapter is part of
154
struct amd_mp2_dev *
mp2_dev
;
member
203
static inline void amd_mp2_pm_runtime_get(struct amd_mp2_dev *
mp2_dev
)
in amd_mp2_pm_runtime_get()
argument
205
pm_runtime_get_sync(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_get()
208
static inline void amd_mp2_pm_runtime_put(struct amd_mp2_dev *
mp2_dev
)
in amd_mp2_pm_runtime_put()
argument
210
pm_runtime_mark_last_busy(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_put()
211
pm_runtime_put_autosuspend(&
mp2_dev
->pci_dev->dev);
in amd_mp2_pm_runtime_put()
H
A
D
i2c-amd-mp2-pci.c
21
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_c2p_mutex_lock()
30
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_c2p_mutex_unlock()
45
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_cmd()
59
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_bus_enable_set()
88
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_rw()
112
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_pci_check_rw_event()
136
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in __amd_mp2_process_event()
185
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_process_event()
250
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_register_cb()
269
struct amd_mp2_dev *privdata = i2c_common->
mp2_dev
;
in amd_mp2_unregister_cb()
[all...]
Completed in 6 milliseconds