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:extcon_host
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/renesas/
H
A
D
phy-rcar-gen3-usb2.c
115
bool
extcon_host
;
member
136
if (ch->
extcon_host
) {
in rcar_gen3_phy_usb2_work()
203
ch->
extcon_host
= true;
in rcar_gen3_init_for_host()
213
ch->
extcon_host
= false;
in rcar_gen3_init_for_peri()
/kernel/linux/linux-6.6/drivers/phy/renesas/
H
A
D
phy-rcar-gen3-usb2.c
119
bool
extcon_host
;
member
146
if (ch->
extcon_host
) {
in rcar_gen3_phy_usb2_work()
221
ch->
extcon_host
= true;
in rcar_gen3_init_for_host()
231
ch->
extcon_host
= false;
in rcar_gen3_init_for_peri()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
renesas_usb3.c
361
bool
extcon_host
; /* check id and set EXTCON_USB_HOST */
member
444
extcon_set_state_sync(usb3->extcon, EXTCON_USB_HOST, usb3->
extcon_host
);
in renesas_usb3_extcon_work()
724
usb3->
extcon_host
= usb3_is_a_device(usb3);
in usb3_check_id()
726
if ((!usb3->role_sw_by_connector && usb3->
extcon_host
&&
in usb3_check_id()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
renesas_usb3.c
368
bool
extcon_host
; /* check id and set EXTCON_USB_HOST */
member
492
extcon_set_state_sync(usb3->extcon, EXTCON_USB_HOST, usb3->
extcon_host
);
in renesas_usb3_extcon_work()
782
usb3->
extcon_host
= usb3_is_a_device(usb3);
in usb3_check_id()
784
if ((!usb3->role_sw_by_connector && usb3->
extcon_host
&&
in usb3_check_id()
Completed in 12 milliseconds