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:restore_config
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
eeh_pe.c
781
if (eeh_ops->
restore_config
)
in eeh_restore_one_device_bars()
782
eeh_ops->
restore_config
(edev);
in eeh_restore_one_device_bars()
H
A
D
eeh.c
722
if (eeh_ops->
restore_config
)
in eeh_restore_dev_state()
723
eeh_ops->
restore_config
(edev);
in eeh_restore_dev_state()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
eeh_pe.c
781
if (eeh_ops->
restore_config
)
in eeh_restore_one_device_bars()
782
eeh_ops->
restore_config
(edev);
in eeh_restore_one_device_bars()
H
A
D
eeh.c
710
if (eeh_ops->
restore_config
)
in eeh_restore_dev_state()
711
eeh_ops->
restore_config
(edev);
in eeh_restore_dev_state()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
eeh.h
228
int (*
restore_config
)(struct eeh_dev *edev);
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
eeh.h
228
int (*
restore_config
)(struct eeh_dev *edev);
member
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
eeh_pseries.c
798
.
restore_config
= NULL, /* NB: configure_bridge() does this */
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
eeh_pseries.c
799
.
restore_config
= NULL, /* NB: configure_bridge() does this */
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_common.c
5049
goto
restore_config
;
in i40e_blink_phy_link_led()
5058
goto
restore_config
;
in i40e_blink_phy_link_led()
5063
restore_config
:
in i40e_blink_phy_link_led()
5221
goto
restore_config
;
in i40e_led_set_phy()
5229
goto
restore_config
;
in i40e_led_set_phy()
5236
restore_config
:
in i40e_led_set_phy()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H
A
D
i40e_common.c
4995
goto
restore_config
;
in i40e_blink_phy_link_led()
5004
goto
restore_config
;
in i40e_blink_phy_link_led()
5009
restore_config
:
in i40e_blink_phy_link_led()
5167
goto
restore_config
;
in i40e_led_set_phy()
5175
goto
restore_config
;
in i40e_led_set_phy()
5182
restore_config
:
in i40e_led_set_phy()
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
at91-sama5d2_adc.c
1891
goto
restore_config
;
in at91_adc_read_temp()
1898
restore_config
:
in at91_adc_read_temp()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
H
A
D
eeh-powernv.c
1639
.
restore_config
= pnv_eeh_restore_config,
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/
H
A
D
eeh-powernv.c
1639
.
restore_config
= pnv_eeh_restore_config,
Completed in 31 milliseconds