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:b_sess_vld
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
otg_fsm.c
617
if (ci->fsm.
b_sess_vld
) {
in ci_otg_fsm_work()
658
fsm->
b_sess_vld
= 1;
in ci_otg_fsm_event()
759
fsm->
b_sess_vld
= 1;
in ci_otg_fsm_irq()
764
fsm->
b_sess_vld
= 0;
in ci_otg_fsm_irq()
834
ci->fsm.
b_sess_vld
=
in ci_hdrc_otg_fsm_init()
H
A
D
debug.c
230
seq_printf(s, "
b_sess_vld
: %d\n", fsm->
b_sess_vld
);
in ci_otg_show()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
otg_fsm.c
624
if (ci->fsm.
b_sess_vld
) {
in ci_otg_fsm_work()
665
fsm->
b_sess_vld
= 1;
in ci_otg_fsm_event()
766
fsm->
b_sess_vld
= 1;
in ci_otg_fsm_irq()
771
fsm->
b_sess_vld
= 0;
in ci_otg_fsm_irq()
841
ci->fsm.
b_sess_vld
=
in ci_hdrc_otg_fsm_init()
H
A
D
debug.c
230
seq_printf(s, "
b_sess_vld
: %d\n", fsm->
b_sess_vld
);
in ci_otg_show()
/kernel/linux/linux-5.10/drivers/usb/common/
H
A
D
usb-otg-fsm.c
349
else if (fsm->
b_sess_vld
&& fsm->otg->gadget)
in otg_statemachine()
360
if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
369
else if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
377
if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
/kernel/linux/linux-6.6/drivers/usb/common/
H
A
D
usb-otg-fsm.c
349
else if (fsm->
b_sess_vld
&& fsm->otg->gadget)
in otg_statemachine()
360
if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
369
else if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
377
if (!fsm->id || !fsm->
b_sess_vld
)
in otg_statemachine()
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-mv-usb.c
297
otg_ctrl->
b_sess_vld
= 1;
in mv_otg_update_inputs()
300
otg_ctrl->
b_sess_vld
= 0;
in mv_otg_update_inputs()
304
otg_ctrl->
b_sess_vld
= !!(otgsc & OTGSC_STS_B_SESSION_VALID);
in mv_otg_update_inputs()
321
dev_dbg(&mvotg->pdev->dev, "
b_sess_vld
%d\n", otg_ctrl->
b_sess_vld
);
in mv_otg_update_inputs()
339
else if (otg_ctrl->
b_sess_vld
)
in mv_otg_update_state()
343
if (!otg_ctrl->
b_sess_vld
|| otg_ctrl->id == 0)
in mv_otg_update_state()
H
A
D
phy-mv-usb.h
90
u8
b_sess_vld
;
member
H
A
D
phy-fsl-usb.c
245
* As USB3300 using the same a_sess_vld and
b_sess_vld
voltage
in b_vbus_pulse_end()
259
fsl_otg_dev->fsm.
b_sess_vld
)
in b_srp_end()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-mv-usb.c
297
otg_ctrl->
b_sess_vld
= 1;
in mv_otg_update_inputs()
300
otg_ctrl->
b_sess_vld
= 0;
in mv_otg_update_inputs()
304
otg_ctrl->
b_sess_vld
= !!(otgsc & OTGSC_STS_B_SESSION_VALID);
in mv_otg_update_inputs()
321
dev_dbg(&mvotg->pdev->dev, "
b_sess_vld
%d\n", otg_ctrl->
b_sess_vld
);
in mv_otg_update_inputs()
339
else if (otg_ctrl->
b_sess_vld
)
in mv_otg_update_state()
343
if (!otg_ctrl->
b_sess_vld
|| otg_ctrl->id == 0)
in mv_otg_update_state()
H
A
D
phy-mv-usb.h
90
u8
b_sess_vld
;
member
H
A
D
phy-fsl-usb.c
245
* As USB3300 using the same a_sess_vld and
b_sess_vld
voltage
in b_vbus_pulse_end()
259
fsl_otg_dev->fsm.
b_sess_vld
)
in b_srp_end()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
otg-fsm.h
87
* @
b_sess_vld
: TRUE when the B-device detects that the voltage on VBUS is
150
int
b_sess_vld
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
otg-fsm.h
74
* @
b_sess_vld
: TRUE when the B-device detects that the voltage on VBUS is
137
int
b_sess_vld
;
member
Completed in 11 milliseconds