Searched refs:syncReq (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c672 if(p_Params->syncReq)
795 /* if we set syncReq, we may get stuck when HC command is running */
796 /*if(p_Params->syncReq)
870 if(p_Params->syncReq)
2298 p_FmPort->p_FmPortDriverParam->syncReq = DEFAULT_PORT_syncReqForHc;
2300 p_FmPort->p_FmPortDriverParam->syncReq = DEFAULT_PORT_syncReq;
2308 p_FmPort->p_FmPortDriverParam->syncReq = FALSE;
2918 t_Error FM_PORT_ConfigSyncReq(t_Handle h_FmPort, bool syncReq) argument
2933 p_FmPort->p_FmPortDriverParam->syncReq = syncReq;
[all...]
H A Dfm_port.h784 bool syncReq; member in struct:__anon8229
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1002 syncReq = [TRUE]
1007 @Param[in] syncReq TRUE to request synchronization, FALSE otherwize.
1013 t_Error FM_PORT_ConfigSyncReq(t_Handle h_FmPort, bool syncReq);

Completed in 166 milliseconds