Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h1001 t_Error FmResumeStalledPort(t_Handle h_Fm, uint8_t hardwarePortId);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c921 p_IpcReply->error = (uint32_t)FmResumeStalledPort(h_Fm, p_IpcMsg->msgBody[0]); in FmHandleIpcMsgCB()
2311 t_Error FmResumeStalledPort(t_Handle h_Fm, uint8_t hardwarePortId) in FmResumeStalledPort() function
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c4387 return FmResumeStalledPort(p_FmPort->h_Fm, p_FmPort->hardwarePortId); in FM_PORT_ReleaseStalled()