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:HARD_RESET
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dib0070.c
129
#define
HARD_RESET
(state) do { \
macro
646
HARD_RESET
(state);
in dib0070_reset()
H
A
D
dib0090.c
315
#define
HARD_RESET
(state) do { if (cfg->reset) { if (cfg->sleep) cfg->sleep(fe, 0); msleep(10); cfg->reset(fe, 1); msleep(10); cfg->reset(fe, 0); msleep(10); } } while (0)
macro
514
HARD_RESET
(state);
in dib0090_reset_digital()
584
HARD_RESET
(state);
in dib0090_fw_reset_digital()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dib0070.c
129
#define
HARD_RESET
(state) do { \
macro
646
HARD_RESET
(state);
in dib0070_reset()
H
A
D
dib0090.c
315
#define
HARD_RESET
(state) do { if (cfg->reset) { if (cfg->sleep) cfg->sleep(fe, 0); msleep(10); cfg->reset(fe, 1); msleep(10); cfg->reset(fe, 0); msleep(10); } } while (0)
macro
514
HARD_RESET
(state);
in dib0090_reset_digital()
584
HARD_RESET
(state);
in dib0090_fw_reset_digital()
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
H
A
D
tcpm.c
155
S(
HARD_RESET
), \
1358
!(ams ==
HARD_RESET
|| ams == SOFT_RESET_AMS)) {
in tcpm_ams_start()
1370
if (ams ==
HARD_RESET
) {
in tcpm_ams_start()
1416
ams !=
HARD_RESET
) {
in tcpm_ams_start()
1424
if (ams ==
HARD_RESET
) {
in tcpm_ams_start()
4463
tcpm_ams_start(port,
HARD_RESET
);
in run_state_machine()
4507
if (port->ams ==
HARD_RESET
)
in run_state_machine()
4531
if (port->ams ==
HARD_RESET
)
in run_state_machine()
4561
if (port->ams ==
HARD_RESET
)
in run_state_machine()
5404
port->ams =
HARD_RESET
;
in _tcpm_pd_hard_reset()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/isci/
H
A
D
phy.c
1210
SCU_SAS_PCFG_GEN_BIT(
HARD_RESET
));
in scu_link_layer_start_oob()
1243
(SCU_SAS_PCFG_GEN_BIT(
HARD_RESET
) |
in scu_link_layer_tx_hard_reset()
/kernel/linux/linux-6.6/drivers/scsi/isci/
H
A
D
phy.c
1205
SCU_SAS_PCFG_GEN_BIT(
HARD_RESET
));
in scu_link_layer_start_oob()
1239
(SCU_SAS_PCFG_GEN_BIT(
HARD_RESET
) |
in scu_link_layer_tx_hard_reset()
Completed in 19 milliseconds