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:rxmsg
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/
H
A
D
cmt_speech.c
320
struct hsi_msg *txmsg, *
rxmsg
;
in cs_hsi_alloc_data()
local
323
rxmsg
= hsi_alloc_msg(1, GFP_KERNEL);
in cs_hsi_alloc_data()
324
if (!
rxmsg
) {
in cs_hsi_alloc_data()
328
rxmsg
->channel = cs_char_data.channel_id_data;
in cs_hsi_alloc_data()
329
rxmsg
->destructor = cs_hsi_data_destructor;
in cs_hsi_alloc_data()
330
rxmsg
->context = hi;
in cs_hsi_alloc_data()
341
hi->data_rx_msg =
rxmsg
;
in cs_hsi_alloc_data()
347
hsi_free_msg(
rxmsg
);
in cs_hsi_alloc_data()
652
struct hsi_msg *
rxmsg
;
in cs_hsi_read_on_data()
local
666
rxmsg
in cs_hsi_read_on_data()
[all...]
/kernel/linux/linux-6.6/drivers/hsi/clients/
H
A
D
cmt_speech.c
320
struct hsi_msg *txmsg, *
rxmsg
;
in cs_hsi_alloc_data()
local
323
rxmsg
= hsi_alloc_msg(1, GFP_KERNEL);
in cs_hsi_alloc_data()
324
if (!
rxmsg
) {
in cs_hsi_alloc_data()
328
rxmsg
->channel = cs_char_data.channel_id_data;
in cs_hsi_alloc_data()
329
rxmsg
->destructor = cs_hsi_data_destructor;
in cs_hsi_alloc_data()
330
rxmsg
->context = hi;
in cs_hsi_alloc_data()
341
hi->data_rx_msg =
rxmsg
;
in cs_hsi_alloc_data()
347
hsi_free_msg(
rxmsg
);
in cs_hsi_alloc_data()
652
struct hsi_msg *
rxmsg
;
in cs_hsi_read_on_data()
local
666
rxmsg
in cs_hsi_read_on_data()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_msg.c
72
msg = &pf->
rxmsg
[idx];
in enetc_msg_alloc_mbx()
99
msg = &pf->
rxmsg
[idx];
in enetc_msg_free_mbx()
H
A
D
enetc_pf.h
39
struct enetc_msg_swbd
rxmsg
[ENETC_MAX_NUM_VFS];
member
H
A
D
enetc_pf.c
578
struct enetc_msg_swbd *msg = &pf->
rxmsg
[vf_id];
in enetc_msg_pf_set_vf_primary_mac_addr()
601
struct enetc_msg_swbd *msg = &pf->
rxmsg
[vf_id];
in enetc_msg_handle_rxmsg()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_msg.c
72
msg = &pf->
rxmsg
[idx];
in enetc_msg_alloc_mbx()
99
msg = &pf->
rxmsg
[idx];
in enetc_msg_free_mbx()
H
A
D
enetc_pf.h
39
struct enetc_msg_swbd
rxmsg
[ENETC_MAX_NUM_VFS];
member
H
A
D
enetc_pf.c
617
struct enetc_msg_swbd *msg = &pf->
rxmsg
[vf_id];
in enetc_msg_pf_set_vf_primary_mac_addr()
640
struct enetc_msg_swbd *msg = &pf->
rxmsg
[vf_id];
in enetc_msg_handle_rxmsg()
/kernel/linux/linux-5.10/drivers/rapidio/
H
A
D
rio_cm.c
868
void *
rxmsg
= NULL;
in riocm_ch_receive()
local
901
rxmsg
= ch->rx_ring.buf[ch->rx_ring.tail];
in riocm_ch_receive()
910
ch->rx_ring.inuse[i] =
rxmsg
;
in riocm_ch_receive()
919
kfree(
rxmsg
);
in riocm_ch_receive()
920
rxmsg
= NULL;
in riocm_ch_receive()
925
*buf =
rxmsg
;
in riocm_ch_receive()
/kernel/linux/linux-6.6/drivers/rapidio/
H
A
D
rio_cm.c
868
void *
rxmsg
= NULL;
in riocm_ch_receive()
local
901
rxmsg
= ch->rx_ring.buf[ch->rx_ring.tail];
in riocm_ch_receive()
910
ch->rx_ring.inuse[i] =
rxmsg
;
in riocm_ch_receive()
919
kfree(
rxmsg
);
in riocm_ch_receive()
920
rxmsg
= NULL;
in riocm_ch_receive()
925
*buf =
rxmsg
;
in riocm_ch_receive()
Completed in 13 milliseconds