Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h942 e_FmPortGprFuncType gprFunc; member
H A Dfm_port.c1929 t_Error FmPortSetGprFunc(t_Handle h_FmPort, e_FmPortGprFuncType gprFunc, in FmPortSetGprFunc() argument
1938 if (p_FmPort->gprFunc != e_FM_PORT_GPR_EMPTY) in FmPortSetGprFunc()
1940 if (p_FmPort->gprFunc != gprFunc) in FmPortSetGprFunc()
1946 switch (gprFunc) in FmPortSetGprFunc()
1979 p_FmPort->gprFunc = gprFunc; in FmPortSetGprFunc()
1982 switch (p_FmPort->gprFunc) in FmPortSetGprFunc()
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h801 t_Error FmPortSetGprFunc(t_Handle h_FmPort, e_FmPortGprFuncType gprFunc, void **p_Value);