Searched refs:SET_TX_CHANNEL_FLAG (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/rpmsg/ |
D | qcom_smd.c | 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() [all …]
|