Lines Matching refs:SET_TX_CHANNEL_FLAG
305 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ macro
363 SET_TX_CHANNEL_FLAG(channel, fDSR, 0); in qcom_smd_channel_reset()
364 SET_TX_CHANNEL_FLAG(channel, fCTS, 0); in qcom_smd_channel_reset()
365 SET_TX_CHANNEL_FLAG(channel, fCD, 0); in qcom_smd_channel_reset()
366 SET_TX_CHANNEL_FLAG(channel, fRI, 0); in qcom_smd_channel_reset()
367 SET_TX_CHANNEL_FLAG(channel, fHEAD, 0); in qcom_smd_channel_reset()
368 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in qcom_smd_channel_reset()
369 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_reset()
370 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1); in qcom_smd_channel_reset()
408 SET_TX_CHANNEL_FLAG(channel, fDSR, is_open); in qcom_smd_channel_set_state()
409 SET_TX_CHANNEL_FLAG(channel, fCTS, is_open); in qcom_smd_channel_set_state()
410 SET_TX_CHANNEL_FLAG(channel, fCD, is_open); in qcom_smd_channel_set_state()
413 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_set_state()
740 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 0); in qcom_smd_send()
748 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1); in qcom_smd_send()
751 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in qcom_smd_send()
756 SET_TX_CHANNEL_FLAG(channel, fHEAD, 1); in qcom_smd_send()