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:controlling_dd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
69
struct hfi1_devdata *dd = bus->
controlling_dd
;
in hfi1_setsda()
93
struct hfi1_devdata *dd = bus->
controlling_dd
;
in hfi1_setscl()
124
reg = read_csr(bus->
controlling_dd
, target_in);
in hfi1_getsda()
138
reg = read_csr(bus->
controlling_dd
, target_in);
in hfi1_getscl()
156
bus->
controlling_dd
= dd;
in init_i2c_bus()
253
i2c->
controlling_dd
= dd;
in i2c_bus_write()
301
bus->
controlling_dd
= dd;
in i2c_bus_read()
H
A
D
hfi.h
1033
struct hfi1_devdata *
controlling_dd
; /* current controlling device */
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
qsfp.c
27
struct hfi1_devdata *dd = bus->
controlling_dd
;
in hfi1_setsda()
51
struct hfi1_devdata *dd = bus->
controlling_dd
;
in hfi1_setscl()
82
reg = read_csr(bus->
controlling_dd
, target_in);
in hfi1_getsda()
96
reg = read_csr(bus->
controlling_dd
, target_in);
in hfi1_getscl()
114
bus->
controlling_dd
= dd;
in init_i2c_bus()
211
i2c->
controlling_dd
= dd;
in i2c_bus_write()
259
bus->
controlling_dd
= dd;
in i2c_bus_read()
H
A
D
hfi.h
982
struct hfi1_devdata *
controlling_dd
; /* current controlling device */
member
Completed in 12 milliseconds