Home
last modified time | relevance | path

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

/linux-6.15/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,
/linux-6.15/tools/perf/util/
H A Dsort.h124 void (*se_init)(struct hist_entry *he); member
H A Dsort.c523 .se_init = sort__srcline_init,
576 .se_init = sort__srcline_from_init,
624 .se_init = sort__srcline_to_init,
841 .se_init = sort__srcfile_init,
2376 .se_init = sort__type_init,
2429 .se_init = sort__type_init,
2480 .se_init = sort__type_init,
2783 if (hse->se->se_init) in hse_init()
2784 hse->se->se_init(he); in hse_init()