Home
last modified time | relevance | path

Searched refs:st_type (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Delf.c76 int st_type; member
81 int sh_type, int st_type) in elf_sym_iter_new() argument
113 iter->st_type = st_type; in elf_sym_iter_new()
128 if (GELF_ST_TYPE(sym->st_info) != iter->st_type) in elf_sym_iter_next()
/openbmc/linux/sound/drivers/vx/
H A Dvx_cmd.c93 rmh->DspStat = vx_dsp_cmds[cmd].st_type; in vx_init_rmh()
H A Dvx_cmd.h81 int st_type; /* status type (RMH_SSIZE_XXX) */ member
/openbmc/linux/sound/pci/pcxhr/
H A Dpcxhr_core.c456 u16 st_type; /* status type (RMH_SSIZE_XXX) */ member
724 rmh->dsp_stat = pcxhr_dsp_cmds[cmd].st_type; in pcxhr_init_rmh()
/openbmc/linux/scripts/
H A Dcheckpatch.pl7143 my ($st_type, $st_name) = ($1, $2);
7151 "found a file-scoped extern type:$st_type name:$st_name in .c file\n"