Home
last modified time | relevance | path

Searched refs:t_FmSp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h582 typedef struct t_FmSp { struct
586 } t_FmSp; argument
621 t_FmSp *p_FmSp;
H A Dfm_ncsw.c2922 t_FmSp *p_FmPcdSp; in FmVSPCheckRelativeProfile()
2953 t_FmSp *p_FmPcdSp; in FmVSPGetAbsoluteProfileId()
3343 p_Fm->p_FmSp = (t_FmSp *)XX_Malloc(sizeof(t_FmSp)); in FM_Config()
3352 memset(p_Fm->p_FmSp, 0, sizeof(t_FmSp)); in FM_Config()