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_host
(Results
1 - 25
of
34
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
otg.h
28
int (*
set_host
)(struct usb_otg *otg, struct usb_bus *host);
member
86
if (otg && otg->
set_host
)
in otg_set_host()
87
return otg->
set_host
(otg, host);
in otg_set_host()
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
otg.h
28
int (*
set_host
)(struct usb_otg *otg, struct usb_bus *host);
member
86
if (otg && otg->
set_host
)
in otg_set_host()
87
return otg->
set_host
(otg, host);
in otg_set_host()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H
A
D
verify.rs
121
pub fn
set_host
(&mut self, host: &str) -> Result<(), ErrorStack> {
in set_host()
functions
/kernel/linux/linux-5.10/drivers/phy/ti/
H
A
D
phy-dm816x-usb.c
230
otg->
set_host
= dm816x_usb_phy_set_host;
in dm816x_usb_phy_probe()
H
A
D
phy-omap-usb2.c
479
otg->
set_host
= omap_usb_set_host;
in omap_usb2_probe()
H
A
D
phy-twl4030-usb.c
707
otg->
set_host
= twl4030_set_host;
in twl4030_usb_probe()
751
*
set_host
() and/or set_peripheral() ... OTG_capable boards
in twl4030_usb_probe()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-ulpi.c
254
otg->
set_host
= ulpi_set_host;
in otg_ulpi_init()
H
A
D
phy-generic.c
286
nop->phy.otg->
set_host
= nop_set_host;
in usb_phy_gen_create_phy()
H
A
D
phy-jz4770.c
314
priv->otg.
set_host
= ingenic_usb_phy_set_host;
in jz4770_phy_probe()
H
A
D
phy-tahvo.c
384
tu->phy.otg->
set_host
= tahvo_usb_set_host;
in tahvo_usb_probe()
H
A
D
phy-fsl-usb.c
809
fsl_otg_tc->phy.otg->
set_host
= fsl_otg_set_host;
in fsl_otg_conf()
H
A
D
phy-ab8500-usb.c
901
otg->
set_host
= ab8500_usb_set_host;
in ab8500_usb_probe()
922
/* all: Disable phy when called from
set_host
and set_peripheral */
in ab8500_usb_probe()
H
A
D
phy-mv-usb.c
709
otg->
set_host
= mv_otg_set_host;
in mv_otg_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-ulpi.c
254
otg->
set_host
= ulpi_set_host;
in otg_ulpi_init()
H
A
D
phy-generic.c
286
nop->phy.otg->
set_host
= nop_set_host;
in usb_phy_gen_create_phy()
H
A
D
phy-tahvo.c
380
tu->phy.otg->
set_host
= tahvo_usb_set_host;
in tahvo_usb_probe()
/kernel/linux/linux-6.6/drivers/phy/ti/
H
A
D
phy-dm816x-usb.c
221
otg->
set_host
= dm816x_usb_phy_set_host;
in dm816x_usb_phy_probe()
H
A
D
phy-omap-usb2.c
475
otg->
set_host
= omap_usb_set_host;
in omap_usb2_probe()
H
A
D
phy-twl4030-usb.c
723
otg->
set_host
= twl4030_set_host;
in twl4030_usb_probe()
767
*
set_host
() and/or set_peripheral() ... OTG_capable boards
in twl4030_usb_probe()
/third_party/node/src/
H
A
D
inspector_js_api.cc
294
host_port->
set_host
(*host);
in Open()
H
A
D
node_options.h
29
void
set_host
(const std::string& host) { host_name_ = host; }
in set_host()
function in node::HostPort
H
A
D
node_url.cc
257
result = out->
set_host
(new_value_view);
in Update()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H
A
D
connector.rs
400
Err(_) => param.
set_host
(domain),
in setup_verify_hostname()
/kernel/linux/linux-5.10/drivers/phy/motorola/
H
A
D
phy-cpcap-usb.c
648
otg->
set_host
= cpcap_usb_phy_set_host;
in cpcap_usb_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/motorola/
H
A
D
phy-cpcap-usb.c
640
otg->
set_host
= cpcap_usb_phy_set_host;
in cpcap_usb_phy_probe()
Completed in 19 milliseconds
1
2