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:i2c_peripherals
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
chromeos_laptop.c
68
struct i2c_peripheral *
i2c_peripherals
;
member
139
i2c_dev = &cros_laptop->
i2c_peripherals
[i];
in chromeos_laptop_check_adapter()
200
i2c_dev = &cros_laptop->
i2c_peripherals
[i];
in chromeos_laptop_detach_i2c_client()
235
.
i2c_peripherals
= _name##_peripherals, \
721
struct i2c_peripheral *
i2c_peripherals
;
in chromeos_laptop_prepare_i2c_peripherals()
local
730
i2c_peripherals
= kmemdup(src->
i2c_peripherals
,
in chromeos_laptop_prepare_i2c_peripherals()
732
sizeof(*src->
i2c_peripherals
),
in chromeos_laptop_prepare_i2c_peripherals()
734
if (!
i2c_peripherals
)
in chromeos_laptop_prepare_i2c_peripherals()
738
i2c_dev = &
i2c_peripherals
[
in chromeos_laptop_prepare_i2c_peripherals()
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
chromeos_laptop.c
71
struct i2c_peripheral *
i2c_peripherals
;
member
142
i2c_dev = &cros_laptop->
i2c_peripherals
[i];
in chromeos_laptop_check_adapter()
215
i2c_dev = &cros_laptop->
i2c_peripherals
[i];
in chromeos_laptop_detach_i2c_client()
252
.
i2c_peripherals
= _name##_peripherals, \
743
struct i2c_peripheral *
i2c_peripherals
;
in chromeos_laptop_prepare_i2c_peripherals()
local
752
i2c_peripherals
= kmemdup(src->
i2c_peripherals
,
in chromeos_laptop_prepare_i2c_peripherals()
754
sizeof(*src->
i2c_peripherals
),
in chromeos_laptop_prepare_i2c_peripherals()
756
if (!
i2c_peripherals
)
in chromeos_laptop_prepare_i2c_peripherals()
760
i2c_dev = &
i2c_peripherals
[
in chromeos_laptop_prepare_i2c_peripherals()
[all...]
Completed in 4 milliseconds