Searched refs:SET_TX_CHANNEL_INFO (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/soc/qcom/ |
D | smd.c | 314 #define SET_TX_CHANNEL_INFO(channel, param, value) \ macro 362 SET_TX_CHANNEL_INFO(channel, state, SMD_CHANNEL_CLOSED); in qcom_smd_channel_reset() 371 SET_TX_CHANNEL_INFO(channel, head, 0); in qcom_smd_channel_reset() 372 SET_TX_CHANNEL_INFO(channel, tail, 0); in qcom_smd_channel_reset() 412 SET_TX_CHANNEL_INFO(channel, state, state); in qcom_smd_channel_set_state() 700 SET_TX_CHANNEL_INFO(channel, head, head); in qcom_smd_write_fifo()
|