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:right_slot
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
ssm2518.c
527
int left_slot,
right_slot
;
in ssm2518_set_tdm_slot()
local
542
right_slot
= 0;
in ssm2518_set_tdm_slot()
548
right_slot
= left_slot;
in ssm2518_set_tdm_slot()
550
right_slot
= __ffs(tx_mask);
in ssm2518_set_tdm_slot()
551
tx_mask &= ~(1 <<
right_slot
);
in ssm2518_set_tdm_slot()
555
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in ssm2518_set_tdm_slot()
594
(
right_slot
<< SSM2518_CHAN_MAP_RIGHT_SLOT_OFFSET));
in ssm2518_set_tdm_slot()
H
A
D
tas2770.c
392
int left_slot,
right_slot
;
in tas2770_set_dai_tdm_slot()
local
401
right_slot
= left_slot;
in tas2770_set_dai_tdm_slot()
403
right_slot
= __ffs(tx_mask);
in tas2770_set_dai_tdm_slot()
404
tx_mask &= ~(1 <<
right_slot
);
in tas2770_set_dai_tdm_slot()
407
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in tas2770_set_dai_tdm_slot()
417
(
right_slot
<< TAS2770_TDM_CFG_REG3_RXS_SHIFT));
in tas2770_set_dai_tdm_slot()
H
A
D
tas2780.c
375
int left_slot,
right_slot
;
in tas2780_set_dai_tdm_slot()
local
386
right_slot
= left_slot;
in tas2780_set_dai_tdm_slot()
388
right_slot
= __ffs(tx_mask);
in tas2780_set_dai_tdm_slot()
389
tx_mask &= ~(1 <<
right_slot
);
in tas2780_set_dai_tdm_slot()
392
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in tas2780_set_dai_tdm_slot()
395
slots_cfg = (
right_slot
<< TAS2780_TDM_CFG3_RXS_SHIFT) | left_slot;
in tas2780_set_dai_tdm_slot()
H
A
D
tas2764.c
433
int left_slot,
right_slot
;
in tas2764_set_dai_tdm_slot()
local
444
right_slot
= left_slot;
in tas2764_set_dai_tdm_slot()
446
right_slot
= __ffs(tx_mask);
in tas2764_set_dai_tdm_slot()
447
tx_mask &= ~(1 <<
right_slot
);
in tas2764_set_dai_tdm_slot()
450
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in tas2764_set_dai_tdm_slot()
453
slots_cfg = (
right_slot
<< TAS2764_TDM_CFG3_RXS_SHIFT) | left_slot;
in tas2764_set_dai_tdm_slot()
H
A
D
tas2562.c
149
int left_slot,
right_slot
;
in tas2562_set_dai_tdm_slot()
local
163
right_slot
= 0;
in tas2562_set_dai_tdm_slot()
168
right_slot
= left_slot;
in tas2562_set_dai_tdm_slot()
170
right_slot
= __ffs(tx_mask);
in tas2562_set_dai_tdm_slot()
174
slots_cfg = (
right_slot
<< TAS2562_RIGHT_SLOT_SHIFT) | left_slot;
in tas2562_set_dai_tdm_slot()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
tas2770.c
392
int left_slot,
right_slot
;
in tas2770_set_dai_tdm_slot()
local
401
right_slot
= left_slot;
in tas2770_set_dai_tdm_slot()
403
right_slot
= __ffs(tx_mask);
in tas2770_set_dai_tdm_slot()
404
tx_mask &= ~(1 <<
right_slot
);
in tas2770_set_dai_tdm_slot()
407
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in tas2770_set_dai_tdm_slot()
417
(
right_slot
<< TAS2770_TDM_CFG_REG3_RXS_SHIFT));
in tas2770_set_dai_tdm_slot()
H
A
D
tas2764.c
381
int left_slot,
right_slot
;
in tas2764_set_dai_tdm_slot()
local
392
right_slot
= left_slot;
in tas2764_set_dai_tdm_slot()
394
right_slot
= __ffs(tx_mask);
in tas2764_set_dai_tdm_slot()
395
tx_mask &= ~(1 <<
right_slot
);
in tas2764_set_dai_tdm_slot()
398
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in tas2764_set_dai_tdm_slot()
401
slots_cfg = (
right_slot
<< TAS2764_TDM_CFG3_RXS_SHIFT) | left_slot;
in tas2764_set_dai_tdm_slot()
H
A
D
ssm2518.c
528
int left_slot,
right_slot
;
in ssm2518_set_tdm_slot()
local
543
right_slot
= 0;
in ssm2518_set_tdm_slot()
549
right_slot
= left_slot;
in ssm2518_set_tdm_slot()
551
right_slot
= __ffs(tx_mask);
in ssm2518_set_tdm_slot()
552
tx_mask &= ~(1 <<
right_slot
);
in ssm2518_set_tdm_slot()
556
if (tx_mask != 0 || left_slot >= slots ||
right_slot
>= slots)
in ssm2518_set_tdm_slot()
595
(
right_slot
<< SSM2518_CHAN_MAP_RIGHT_SLOT_OFFSET));
in ssm2518_set_tdm_slot()
H
A
D
tas2562.c
181
int left_slot,
right_slot
;
in tas2562_set_dai_tdm_slot()
local
195
right_slot
= 0;
in tas2562_set_dai_tdm_slot()
200
right_slot
= left_slot;
in tas2562_set_dai_tdm_slot()
202
right_slot
= __ffs(tx_mask);
in tas2562_set_dai_tdm_slot()
203
tx_mask &= ~(1 <<
right_slot
);
in tas2562_set_dai_tdm_slot()
207
slots_cfg = (
right_slot
<< TAS2562_RIGHT_SLOT_SHIFT) | left_slot;
in tas2562_set_dai_tdm_slot()
/kernel/linux/linux-5.10/sound/pci/
H
A
D
cs4281.c
431
unsigned char
right_slot
; /* FIFO right slot */
member
756
snd_BUG_ON(dma->
right_slot
!= chip->src_right_play_slot);
in snd_cs4281_mode()
762
snd_BUG_ON(dma->
right_slot
!= chip->src_right_rec_slot);
in snd_cs4281_mode()
772
BA0_FCR_RS(capture && (dma->valDMR & BA0_DMR_MONO) ? 31 : dma->
right_slot
) |
in snd_cs4281_mode()
882
dma->
right_slot
= 1;
in snd_cs4281_playback_open()
901
dma->
right_slot
= 11;
in snd_cs4281_capture_open()
/kernel/linux/linux-6.6/sound/pci/
H
A
D
cs4281.c
430
unsigned char
right_slot
; /* FIFO right slot */
member
755
snd_BUG_ON(dma->
right_slot
!= chip->src_right_play_slot);
in snd_cs4281_mode()
761
snd_BUG_ON(dma->
right_slot
!= chip->src_right_rec_slot);
in snd_cs4281_mode()
771
BA0_FCR_RS(capture && (dma->valDMR & BA0_DMR_MONO) ? 31 : dma->
right_slot
) |
in snd_cs4281_mode()
881
dma->
right_slot
= 1;
in snd_cs4281_playback_open()
900
dma->
right_slot
= 11;
in snd_cs4281_capture_open()
Completed in 15 milliseconds