Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h887 typedef struct t_FmInterModulePortInitParams { struct
904 } t_FmInterModulePortInitParams; argument
1096 t_Error FmGetSetPortParams(t_Handle h_Fm,t_FmInterModulePortInitParams *p_PortParams);
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c850 t_FmInterModulePortInitParams initParams; in FmHandleIpcMsgCB()
1946 t_Error FmGetSetPortParams(t_Handle h_Fm, t_FmInterModulePortInitParams *p_PortParams) in FmGetSetPortParams()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c2578 t_FmInterModulePortInitParams fmParams; in FM_PORT_Init()