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:pch_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-eg20t.c
152
* @
pch_data
: stores a list of i2c_algo_pch_data
157
*
pch_data
has as many elements as maximum I2C channels
160
struct i2c_algo_pch_data
pch_data
[PCH_I2C_MAX_DEV];
member
629
p = adap_info->
pch_data
[i].pch_base_address;
in pch_i2c_handler()
633
pch_err(adap_info->
pch_data
,
in pch_i2c_handler()
639
pch_i2c_cb(&adap_info->
pch_data
[i]);
in pch_i2c_handler()
768
pch_adap = &adap_info->
pch_data
[i].pch_adapter;
in pch_i2c_probe()
771
adap_info->
pch_data
[i].p_adapter_info = adap_info;
in pch_i2c_probe()
777
pch_adap->algo_data = &adap_info->
pch_data
[i];
in pch_i2c_probe()
780
adap_info->
pch_data
[
in pch_i2c_probe()
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-eg20t.c
152
* @
pch_data
: stores a list of i2c_algo_pch_data
157
*
pch_data
has as many elements as maximum I2C channels
160
struct i2c_algo_pch_data
pch_data
[PCH_I2C_MAX_DEV];
member
630
p = adap_info->
pch_data
[i].pch_base_address;
in pch_i2c_handler()
634
pch_err(adap_info->
pch_data
,
in pch_i2c_handler()
640
pch_i2c_cb(&adap_info->
pch_data
[i]);
in pch_i2c_handler()
769
pch_adap = &adap_info->
pch_data
[i].pch_adapter;
in pch_i2c_probe()
772
adap_info->
pch_data
[i].p_adapter_info = adap_info;
in pch_i2c_probe()
778
pch_adap->algo_data = &adap_info->
pch_data
[i];
in pch_i2c_probe()
781
adap_info->
pch_data
[
in pch_i2c_probe()
[all...]
Completed in 3 milliseconds