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:fparam
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
iommu.c
1155
struct iommu_fault_param *
fparam
;
in iommu_report_device_fault()
local
1163
fparam
= param->fault_param;
in iommu_report_device_fault()
1164
if (!
fparam
|| !
fparam
->handler) {
in iommu_report_device_fault()
1177
mutex_lock(&
fparam
->lock);
in iommu_report_device_fault()
1178
list_add_tail(&evt_pending->list, &
fparam
->faults);
in iommu_report_device_fault()
1179
mutex_unlock(&
fparam
->lock);
in iommu_report_device_fault()
1182
ret =
fparam
->handler(&evt->fault,
fparam
->data);
in iommu_report_device_fault()
1184
mutex_lock(&
fparam
in iommu_report_device_fault()
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
iommu.c
1403
struct iommu_fault_param *
fparam
;
in iommu_report_device_fault()
local
1411
fparam
= param->fault_param;
in iommu_report_device_fault()
1412
if (!
fparam
|| !
fparam
->handler) {
in iommu_report_device_fault()
1425
mutex_lock(&
fparam
->lock);
in iommu_report_device_fault()
1426
list_add_tail(&evt_pending->list, &
fparam
->faults);
in iommu_report_device_fault()
1427
mutex_unlock(&
fparam
->lock);
in iommu_report_device_fault()
1430
ret =
fparam
->handler(&evt->fault,
fparam
->data);
in iommu_report_device_fault()
1432
mutex_lock(&
fparam
in iommu_report_device_fault()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
sata_sx4.c
1266
u32
fparam
= 0;
in pdc20621_dimm_init()
local
1309
fparam
= (1400000 / clock) - 2;
in pdc20621_dimm_init()
1310
VPRINTK("PLL F Param: 0x%x (%d)\n",
fparam
,
fparam
);
in pdc20621_dimm_init()
1313
pci_status = (0x8a001824 | (
fparam
<< 16));
in pdc20621_dimm_init()
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
sata_sx4.c
1219
u32
fparam
= 0;
in pdc20621_dimm_init()
local
1264
fparam
= (1400000 / clock) - 2;
in pdc20621_dimm_init()
1265
dev_dbg(host->dev, "PLL F Param: 0x%x (%d)\n",
fparam
,
fparam
);
in pdc20621_dimm_init()
1268
pci_status = (0x8a001824 | (
fparam
<< 16));
in pdc20621_dimm_init()
Completed in 11 milliseconds