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:cur_role
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
rt1719.c
402
enum typec_data_role
cur_role
;
in rt1719_dr_set()
local
411
cur_role
= rt1719_get_data_role(data->conn_info);
in rt1719_dr_set()
412
if (
cur_role
== role)
in rt1719_dr_set()
426
cur_role
= rt1719_get_data_role(data->conn_info);
in rt1719_dr_set()
427
if (
cur_role
!= role)
in rt1719_dr_set()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
renesas_usb3.c
2362
enum usb_role
cur_role
;
in renesas_usb3_role_switch_get()
local
2365
cur_role
= usb3_is_host(usb3) ? USB_ROLE_HOST : USB_ROLE_DEVICE;
in renesas_usb3_role_switch_get()
2368
return
cur_role
;
in renesas_usb3_role_switch_get()
2376
enum usb_role
cur_role
= renesas_usb3_role_switch_get(usb3->role_sw);
in handle_ext_role_switch_states()
local
2381
if (
cur_role
== USB_ROLE_HOST)
in handle_ext_role_switch_states()
2393
} else if (
cur_role
== USB_ROLE_HOST) {
in handle_ext_role_switch_states()
2411
} else if (
cur_role
== USB_ROLE_DEVICE) {
in handle_ext_role_switch_states()
2430
enum usb_role
cur_role
= renesas_usb3_role_switch_get(usb3->role_sw);
in handle_role_switch_states()
local
2432
if (
cur_role
== USB_ROLE_HOST && role == USB_ROLE_DEVICE) {
in handle_role_switch_states()
2435
} else if (
cur_role
in handle_role_switch_states()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
renesas_usb3.c
2440
enum usb_role
cur_role
;
in renesas_usb3_role_switch_get()
local
2443
cur_role
= usb3_is_host(usb3) ? USB_ROLE_HOST : USB_ROLE_DEVICE;
in renesas_usb3_role_switch_get()
2446
return
cur_role
;
in renesas_usb3_role_switch_get()
2454
enum usb_role
cur_role
= renesas_usb3_role_switch_get(usb3->role_sw);
in handle_ext_role_switch_states()
local
2459
if (!usb3->is_rzv2m &&
cur_role
== USB_ROLE_HOST)
in handle_ext_role_switch_states()
2482
} else if (
cur_role
== USB_ROLE_HOST) {
in handle_ext_role_switch_states()
2503
} else if (
cur_role
== USB_ROLE_DEVICE) {
in handle_ext_role_switch_states()
2522
enum usb_role
cur_role
= renesas_usb3_role_switch_get(usb3->role_sw);
in handle_role_switch_states()
local
2524
if (
cur_role
== USB_ROLE_HOST && role == USB_ROLE_DEVICE) {
in handle_role_switch_states()
2527
} else if (
cur_role
in handle_role_switch_states()
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H
A
D
ucsi.c
959
enum typec_role
cur_role
;
in ucsi_pr_swap()
local
970
cur_role
= !!(con->status.flags & UCSI_CONSTAT_PWR_DIR);
in ucsi_pr_swap()
972
if (
cur_role
== role)
in ucsi_pr_swap()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H
A
D
ucsi.c
1089
enum typec_role
cur_role
;
in ucsi_pr_swap()
local
1100
cur_role
= !!(con->status.flags & UCSI_CONSTAT_PWR_DIR);
in ucsi_pr_swap()
1102
if (
cur_role
== role)
in ucsi_pr_swap()
Completed in 15 milliseconds