Searched refs:sc_txph (Results 1 – 4 of 4) sorted by relevance
194 sc->sc_txph = FM_PORT_Config(¶ms); in dtsec_im_fm_port_tx_init()195 if (sc->sc_txph == NULL) { in dtsec_im_fm_port_tx_init()200 error = FM_PORT_Init(sc->sc_txph); in dtsec_im_fm_port_tx_init()203 FM_PORT_Free(sc->sc_txph); in dtsec_im_fm_port_tx_init()252 error = FM_PORT_ImTx(sc->sc_txph, buffer, length, TRUE, buffer); in dtsec_im_if_start_locked()
314 if (sc->sc_txph) { in dtsec_fm_port_free_both()315 FM_PORT_Free(sc->sc_txph); in dtsec_fm_port_free_both()316 sc->sc_txph = NULL; in dtsec_fm_port_free_both()384 error = FM_PORT_Enable(sc->sc_txph); in dtsec_if_enable_locked()413 error = FM_PORT_Disable(sc->sc_txph); in dtsec_if_disable_locked()
220 sc->sc_txph = FM_PORT_Config(¶ms); in dtsec_rm_fm_port_tx_init() 221 if (sc->sc_txph == NULL) { in dtsec_rm_fm_port_tx_init() 226 error = FM_PORT_Init(sc->sc_txph); in dtsec_rm_fm_port_tx_init() 229 FM_PORT_Free(sc->sc_txph); in dtsec_rm_fm_port_tx_init()
86 t_Handle sc_txph; member