Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h951 t_Error FmPortImCheckInitParameters(t_FmPort *p_FmPort);
H A Dfm_port_im.c281 t_Error FmPortImCheckInitParameters(t_FmPort *p_FmPort) in FmPortImCheckInitParameters() function
H A Dfm_port.c73 if ((ans = FmPortImCheckInitParameters(p_FmPort)) != E_OK) in CheckInitParameters()