Home
last modified time | relevance | path

Searched refs:se_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dse.c659 static int se_init(struct snd_ice1712 *ice) in se_init() function
737 .chip_init = se_init,
746 .chip_init = se_init,
/openbmc/linux/tools/perf/util/
H A Dsort.h291 void (*se_init)(struct hist_entry *he); member
H A Dsort.c475 .se_init = sort__srcline_init,
528 .se_init = sort__srcline_from_init,
576 .se_init = sort__srcline_to_init,
697 .se_init = sort__srcfile_init,
2407 if (hse->se->se_init) in hse_init()
2408 hse->se->se_init(he); in hse_init()