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:intf_cport_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/
H
A
D
connection.c
29
connection->
intf_cport_id
== cport_id)
in gb_connection_cport_in_use()
113
cport_id = connection->
intf_cport_id
;
in gb_connection_init_name()
175
connection->
intf_cport_id
= cport_id;
in _gb_connection_create()
426
connection->
intf_cport_id
,
in gb_connection_svc_connection_create()
448
connection->
intf_cport_id
);
in gb_connection_svc_connection_destroy()
455
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_connected()
480
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_disconnecting()
500
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_disconnected()
/kernel/linux/linux-6.6/drivers/greybus/
H
A
D
connection.c
29
connection->
intf_cport_id
== cport_id)
in gb_connection_cport_in_use()
113
cport_id = connection->
intf_cport_id
;
in gb_connection_init_name()
175
connection->
intf_cport_id
= cport_id;
in _gb_connection_create()
426
connection->
intf_cport_id
,
in gb_connection_svc_connection_create()
448
connection->
intf_cport_id
);
in gb_connection_svc_connection_destroy()
455
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_connected()
480
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_disconnecting()
500
u16 cport_id = connection->
intf_cport_id
;
in gb_connection_control_disconnected()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
audio_codec.c
92
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_tx()
107
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_tx()
147
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_disable_tx()
227
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_rx()
242
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_rx()
282
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_disable_rx()
H
A
D
audio_module.c
222
dai->data_cport = cpu_to_le16(connection->
intf_cport_id
);
in gb_audio_add_data_connection()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
audio_codec.c
90
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_tx()
103
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_tx()
141
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_disable_tx()
216
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_rx()
229
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_enable_rx()
268
data_cport = data->connection->
intf_cport_id
;
in gbaudio_module_disable_rx()
H
A
D
audio_module.c
222
dai->data_cport = cpu_to_le16(connection->
intf_cport_id
);
in gb_audio_add_data_connection()
/kernel/linux/linux-5.10/include/linux/greybus/
H
A
D
connection.h
44
u16
intf_cport_id
;
member
/kernel/linux/linux-6.6/include/linux/greybus/
H
A
D
connection.h
44
u16
intf_cport_id
;
member
Completed in 7 milliseconds