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
defs:i2cd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-nvidia-gpu.c
58
static void gpu_enable_i2c_bus(struct gpu_i2c_dev *
i2cd
)
in gpu_enable_i2c_bus()
argument
77
static int gpu_i2c_check_status(struct gpu_i2c_dev *
i2cd
)
in gpu_i2c_check_status()
argument
105
static int gpu_i2c_read(struct gpu_i2c_dev *
i2cd
, u8 *data, u16 len)
in gpu_i2c_read()
argument
139
gpu_i2c_start(struct gpu_i2c_dev *
i2cd
)
gpu_i2c_start()
argument
145
gpu_i2c_stop(struct gpu_i2c_dev *
i2cd
)
gpu_i2c_stop()
argument
151
gpu_i2c_write(struct gpu_i2c_dev *
i2cd
, u8 data)
gpu_i2c_write()
argument
166
struct gpu_i2c_dev *
i2cd
= i2c_get_adapdata(adap);
gpu_i2c_master_xfer()
local
265
gpu_populate_client(struct gpu_i2c_dev *
i2cd
, int irq)
gpu_populate_client()
argument
284
struct gpu_i2c_dev *
i2cd
;
gpu_i2c_probe()
local
349
struct gpu_i2c_dev *
i2cd
= dev_get_drvdata(&pdev->dev);
gpu_i2c_remove()
local
368
struct gpu_i2c_dev *
i2cd
= dev_get_drvdata(dev);
gpu_i2c_resume()
local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-nvidia-gpu.c
61
static void gpu_enable_i2c_bus(struct gpu_i2c_dev *
i2cd
)
in gpu_enable_i2c_bus()
argument
80
static int gpu_i2c_check_status(struct gpu_i2c_dev *
i2cd
)
in gpu_i2c_check_status()
argument
108
static int gpu_i2c_read(struct gpu_i2c_dev *
i2cd
, u8 *data, u16 len)
in gpu_i2c_read()
argument
142
gpu_i2c_start(struct gpu_i2c_dev *
i2cd
)
gpu_i2c_start()
argument
148
gpu_i2c_stop(struct gpu_i2c_dev *
i2cd
)
gpu_i2c_stop()
argument
154
gpu_i2c_write(struct gpu_i2c_dev *
i2cd
, u8 data)
gpu_i2c_write()
argument
169
struct gpu_i2c_dev *
i2cd
= i2c_get_adapdata(adap);
gpu_i2c_master_xfer()
local
277
struct gpu_i2c_dev *
i2cd
;
gpu_i2c_probe()
local
336
struct gpu_i2c_dev *
i2cd
= pci_get_drvdata(pdev);
gpu_i2c_remove()
local
347
struct gpu_i2c_dev *
i2cd
= dev_get_drvdata(dev);
gpu_i2c_resume()
local
[all...]
Completed in 1 milliseconds