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:MSP_DIR_RX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/ux500/
H
A
D
ux500_msp_i2s.c
199
if (config->direction &
MSP_DIR_RX
)
in configure_protocol()
364
if (config->direction &
MSP_DIR_RX
)
in enable_msp()
429
rx_sel = (config->direction &
MSP_DIR_RX
) > 0;
in ux500_msp_i2s_open()
437
rx_busy = (msp->dir_busy &
MSP_DIR_RX
) > 0;
in ux500_msp_i2s_open()
447
msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ?
MSP_DIR_RX
: 0);
in ux500_msp_i2s_open()
497
msp->dir_busy &= ~
MSP_DIR_RX
;
in disable_msp_rx()
H
A
D
ux500_msp_dai.c
316
MSP_DIR_TX :
MSP_DIR_RX
;
in setup_msp_config()
438
is_playback ? MSP_DIR_TX :
MSP_DIR_RX
)) {
in ux500_msp_dai_shutdown()
H
A
D
ux500_msp_i2s.h
365
MSP_DIR_RX
= 0x02,
enumerator
/kernel/linux/linux-5.10/sound/soc/ux500/
H
A
D
ux500_msp_i2s.c
202
if (config->direction &
MSP_DIR_RX
)
in configure_protocol()
367
if ((config->direction &
MSP_DIR_RX
) &&
in enable_msp()
381
if (config->direction &
MSP_DIR_RX
)
in enable_msp()
446
rx_sel = (config->direction &
MSP_DIR_RX
) > 0;
in ux500_msp_i2s_open()
454
rx_busy = (msp->dir_busy &
MSP_DIR_RX
) > 0;
in ux500_msp_i2s_open()
464
msp->dir_busy |= (tx_sel ? MSP_DIR_TX : 0) | (rx_sel ?
MSP_DIR_RX
: 0);
in ux500_msp_i2s_open()
514
msp->dir_busy &= ~
MSP_DIR_RX
;
in disable_msp_rx()
H
A
D
ux500_msp_i2s.h
368
MSP_DIR_RX
= 0x02,
enumerator
H
A
D
ux500_msp_dai.c
319
MSP_DIR_TX :
MSP_DIR_RX
;
in setup_msp_config()
441
is_playback ? MSP_DIR_TX :
MSP_DIR_RX
)) {
in ux500_msp_dai_shutdown()
Completed in 6 milliseconds