Lines Matching refs:SET_TX_CHANNEL_FLAG
325 #define SET_TX_CHANNEL_FLAG(channel, param, value) \ macro
393 SET_TX_CHANNEL_FLAG(channel, fDSR, 0); in qcom_smd_channel_reset()
394 SET_TX_CHANNEL_FLAG(channel, fCTS, 0); in qcom_smd_channel_reset()
395 SET_TX_CHANNEL_FLAG(channel, fCD, 0); in qcom_smd_channel_reset()
396 SET_TX_CHANNEL_FLAG(channel, fRI, 0); in qcom_smd_channel_reset()
397 SET_TX_CHANNEL_FLAG(channel, fHEAD, 0); in qcom_smd_channel_reset()
398 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in qcom_smd_channel_reset()
399 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_reset()
400 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1); in qcom_smd_channel_reset()
452 SET_TX_CHANNEL_FLAG(channel, fDSR, is_open); in qcom_smd_channel_set_state()
453 SET_TX_CHANNEL_FLAG(channel, fCTS, is_open); in qcom_smd_channel_set_state()
454 SET_TX_CHANNEL_FLAG(channel, fCD, is_open); in qcom_smd_channel_set_state()
457 SET_TX_CHANNEL_FLAG(channel, fSTATE, 1); in qcom_smd_channel_set_state()
772 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 0); in __qcom_smd_send()
785 SET_TX_CHANNEL_FLAG(channel, fBLOCKREADINTR, 1); in __qcom_smd_send()
794 SET_TX_CHANNEL_FLAG(channel, fTAIL, 0); in __qcom_smd_send()
799 SET_TX_CHANNEL_FLAG(channel, fHEAD, 1); in __qcom_smd_send()