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:pwr_opmode
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
wusb3801.c
95
enum typec_pwr_opmode
pwr_opmode
;
member
216
wusb3801_map_pwr_opmode(wusb3801->
pwr_opmode
) |
in wusb3801_hw_init()
293
: wusb3801->
pwr_opmode
);
in wusb3801_hw_update()
362
wusb3801->
pwr_opmode
= ret;
in wusb3801_probe()
H
A
D
stusb160x.c
160
enum typec_pwr_opmode
pwr_opmode
;
member
506
chip->
pwr_opmode
));
in stusb160x_chip_init()
573
chip->
pwr_opmode
= ret;
in stusb160x_get_fw_caps()
623
chip->
pwr_opmode
= stusb160x_get_pwr_opmode(chip);
in stusb160x_get_caps()
748
typec_set_pwr_opmode(chip->port, chip->
pwr_opmode
);
in stusb160x_probe()
H
A
D
rt1719.c
261
enum typec_pwr_opmode
pwr_opmode
;
in rt1719_attach()
local
268
pwr_opmode
= rt1719_get_pwr_opmode(data->conn_info, data->conn_stat);
in rt1719_attach()
271
typec_set_pwr_opmode(data->port,
pwr_opmode
);
in rt1719_attach()
277
if (
pwr_opmode
== TYPEC_PWR_MODE_3_0A)
in rt1719_attach()
279
else if (
pwr_opmode
== TYPEC_PWR_MODE_1_5A)
in rt1719_attach()
H
A
D
class.h
51
enum typec_pwr_opmode
pwr_opmode
;
member
H
A
D
class.c
1468
if (port->
pwr_opmode
!= TYPEC_PWR_MODE_PD) {
in power_role_store()
1573
return sprintf(buf, "%s\n", typec_pwr_opmodes[port->
pwr_opmode
]);
in power_operation_mode_show()
1862
if (port->
pwr_opmode
== opmode)
in typec_set_pwr_opmode()
1865
port->
pwr_opmode
= opmode;
in typec_set_pwr_opmode()
/kernel/linux/linux-6.6/drivers/extcon/
H
A
D
extcon-usbc-tusb320.c
82
enum typec_pwr_opmode
pwr_opmode
;
member
218
if (priv->
pwr_opmode
== TYPEC_PWR_MODE_USB)
in tusb320_set_adv_pwr_mode()
220
else if (priv->
pwr_opmode
== TYPEC_PWR_MODE_1_5A)
in tusb320_set_adv_pwr_mode()
222
else if (priv->
pwr_opmode
== TYPEC_PWR_MODE_3_0A)
in tusb320_set_adv_pwr_mode()
464
priv->
pwr_opmode
= ret;
in tusb320_typec_probe()
/kernel/linux/linux-5.10/drivers/usb/typec/
H
A
D
stusb160x.c
160
enum typec_pwr_opmode
pwr_opmode
;
member
506
chip->
pwr_opmode
));
in stusb160x_chip_init()
573
chip->
pwr_opmode
= ret;
in stusb160x_get_fw_caps()
623
chip->
pwr_opmode
= stusb160x_get_pwr_opmode(chip);
in stusb160x_get_caps()
739
typec_set_pwr_opmode(chip->port, chip->
pwr_opmode
);
in stusb160x_probe()
H
A
D
class.c
47
enum typec_pwr_opmode
pwr_opmode
;
member
1066
if (port->
pwr_opmode
!= TYPEC_PWR_MODE_PD) {
in power_role_store()
1171
return sprintf(buf, "%s\n", typec_pwr_opmodes[port->
pwr_opmode
]);
in power_operation_mode_show()
1435
if (port->
pwr_opmode
== opmode)
in typec_set_pwr_opmode()
1438
port->
pwr_opmode
= opmode;
in typec_set_pwr_opmode()
/kernel/linux/linux-5.10/drivers/usb/typec/ucsi/
H
A
D
ucsi.c
569
u8
pwr_opmode
= UCSI_CONSTAT_PWR_OPMODE(con->status.flags);
in ucsi_register_partner()
local
589
desc.usb_pd =
pwr_opmode
== UCSI_CONSTAT_PWR_OPMODE_PD;
in ucsi_register_partner()
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
H
A
D
tcpm.c
261
enum typec_pwr_opmode
pwr_opmode
;
member
3170
port->
pwr_opmode
= TYPEC_PWR_MODE_USB;
in run_state_machine()
3246
port->
pwr_opmode
= TYPEC_PWR_MODE_PD;
in run_state_machine()
3366
port->
pwr_opmode
= TYPEC_PWR_MODE_USB;
in run_state_machine()
3467
port->
pwr_opmode
= TYPEC_PWR_MODE_PD;
in run_state_machine()
4352
port->
pwr_opmode
!= TYPEC_PWR_MODE_PD ||
in tcpm_enable_frs_work()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
tcpm.c
314
enum typec_pwr_opmode
pwr_opmode
;
member
4010
port->
pwr_opmode
= TYPEC_PWR_MODE_USB;
in run_state_machine()
4097
port->
pwr_opmode
= TYPEC_PWR_MODE_PD;
in run_state_machine()
4252
port->
pwr_opmode
= TYPEC_PWR_MODE_USB;
in run_state_machine()
4394
port->
pwr_opmode
= TYPEC_PWR_MODE_PD;
in run_state_machine()
5562
port->
pwr_opmode
!= TYPEC_PWR_MODE_PD ||
in tcpm_enable_frs_work()
/kernel/linux/linux-6.6/drivers/usb/typec/ucsi/
H
A
D
ucsi.c
748
u8
pwr_opmode
= UCSI_CONSTAT_PWR_OPMODE(con->status.flags);
in ucsi_register_partner()
local
768
desc.usb_pd =
pwr_opmode
== UCSI_CONSTAT_PWR_OPMODE_PD;
in ucsi_register_partner()
Completed in 29 milliseconds