Home
last modified time | relevance | path

Searched refs:nr_programs (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c412 for (i = 0; i < tas_fmw->nr_programs; i++) { in fw_parse_program_data_kernel()
506 if (tas_fmw->nr_programs == 0 || tas_fmw->nr_programs > in fw_parse_variable_header_kernel()
513 tas_fmw->programs = kcalloc(tas_fmw->nr_programs, in fw_parse_variable_header_kernel()
520 for (i = 0; i < tas_fmw->nr_programs; i++) { in fw_parse_variable_header_kernel()
559 for (i = 0; i < tas_fmw->nr_programs; i++) { in fw_parse_variable_header_kernel()
1110 if (tas_fmw->nr_programs == 0) { in fw_parse_program_data()
1124 for (i = 0; i < tas_fmw->nr_programs; i++) { in fw_parse_program_data()
2224 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_select_tuningprm_cfg()
2227 __func__, prm_no, tas_fmw->nr_programs); in tasdevice_select_tuningprm_cfg()
2317 if (prm_no >= tas_fmw->nr_programs) { in tasdevice_prmg_load()
[all …]
H A Dtas2781-comlib.c397 tas_fmw->nr_programs); in tasdevice_dsp_remove()
H A Dtas2781-i2c.c178 uinfo->value.integer.max = (int)tas_fw->nr_programs; in tasdevice_info_programs()
/openbmc/linux/include/sound/
H A Dtas2781-dsp.h106 unsigned short nr_programs; member
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c212 uinfo->value.integer.max = tas_fw->nr_programs - 1; in tasdevice_info_programs()
251 int max = tas_fw->nr_programs - 1; in tasdevice_program_put()
582 if (tas_priv->fmw->nr_programs > 0) in tasdev_fw_ready()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c638 size_t nr_programs; member
820 nr_progs = obj->nr_programs; in bpf_object__add_programs()
886 obj->nr_programs = nr_progs; in bpf_object__add_programs()
3122 for (i = 0; i < obj->nr_programs; i++) { in bpf_object__sanitize_and_load_btf()
3560 if (obj->nr_programs) in bpf_object__elf_collect()
4210 int l = 0, r = obj->nr_programs - 1, m; in find_prog_by_sec_insn()
4213 if (!obj->nr_programs) in find_prog_by_sec_insn()
7504 for (i = 0; i < obj->nr_programs; i++) in bpf_object_unload()
8524 size_t nr_programs = obj->nr_programs; in __bpf_program__iter() local
8527 if (!nr_programs) in __bpf_program__iter()
[all …]