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:set_cc
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
connect4_prog.c
70
static __inline int
set_cc
(struct bpf_sock_addr *ctx)
in set_cc()
function
191
if (ctx->type == SOCK_STREAM &&
set_cc
(ctx))
in connect_v4_prog()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
connect4_prog.c
69
static __inline int
set_cc
(struct bpf_sock_addr *ctx)
in set_cc()
function
190
if (ctx->type == SOCK_STREAM &&
set_cc
(ctx))
in connect_v4_prog()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
tcpm.h
64
* @
set_cc
: Called to set value of CC pins
93
int (*
set_cc
)(struct tcpc_dev *dev, enum typec_cc_status cc);
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
tcpm.h
68
* @
set_cc
: Called to set value of CC pins
129
int (*
set_cc
)(struct tcpc_dev *dev, enum typec_cc_status cc);
member
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec.c
204
tcpm->tcpc.
set_cc
= qcom_pmic_typec_set_cc;
in qcom_pmic_typec_probe()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
wcove.c
639
wcove->tcpc.
set_cc
= wcove_set_cc;
in wcove_typec_probe()
H
A
D
tcpci.c
639
tcpci->tcpc.
set_cc
= tcpci_set_cc;
in tcpci_register_port()
H
A
D
fusb302.c
1116
fusb302_tcpc_dev->
set_cc
= tcpm_set_cc;
in init_tcpc_dev()
H
A
D
tcpm.c
2779
port->tcpc->
set_cc
(port->tcpc, cc);
in tcpm_set_cc()
5112
!tcpc->get_vbus || !tcpc->
set_cc
|| !tcpc->get_cc ||
in tcpm_register_port()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
wcove.c
640
wcove->tcpc.
set_cc
= wcove_set_cc;
in wcove_typec_probe()
H
A
D
tcpci.c
782
tcpci->tcpc.
set_cc
= tcpci_set_cc;
in tcpci_register_port()
H
A
D
fusb302.c
1123
fusb302_tcpc_dev->
set_cc
= tcpm_set_cc;
in init_tcpc_dev()
H
A
D
tcpm.c
798
port->tcpc->
set_cc
(port->tcpc, cc);
in tcpm_set_cc()
6540
!tcpc->get_vbus || !tcpc->
set_cc
|| !tcpc->get_cc ||
in tcpm_register_port()
Completed in 23 milliseconds