Home
last modified time | relevance | path

Searched refs:h_FmPortRx (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h477 t_Error FM_PORT_ConfigDsarSupport(t_Handle h_FmPortRx, t_FmPortDsarTablesSizes *params);
1533 t_Error FM_PORT_EnterDsar(t_Handle h_FmPortRx, t_FmPortDsarParams *params);
1566 void FM_PORT_ExitDsar(t_Handle h_FmPortRx, t_Handle h_FmPortTx);
1601 t_Error FM_PORT_GetDsarStats(t_Handle h_FmPortRx, t_FmPortDsarStats *stats);
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5597 t_Error FM_PORT_ConfigDsarSupport(t_Handle h_FmPortRx, in FM_PORT_ConfigDsarSupport() argument
5600 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx; in FM_PORT_ConfigDsarSupport()
5671 t_FmPortDsarTablesSizes* FM_PORT_GetDsarTablesMaxSizes(t_Handle h_FmPortRx) in FM_PORT_GetDsarTablesMaxSizes() argument
5673 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx; in FM_PORT_GetDsarTablesMaxSizes()
5981 t_Error FM_PORT_EnterDsar(t_Handle h_FmPortRx, t_FmPortDsarParams *params)
5986 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
6380 void FM_PORT_ExitDsar(t_Handle h_FmPortRx, t_Handle h_FmPortTx)
6382 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;
6413 t_Error FM_PORT_GetDsarStats(t_Handle h_FmPortRx, t_FmPortDsarStats *stats)
6415 t_FmPort *p_FmPort = (t_FmPort *)h_FmPortRx;