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:get_vbus
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H
A
D
mod.c
46
info->
get_vbus
= usbhsm_autonomy_get_vbus;
in usbhs_mod_autonomy_mode()
55
info->
get_vbus
= priv->pfunc->
get_vbus
;
in usbhs_mod_non_autonomy_mode()
H
A
D
mod.h
89
* when the platform doesn't have own
get_vbus
function.
101
int (*
get_vbus
)(struct platform_device *pdev);
member
H
A
D
common.c
451
enable = usbhs_mod_info_call(priv,
get_vbus
, pdev);
in usbhsc_hotplug()
666
if (priv->pfunc->
get_vbus
)
in usbhs_probe()
H
A
D
mod_gadget.c
937
info->
get_vbus
= usbhsm_phy_get_vbus;
in usbhs_mod_phy_mode()
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H
A
D
mod.c
46
info->
get_vbus
= usbhsm_autonomy_get_vbus;
in usbhs_mod_autonomy_mode()
55
info->
get_vbus
= priv->pfunc->
get_vbus
;
in usbhs_mod_non_autonomy_mode()
H
A
D
mod.h
89
* when the platform doesn't have own
get_vbus
function.
101
int (*
get_vbus
)(struct platform_device *pdev);
member
H
A
D
common.c
451
enable = usbhs_mod_info_call(priv,
get_vbus
, pdev);
in usbhsc_hotplug()
664
if (priv->pfunc->
get_vbus
)
in usbhs_probe()
H
A
D
mod_gadget.c
937
info->
get_vbus
= usbhsm_phy_get_vbus;
in usbhs_mod_phy_mode()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
renesas_usbhs.h
84
int (*
get_vbus
)(struct platform_device *pdev);
member
H
A
D
tcpm.h
57
* @
get_vbus
: Called to read current VBUS state
91
int (*
get_vbus
)(struct tcpc_dev *dev);
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
renesas_usbhs.h
84
int (*
get_vbus
)(struct platform_device *pdev);
member
H
A
D
tcpm.h
61
* @
get_vbus
: Called to read current VBUS state
127
int (*
get_vbus
)(struct tcpc_dev *dev);
member
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec.c
202
tcpm->tcpc.
get_vbus
= qcom_pmic_typec_get_vbus;
in qcom_pmic_typec_probe()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
wcove.c
637
wcove->tcpc.
get_vbus
= wcove_get_vbus;
in wcove_typec_probe()
H
A
D
tcpci.c
637
tcpci->tcpc.
get_vbus
= tcpci_get_vbus;
in tcpci_register_port()
H
A
D
tcpm.c
4263
vbus = port->tcpc->
get_vbus
(port->tcpc);
in tcpm_pd_event_handler()
4713
port->vbus_present = port->tcpc->
get_vbus
(port->tcpc);
in tcpm_init()
5112
!tcpc->
get_vbus
|| !tcpc->set_cc || !tcpc->get_cc ||
in tcpm_register_port()
H
A
D
fusb302.c
1114
fusb302_tcpc_dev->
get_vbus
= tcpm_get_vbus;
in init_tcpc_dev()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
wcove.c
638
wcove->tcpc.
get_vbus
= wcove_get_vbus;
in wcove_typec_probe()
H
A
D
tcpci.c
780
tcpci->tcpc.
get_vbus
= tcpci_get_vbus;
in tcpci_register_port()
H
A
D
tcpm.c
5433
vbus = port->tcpc->
get_vbus
(port->tcpc);
in tcpm_pd_event_handler()
5984
port->vbus_present = port->tcpc->
get_vbus
(port->tcpc);
in tcpm_init()
6540
!tcpc->
get_vbus
|| !tcpc->set_cc || !tcpc->get_cc ||
in tcpm_register_port()
H
A
D
fusb302.c
1121
fusb302_tcpc_dev->
get_vbus
= tcpm_get_vbus;
in init_tcpc_dev()
Completed in 29 milliseconds