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:previous_cable
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/extcon/
H
A
D
extcon-intel-cht-wc.c
104
unsigned int
previous_cable
;
member
283
if (cable != ext->
previous_cable
) {
in cht_wc_extcon_pwrsrc_event()
285
cht_wc_extcon_set_state(ext, ext->
previous_cable
, false);
in cht_wc_extcon_pwrsrc_event()
286
ext->
previous_cable
= cable;
in cht_wc_extcon_pwrsrc_event()
354
ext->
previous_cable
= EXTCON_NONE;
in cht_wc_extcon_probe()
H
A
D
extcon-axp288.c
105
unsigned int
previous_cable
;
member
215
unsigned int cable = info->
previous_cable
;
in axp288_handle_chrg_det_event()
256
extcon_set_state_sync(info->edev, info->
previous_cable
, false);
in axp288_handle_chrg_det_event()
257
if (info->
previous_cable
== EXTCON_CHG_USB_SDP)
in axp288_handle_chrg_det_event()
266
info->
previous_cable
= cable;
in axp288_handle_chrg_det_event()
359
info->
previous_cable
= EXTCON_NONE;
in axp288_extcon_probe()
/kernel/linux/linux-6.6/drivers/extcon/
H
A
D
extcon-axp288.c
106
unsigned int
previous_cable
;
member
216
unsigned int cable = info->
previous_cable
;
in axp288_handle_chrg_det_event()
263
extcon_set_state_sync(info->edev, info->
previous_cable
, false);
in axp288_handle_chrg_det_event()
264
if (info->
previous_cable
== EXTCON_CHG_USB_SDP)
in axp288_handle_chrg_det_event()
273
info->
previous_cable
= cable;
in axp288_handle_chrg_det_event()
378
info->
previous_cable
= EXTCON_NONE;
in axp288_extcon_probe()
H
A
D
extcon-intel-cht-wc.c
112
unsigned int
previous_cable
;
member
321
if (cable != ext->
previous_cable
) {
in cht_wc_extcon_pwrsrc_event()
323
cht_wc_extcon_set_state(ext, ext->
previous_cable
, false);
in cht_wc_extcon_pwrsrc_event()
324
ext->
previous_cable
= cable;
in cht_wc_extcon_pwrsrc_event()
515
ext->
previous_cable
= EXTCON_NONE;
in cht_wc_extcon_probe()
Completed in 4 milliseconds