Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h598 t_Handle h_Pcd; member
H A Dfm_ncsw.c1854 if (p_Fm->h_Pcd) in FmRegisterPcd()
1857 p_Fm->h_Pcd = h_FmPcd; in FmRegisterPcd()
1864 if (!p_Fm->h_Pcd) in FmUnregisterPcd()
1867 p_Fm->h_Pcd = NULL; in FmUnregisterPcd()
1874 return p_Fm->h_Pcd; in FmGetPcdHandle()
5188 return ((t_Fm*)h_Fm)->h_Pcd; in FmGetPcd()