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:rx_active
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/pi433/
H
A
D
pi433_if.c
105
bool
rx_active
;
member
148
if (device->
rx_active
)
in DIO1_irq_handler()
372
if (!dev->
rx_active
)
in pi433_start_rx()
641
!device->
rx_active
||
in pi433_tx_thread()
656
if (device->
rx_active
&& !rx_interrupted) {
in pi433_tx_thread()
781
if (device->
rx_active
) {
in pi433_read()
786
device->
rx_active
= true;
in pi433_read()
796
device->
rx_active
= false;
in pi433_read()
923
if (device->
rx_active
) {
in pi433_ioctl()
1120
ret = wait_event_interruptible(dev->tx_wait_queue, !dev->
rx_active
);
in pi433_debugfs_regs_show()
[all...]
/kernel/linux/linux-5.10/drivers/staging/pi433/
H
A
D
pi433_if.c
103
bool
rx_active
;
member
143
if (device->
rx_active
)
in DIO1_irq_handler()
368
if (!dev->
rx_active
)
in pi433_start_rx()
639
!device->
rx_active
||
in pi433_tx_thread()
654
if (device->
rx_active
&& !rx_interrupted) {
in pi433_tx_thread()
779
if (device->
rx_active
) {
in pi433_read()
784
device->
rx_active
= true;
in pi433_read()
794
device->
rx_active
= false;
in pi433_read()
911
if (device->
rx_active
) {
in pi433_ioctl()
1139
device->
rx_active
in pi433_probe()
[all...]
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_port_info.h
302
__be16
rx_active
;
member
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_port_info.h
302
__be16
rx_active
;
member
/kernel/linux/linux-5.10/sound/soc/samsung/
H
A
D
i2s.c
175
static inline bool
rx_active
(struct i2s_dai *i2s)
in rx_active()
function
192
return
rx_active
(other);
in other_rx_active()
198
return
rx_active
(i2s) || other_rx_active(i2s);
in any_rx_active()
210
return tx_active(i2s) ||
rx_active
(i2s);
in this_active()
/kernel/linux/linux-6.6/sound/soc/samsung/
H
A
D
i2s.c
183
static inline bool
rx_active
(struct i2s_dai *i2s)
in rx_active()
function
200
return
rx_active
(other);
in other_rx_active()
206
return
rx_active
(i2s) || other_rx_active(i2s);
in any_rx_active()
218
return tx_active(i2s) ||
rx_active
(i2s);
in this_active()
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_hif_cldma.c
614
unsigned int
rx_active
;
in t7xx_cldma_qs_are_active()
local
620
rx_active
= t7xx_cldma_hw_queue_status(hw_info, CLDMA_ALL_Q, MTK_RX);
in t7xx_cldma_qs_are_active()
622
return tx_active ||
rx_active
;
in t7xx_cldma_qs_are_active()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
855
pi->link_width_downgrade.
rx_active
=
in __subn_get_opa_portinfo()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.c
813
pi->link_width_downgrade.
rx_active
=
in __subn_get_opa_portinfo()
Completed in 24 milliseconds