Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h909 typedef struct t_FmInterModulePortFreeParams { struct
913 } t_FmInterModulePortFreeParams; argument
1110 void FmFreePortParams(t_Handle h_Fm,t_FmInterModulePortFreeParams *p_PortParams);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c1011 t_FmInterModulePortFreeParams portParams; in FmHandleIpcMsgCB()
2146 void FmFreePortParams(t_Handle h_Fm,t_FmInterModulePortFreeParams *p_PortParams) in FmFreePortParams()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2766 t_FmInterModulePortFreeParams fmParams; in FM_PORT_Free()