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:msg_done
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
acpi_ipmi.c
76
int
msg_done
;
member
207
ipmi_msg->
msg_done
= ACPI_IPMI_UNKNOWN;
in ipmi_msg_alloc()
309
* If the flag of
msg_done
is not set, it means that the IPMI command is
in acpi_format_ipmi_response()
312
buffer->status = msg->
msg_done
;
in acpi_format_ipmi_response()
313
if (msg->
msg_done
!= ACPI_IPMI_OK)
in acpi_format_ipmi_response()
420
tx_msg->
msg_done
= ACPI_IPMI_TIMEOUT;
in ipmi_msg_handler()
427
tx_msg->
msg_done
= ACPI_IPMI_OK;
in ipmi_msg_handler()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-riic.c
96
struct completion
msg_done
;
member
126
reinit_completion(&riic->
msg_done
);
in riic_xfer()
141
time_left = wait_for_completion_timeout(&riic->
msg_done
, riic->adapter.timeout);
in riic_xfer()
217
complete(&riic->
msg_done
);
in riic_tend_isr()
267
complete(&riic->
msg_done
);
in riic_stop_isr()
436
init_completion(&riic->
msg_done
);
in riic_i2c_probe()
H
A
D
i2c-emev2.c
69
struct completion
msg_done
;
member
85
reinit_completion(&priv->
msg_done
);
in em_i2c_wait_for_event()
87
time_left = wait_for_completion_timeout(&priv->
msg_done
, priv->adap.timeout);
in em_i2c_wait_for_event()
307
complete(&priv->
msg_done
);
in em_i2c_irq_handler()
391
init_completion(&priv->
msg_done
);
in em_i2c_probe()
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
acpi_ipmi.c
76
int
msg_done
;
member
207
ipmi_msg->
msg_done
= ACPI_IPMI_UNKNOWN;
in ipmi_msg_alloc()
309
* If the flag of
msg_done
is not set, it means that the IPMI command is
in acpi_format_ipmi_response()
312
buffer->status = msg->
msg_done
;
in acpi_format_ipmi_response()
313
if (msg->
msg_done
!= ACPI_IPMI_OK)
in acpi_format_ipmi_response()
418
tx_msg->
msg_done
= ACPI_IPMI_TIMEOUT;
in ipmi_msg_handler()
425
tx_msg->
msg_done
= ACPI_IPMI_OK;
in ipmi_msg_handler()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-riic.c
97
struct completion
msg_done
;
member
127
reinit_completion(&riic->
msg_done
);
in riic_xfer()
142
time_left = wait_for_completion_timeout(&riic->
msg_done
, riic->adapter.timeout);
in riic_xfer()
218
complete(&riic->
msg_done
);
in riic_tend_isr()
268
complete(&riic->
msg_done
);
in riic_stop_isr()
454
init_completion(&riic->
msg_done
);
in riic_i2c_probe()
H
A
D
i2c-emev2.c
69
struct completion
msg_done
;
member
85
reinit_completion(&priv->
msg_done
);
in em_i2c_wait_for_event()
87
time_left = wait_for_completion_timeout(&priv->
msg_done
, priv->adap.timeout);
in em_i2c_wait_for_event()
307
complete(&priv->
msg_done
);
in em_i2c_irq_handler()
391
init_completion(&priv->
msg_done
);
in em_i2c_probe()
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-ar934x.c
99
goto
msg_done
;
in ar934x_spi_transfer_one_message()
130
goto
msg_done
;
in ar934x_spi_transfer_one_message()
144
msg_done
:
in ar934x_spi_transfer_one_message()
H
A
D
spi-mt7621.c
264
goto
msg_done
;
in mt7621_spi_transfer_one_message()
281
goto
msg_done
;
in mt7621_spi_transfer_one_message()
294
msg_done
:
in mt7621_spi_transfer_one_message()
H
A
D
spi-mtk-nor.c
651
goto
msg_done
;
in mtk_nor_transfer_one_message()
664
msg_done
:
in mtk_nor_transfer_one_message()
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-ar934x.c
105
goto
msg_done
;
in ar934x_spi_transfer_one_message()
136
goto
msg_done
;
in ar934x_spi_transfer_one_message()
152
msg_done
:
in ar934x_spi_transfer_one_message()
H
A
D
spi-mt7621.c
265
goto
msg_done
;
in mt7621_spi_transfer_one_message()
282
goto
msg_done
;
in mt7621_spi_transfer_one_message()
295
msg_done
:
in mt7621_spi_transfer_one_message()
H
A
D
spi-mtk-nor.c
684
goto
msg_done
;
in mtk_nor_transfer_one_message()
697
msg_done
:
in mtk_nor_transfer_one_message()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
hptiop.c
187
hba->
msg_done
= 1;
in hptiop_request_callback_mv()
238
hba->
msg_done
= 1;
in hptiop_request_callback_mvfrey()
326
hba->
msg_done
= 0;
in iop_send_sync_request_mv()
333
if (hba->
msg_done
)
in iop_send_sync_request_mv()
347
hba->
msg_done
= 0;
in iop_send_sync_request_mvfrey()
353
if (hba->
msg_done
)
in iop_send_sync_request_mvfrey()
357
return hba->
msg_done
? 0 : -1;
in iop_send_sync_request_mvfrey()
383
hba->
msg_done
= 0;
in iop_send_sync_msg()
391
if (hba->
msg_done
)
in iop_send_sync_msg()
397
return hba->
msg_done
in iop_send_sync_msg()
[all...]
H
A
D
hptiop.h
316
u32
msg_done
: 1;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
hptiop.c
187
hba->
msg_done
= 1;
in hptiop_request_callback_mv()
238
hba->
msg_done
= 1;
in hptiop_request_callback_mvfrey()
326
hba->
msg_done
= 0;
in iop_send_sync_request_mv()
333
if (hba->
msg_done
)
in iop_send_sync_request_mv()
347
hba->
msg_done
= 0;
in iop_send_sync_request_mvfrey()
353
if (hba->
msg_done
)
in iop_send_sync_request_mvfrey()
357
return hba->
msg_done
? 0 : -1;
in iop_send_sync_request_mvfrey()
383
hba->
msg_done
= 0;
in iop_send_sync_msg()
391
if (hba->
msg_done
)
in iop_send_sync_msg()
397
return hba->
msg_done
in iop_send_sync_msg()
[all...]
H
A
D
hptiop.h
316
u32
msg_done
: 1;
member
Completed in 19 milliseconds