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:cur_prog
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/sound/
H
A
D
tas2781.h
75
short
cur_prog
;
member
115
int
cur_prog
;
member
/kernel/linux/linux-6.6/sound/pci/hda/
H
A
D
tas2781_hda_i2c.c
238
ucontrol->value.integer.value[0] = tas_priv->
cur_prog
;
in tasdevice_program_get()
254
if (tas_priv->
cur_prog
!= val) {
in tasdevice_program_put()
255
tas_priv->
cur_prog
= val;
in tasdevice_program_put()
580
tas_priv->
cur_prog
= 0;
in tasdev_fw_ready()
777
tasdevice_prmg_load(tas_hda->priv, tas_hda->priv->
cur_prog
);
in tas2781_runtime_resume()
821
tas_hda->priv->tasdevice[i].
cur_prog
= -1;
in tas2781_system_resume()
825
tasdevice_prmg_load(tas_hda->priv, tas_hda->priv->
cur_prog
);
in tas2781_system_resume()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
tas2781-i2c.c
267
ucontrol->value.integer.value[0] = tas_priv->
cur_prog
;
in tasdevice_program_get()
280
if (tas_priv->
cur_prog
!= nr_program) {
in tasdevice_program_put()
281
tas_priv->
cur_prog
= nr_program;
in tasdevice_program_put()
416
tas_priv->
cur_prog
= 0;
in tasdevice_fw_ready()
H
A
D
tas2781-fmwlib.c
700
tas_priv->tasdevice[chn].
cur_prog
= -1;
in tasdevice_process_block()
1452
dev->
cur_prog
= -1;
in set_err_prg_cfg()
2226
&& (tas_priv->tasdevice[i].
cur_prog
!= prm_no
in tasdevice_select_tuningprm_cfg()
2256
tas_priv->tasdevice[i].
cur_prog
= prm_no;
in tasdevice_select_tuningprm_cfg()
2317
if (prm_no >= 0 && tas_priv->tasdevice[i].
cur_prog
!= prm_no) {
in tasdevice_prmg_load()
2332
tas_priv->tasdevice[i].
cur_prog
= prm_no;
in tasdevice_prmg_load()
2362
if (prm_no >= 0 && tas_priv->tasdevice[i].
cur_prog
!= prm_no) {
in tasdevice_prmg_calibdata_load()
2389
tas_priv->tasdevice[i].
cur_prog
= prm_no;
in tasdevice_prmg_calibdata_load()
2412
if (tas_priv->
cur_prog
< tas_fmw->nr_programs) {
in tasdevice_tuning_switch()
2416
tas_priv->
cur_prog
, tas_pri
in tasdevice_tuning_switch()
[all...]
H
A
D
tas2781-comlib.c
311
tas_priv->
cur_prog
= -1;
in tasdevice_init()
316
tas_priv->tasdevice[i].
cur_prog
= -1;
in tasdevice_init()
/kernel/linux/linux-5.10/net/core/
H
A
D
dev.c
9152
struct bpf_prog *
cur_prog
;
in dev_xdp_attach()
local
9191
cur_prog
= dev_xdp_prog(dev, mode);
in dev_xdp_attach()
9193
if (link &&
cur_prog
) {
in dev_xdp_attach()
9197
if ((flags & XDP_FLAGS_REPLACE) &&
cur_prog
!= old_prog) {
in dev_xdp_attach()
9211
if ((flags & XDP_FLAGS_UPDATE_IF_NOEXIST) &&
cur_prog
) {
in dev_xdp_attach()
9234
if (new_prog !=
cur_prog
) {
in dev_xdp_attach()
9250
if (
cur_prog
)
in dev_xdp_attach()
9251
bpf_prog_put(
cur_prog
);
in dev_xdp_attach()
/kernel/linux/linux-6.6/net/core/
H
A
D
dev.c
9254
struct bpf_prog *
cur_prog
;
in dev_xdp_attach()
local
9303
cur_prog
= dev_xdp_prog(dev, mode);
in dev_xdp_attach()
9305
if (link &&
cur_prog
) {
in dev_xdp_attach()
9309
if ((flags & XDP_FLAGS_REPLACE) &&
cur_prog
!= old_prog) {
in dev_xdp_attach()
9323
if ((flags & XDP_FLAGS_UPDATE_IF_NOEXIST) &&
cur_prog
) {
in dev_xdp_attach()
9350
if (new_prog !=
cur_prog
) {
in dev_xdp_attach()
9366
if (
cur_prog
)
in dev_xdp_attach()
9367
bpf_prog_put(
cur_prog
);
in dev_xdp_attach()
Completed in 32 milliseconds