Searched refs:programs (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c11 * Their programs will be concatenated to populate the PAT
262 /* Concatenate the programs */
278 "No programs found for channel %s\n",
419 struct vidtv_psi_table_pat_program *programs = NULL; local
432 programs = vidtv_channel_pat_prog_cat_into_new(m);
433 if (!programs)
458 programs->service_id);
462 /* assemble all programs and assign to PAT */
463 vidtv_psi_pat_program_assign(m->si.pat, programs);
495 vidtv_psi_pat_program_destroy(programs);
[all...]
/linux-master/include/sound/
H A Dtas2781-dsp.h112 struct tasdevice_prog *programs; member in struct:tasdevice_fw
/linux-master/scripts/package/
H A Dkernel.spec34 between the Linux kernel and userspace libraries and programs. The
36 building most standard programs and are also needed for rebuilding the
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c447 int hid_links[3]; /* max number of programs loaded in a single test */
508 static void load_programs(const struct test_program programs[], argument
524 TH_LOG("too many programs are to be loaded");
534 programs[i].name);
535 ASSERT_OK_PTR(prog) TH_LOG("can not find program by name '%s'", programs[i].name);
550 programs[i].name);
551 ASSERT_OK_PTR(prog) TH_LOG("can not find program by name '%s'", programs[i].name);
555 args.insert_head = programs[i].insert_head;
558 TH_LOG("attach_hid(%s): %d", programs[i].name, args.retval);
627 * Ensures that we can attach/detach programs
[all...]
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S13 # compiled version of this file with other programs, and to distribute
14 # those programs without any restriction coming from the use of this
/linux-master/sound/soc/codecs/
H A Dtas2781-comlib.c396 if (tas_fmw->programs)
397 tasdev_dsp_prog_remove(tas_fmw->programs,
H A Dtas2781-fmwlib.c516 program = &(tas_fmw->programs[i]);
616 tas_fmw->programs = kcalloc(tas_fmw->nr_programs,
618 if (!tas_fmw->programs) {
624 program = &(tas_fmw->programs[i]);
1089 tas_fmw->programs =
1092 if (!tas_fmw->programs) {
1099 program = &(tas_fmw->programs[i]);
2208 program = &(tas_fmw->programs[prm_no]);
2295 program = &(tas_fmw->programs[prm_no]);
2341 program = &(tas_fmw->programs[prm_n
[all...]
/linux-master/drivers/mtd/spi-nor/
H A Dsfdp.c986 static const struct sfdp_4bait programs[] = { local
1046 for (i = 0; i < ARRAY_SIZE(programs); i++) {
1047 const struct sfdp_4bait *program = &programs[i];
/linux-master/tools/lib/bpf/
H A Dlibbpf.c369 * This used to be associated with cgroup (and few other) BPF programs
421 * programs are processed and relocated and is used to determined
434 * entry-point BPF programs this includes the size of main program
435 * itself plus all the used sub-programs, appended at the end
653 struct bpf_program *programs; member in struct:bpf_object
676 /* Parse and load BTF vmlinux if any of the programs in the object need
844 progs = obj->programs;
883 * In this case the original obj->programs
891 obj->programs = progs;
1033 if (&obj->programs[
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dutil.S4 | This file contains routines used by other programs.
H A Dssin.S23 | Speed: The programs sSIN and sCOS take approximately 150 cycles for

Completed in 276 milliseconds