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:next_bank
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soundwire/
H
A
D
stream.c
70
if (bus->params.
next_bank
) {
in _sdw_program_slave_port_params()
145
if (bus->params.
next_bank
) {
in sdw_program_slave_port_params()
247
bus->params.
next_bank
);
in sdw_program_master_port_params()
253
bus->params.
next_bank
);
in sdw_program_master_port_params()
308
if (bus->params.
next_bank
)
in sdw_enable_disable_slave_ports()
347
bus->params.
next_bank
);
in sdw_enable_disable_master_ports()
443
prep_ch.bank = bus->params.
next_bank
;
in sdw_prep_deprep_slave_ports()
517
prep_ch.bank = bus->params.
next_bank
;
in sdw_prep_deprep_master_ports()
680
if (bus->params.
next_bank
)
in sdw_bank_switch()
710
bus->params.
next_bank
in sdw_bank_switch()
[all...]
H
A
D
qcom.c
383
u32 reg = SWRM_MCP_FRAME_CTRL_BANK_ADDR(bus->params.
next_bank
);
in qcom_swrm_pre_bank_switch()
855
params->
next_bank
= !params->curr_bank;
H
A
D
cadence_master.c
1287
if (params->
next_bank
)
in cdns_bus_conf()
H
A
D
bus.c
142
bus->params.
next_bank
= SDW_BANK1;
in sdw_bus_master_add()
/kernel/linux/linux-6.6/drivers/soundwire/
H
A
D
stream.c
71
if (bus->params.
next_bank
) {
in _sdw_program_slave_port_params()
149
if (bus->params.
next_bank
) {
in sdw_program_slave_port_params()
251
bus->params.
next_bank
);
in sdw_program_master_port_params()
257
bus->params.
next_bank
);
in sdw_program_master_port_params()
312
if (bus->params.
next_bank
)
in sdw_enable_disable_slave_ports()
351
bus->params.
next_bank
);
in sdw_enable_disable_master_ports()
453
prep_ch.bank = bus->params.
next_bank
;
in sdw_prep_deprep_slave_ports()
527
prep_ch.bank = bus->params.
next_bank
;
in sdw_prep_deprep_master_ports()
698
if (bus->params.
next_bank
)
in sdw_bank_switch()
728
bus->params.
next_bank
in sdw_bank_switch()
[all...]
H
A
D
qcom.c
932
u32 reg = SWRM_MCP_FRAME_CTRL_BANK_ADDR(bus->params.
next_bank
);
in qcom_swrm_pre_bank_switch()
1581
params->
next_bank
= !params->curr_bank;
H
A
D
bus.c
156
bus->params.
next_bank
= SDW_BANK1;
in sdw_bus_master_add()
H
A
D
cadence_master.c
1429
if (params->
next_bank
)
in cdns_bus_conf()
/kernel/linux/linux-5.10/include/linux/soundwire/
H
A
D
sdw.h
522
* implementation defined registers. This is always updated to
next_bank
550
* @
next_bank
: Next bank to use (BANK0/BANK1).
next_bank
will always be
564
enum sdw_reg_bank
next_bank
;
member
/kernel/linux/linux-6.6/include/linux/soundwire/
H
A
D
sdw.h
567
* implementation defined registers. This is always updated to
next_bank
597
* @
next_bank
: Next bank to use (BANK0/BANK1).
next_bank
will always be
611
enum sdw_reg_bank
next_bank
;
member
/kernel/linux/linux-5.10/sound/pci/ymfpci/
H
A
D
ymfpci_main.c
324
unsigned int
next_bank
= 1 - chip->active_bank;
in snd_ymfpci_pcm_interrupt()
local
328
bank = &voice->bank[
next_bank
];
in snd_ymfpci_pcm_interrupt()
334
bank = &ypcm->voices[1]->bank[
next_bank
];
in snd_ymfpci_pcm_interrupt()
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H
A
D
ymfpci_main.c
319
unsigned int
next_bank
= 1 - chip->active_bank;
in snd_ymfpci_pcm_interrupt()
local
323
bank = &voice->bank[
next_bank
];
in snd_ymfpci_pcm_interrupt()
329
bank = &ypcm->voices[1]->bank[
next_bank
];
in snd_ymfpci_pcm_interrupt()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wsa881x.c
1087
sdw_write(slave, SWRS_SCP_HOST_CLK_DIV2_CTL_BANK(params->
next_bank
),
in wsa881x_bus_config()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
wsa881x.c
1099
sdw_write(slave, SWRS_SCP_HOST_CLK_DIV2_CTL_BANK(params->
next_bank
),
in wsa881x_bus_config()
H
A
D
wcd938x-sdw.c
178
sdw_write(slave, SWRS_SCP_HOST_CLK_DIV2_CTL_BANK(params->
next_bank
), 0x01);
in wcd9380_bus_config()
Completed in 31 milliseconds