Searched refs:sc_txph (Results 1 – 4 of 4) sorted by relevance
195 sc->sc_txph = FM_PORT_Config(¶ms); in dtsec_im_fm_port_tx_init()196 if (sc->sc_txph == NULL) { in dtsec_im_fm_port_tx_init()201 error = FM_PORT_Init(sc->sc_txph); in dtsec_im_fm_port_tx_init()204 FM_PORT_Free(sc->sc_txph); in dtsec_im_fm_port_tx_init()253 error = FM_PORT_ImTx(sc->sc_txph, buffer, length, TRUE, buffer); in dtsec_im_if_start_locked()
313 if (sc->sc_txph) { in dtsec_fm_port_free_both()314 FM_PORT_Free(sc->sc_txph); in dtsec_fm_port_free_both()315 sc->sc_txph = NULL; in dtsec_fm_port_free_both()356 error = FM_PORT_Enable(sc->sc_txph); in dtsec_if_enable_locked()383 error = FM_PORT_Disable(sc->sc_txph); in dtsec_if_disable_locked()
223 sc->sc_txph = FM_PORT_Config(¶ms); in dtsec_rm_fm_port_tx_init()224 if (sc->sc_txph == NULL) { in dtsec_rm_fm_port_tx_init()229 error = FM_PORT_Init(sc->sc_txph); in dtsec_rm_fm_port_tx_init()232 FM_PORT_Free(sc->sc_txph); in dtsec_rm_fm_port_tx_init()
86 t_Handle sc_txph; member