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:ec_client
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
asus-tf103c-dock.c
101
struct i2c_client *
ec_client
;
member
173
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_kbd_read()
202
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_kbd_write()
385
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_kbd_interrupt()
482
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_enable_touchpad()
499
dock->tp_client = i2c_new_client_device(dock->
ec_client
->adapter, &board_info);
in tf103c_dock_enable_touchpad()
521
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_ec_cmd()
524
ret = i2c_smbus_write_i2c_block_data(dock->
ec_client
, TF103C_DOCK_EC_CMD_REG,
in tf103c_dock_ec_cmd()
533
struct device *dev = &dock->
ec_client
->dev;
in tf103c_dock_sci()
555
struct device *dev = &dock->
ec_client
in tf103c_dock_smi()
[all...]
Completed in 2 milliseconds