Home
last modified time | relevance | path

Searched refs:set_host (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/include/linux/usb/
H A Dotg.h28 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 Dotg.h28 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 Dverify.rs121 pub fn set_host(&mut self, host: &str) -> Result<(), ErrorStack> { in set_host() functions
/kernel/linux/linux-5.10/drivers/phy/ti/
H A Dphy-dm816x-usb.c230 otg->set_host = dm816x_usb_phy_set_host; in dm816x_usb_phy_probe()
H A Dphy-omap-usb2.c479 otg->set_host = omap_usb_set_host; in omap_usb2_probe()
H A Dphy-twl4030-usb.c707 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 Dphy-ulpi.c254 otg->set_host = ulpi_set_host; in otg_ulpi_init()
H A Dphy-generic.c286 nop->phy.otg->set_host = nop_set_host; in usb_phy_gen_create_phy()
H A Dphy-jz4770.c314 priv->otg.set_host = ingenic_usb_phy_set_host; in jz4770_phy_probe()
H A Dphy-tahvo.c384 tu->phy.otg->set_host = tahvo_usb_set_host; in tahvo_usb_probe()
H A Dphy-fsl-usb.c809 fsl_otg_tc->phy.otg->set_host = fsl_otg_set_host; in fsl_otg_conf()
H A Dphy-ab8500-usb.c901 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 Dphy-mv-usb.c709 otg->set_host = mv_otg_set_host; in mv_otg_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-ulpi.c254 otg->set_host = ulpi_set_host; in otg_ulpi_init()
H A Dphy-generic.c286 nop->phy.otg->set_host = nop_set_host; in usb_phy_gen_create_phy()
H A Dphy-tahvo.c380 tu->phy.otg->set_host = tahvo_usb_set_host; in tahvo_usb_probe()
/kernel/linux/linux-6.6/drivers/phy/ti/
H A Dphy-dm816x-usb.c221 otg->set_host = dm816x_usb_phy_set_host; in dm816x_usb_phy_probe()
H A Dphy-omap-usb2.c475 otg->set_host = omap_usb_set_host; in omap_usb2_probe()
H A Dphy-twl4030-usb.c723 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 Dinspector_js_api.cc294 host_port->set_host(*host); in Open()
H A Dnode_options.h29 void set_host(const std::string& host) { host_name_ = host; } in set_host() function in node::HostPort
H A Dnode_url.cc257 result = out->set_host(new_value_view); in Update()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs400 Err(_) => param.set_host(domain), in setup_verify_hostname()
/kernel/linux/linux-5.10/drivers/phy/motorola/
H A Dphy-cpcap-usb.c648 otg->set_host = cpcap_usb_phy_set_host; in cpcap_usb_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/motorola/
H A Dphy-cpcap-usb.c640 otg->set_host = cpcap_usb_phy_set_host; in cpcap_usb_phy_probe()

Completed in 23 milliseconds

12